| /f-stack/app/micro_thread/ |
| H A D | mt_connection.h | 51 virtual ~IMtConnection(); 53 virtual void Reset(); 115 virtual void Reset(); 119 virtual int SendData(); 121 virtual int RecvData(); 147 virtual int SendData(); 149 virtual int RecvData(); 170 virtual ~TcpKeepConn() { in ~TcpKeepConn() 174 virtual void Reset(); 180 virtual int SendData(); [all …]
|
| H A D | mt_notify.h | 66 virtual void CloseSocket(){}; in CloseSocket() 84 virtual ~ISessionNtfy() { }; in ~ISessionNtfy() 137 virtual int CreateSocket(); 139 virtual void CloseSocket(); 141 virtual int InputNotify(); 143 virtual int OutputNotify(); 145 virtual int HangupNotify(); 180 virtual void Reset() { in Reset() 228 virtual int InputNotify(); 230 virtual int OutputNotify(); [all …]
|
| H A D | micro_thread.h | 108 virtual ~Thread(){}; in ~Thread() 110 virtual void Run(void){}; in Run() 150 virtual void CleanState(void){}; in CleanState() 152 virtual bool InitStack(void); 154 virtual void FreeStack(void); 156 virtual void InitContext(void); 208 virtual utime64_t HeapValue() { in HeapValue() 212 virtual void Run(void); 287 virtual void CleanState(void); 309 virtual ~LogAdapter(){}; in ~LogAdapter() [all …]
|
| H A D | kqueue_proxy.h | 115 virtual ~KqueuerObj(){}; in ~KqueuerObj() 117 virtual int InputNotify(); 118 virtual int OutputNotify(); 119 virtual int HangupNotify(); 120 virtual int KqueueCtlAdd(void* args); 121 virtual int KqueueCtlDel(void* args); 139 virtual void Reset() { in Reset() 235 virtual ~KqueueProxy(){}; in ~KqueueProxy() 240 virtual int KqueueGetTimeout(void) { return 0; }; in KqueueGetTimeout() 241 … virtual bool KqueueSchedule(KqObjList* fdlist, KqueuerObj* fd, int timeout) { return false; }; in KqueueSchedule()
|
| H A D | mt_action.h | 71 virtual ~IMtAction(); 168 virtual int HandleEncode(void* buf, int& len, IMtMsg* msg){return 0;}; in HandleEncode() 170 virtual int HandleInput(void* buf, int len, IMtMsg* msg){return 0;}; in HandleInput() 172 virtual int HandleProcess(void* buf, int len, IMtMsg* msg){return 0;}; in HandleProcess() 174 virtual int HandleError(int err, IMtMsg* msg){return 0;}; in HandleError()
|
| H A D | heap_timer.h | 37 virtual void timer_notify() { return;}; in timer_notify() 39 virtual unsigned long long HeapValue() { in HeapValue() 45 virtual ~CTimerNotify(){}; in ~CTimerNotify()
|
| H A D | hash_list.h | 48 virtual ~HashKey(){}; in ~HashKey() 50 virtual uint32_t HashValue() = 0; 52 virtual int HashCmp(HashKey* rhs) = 0; 54 virtual void HashIterate() { in HashIterate() 75 virtual ~HashList() { in ~HashList()
|
| H A D | mt_session.h | 46 virtual ~ISession(); 78 virtual uint32_t HashValue(){ in HashValue() 82 virtual int HashCmp(HashKey* rhs){ in HashCmp()
|
| H A D | mt_net.h | 131 virtual uint32_t HashValue(); 133 virtual int HashCmp(HashKey* rhs); 315 virtual int InputNotify(); 317 virtual int OutputNotify(); 319 virtual int HangupNotify(); 408 virtual void timer_notify(); 410 virtual uint32_t HashValue() { in HashValue() 414 virtual int HashCmp(HashKey* rhs) { in HashCmp()
|
| H A D | mt_msg.h | 33 virtual int HandleProcess() { return -1; }; in HandleProcess() 36 virtual ~IMtMsg() {}; in ~IMtMsg()
|
| H A D | heap.h | 54 virtual ~HeapEntry(){}; in ~HeapEntry() 56 virtual unsigned long long HeapValue() = 0; 58 virtual void HeapIterate() { in HeapIterate() 109 virtual ~HeapList() { in ~HeapList()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | dsi-controller.yaml | 24 can control one to four virtual channels to one panel. Each virtual 25 channel should have a node "panel" for their virtual channel with their 26 reg-property set to the virtual channel number, usually there is just 27 one virtual channel, number 0. 49 The virtual channel number of a DSI peripheral. Must be in the range 51 peripherals respond to more than a single virtual channel. In that 52 case the reg property can take multiple entries, one for each virtual
|
| H A D | mipi-dsi-bus.txt | 26 bus. DSI peripherals are addressed using a 2-bit virtual channel number, so 52 - reg: The virtual channel number of a DSI peripheral. Must be in the range 55 Some DSI peripherals respond to more than a single virtual channel. In that 57 - The reg property can take multiple entries, one for each virtual channel 59 - If the virtual channels that a peripheral responds to are consecutive, the 61 property is the number of the first virtual channel and the second cell is 62 the number of consecutive virtual channels. 88 with different virtual channel configurations. 101 /* peripheral responds to virtual channel 0 */ 117 /* peripheral responds to virtual channels 0 and 2 */ [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/security/tpm/ |
| H A D | ibmvtpm.txt | 7 - device_type : specifies type of virtual device 9 sense code associated with this virtual I/O Adapters 18 - ibm,my-dma-window : specifies DMA window associated with this virtual 21 associated with this virtual I/O Adapters
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | avp.rst | 12 of the QEMU supported virtual and/or emulated devices (e.g., virtio, e1000, 14 launching a virtual machine or creating a virtual machine port. The AVP device 26 delivering packets directly to the virtual switch via a shared memory 27 mechanism. This provides DPDK applications running in virtual machines with 66 * A virtual machine running in a Wind River Systems virtualization
|
| H A D | overview.rst | 10 - virtual for emulated devices 12 Some physical devices may be shaped through a virtual layer as for 14 The interface seen in the virtual environment is a VF (Virtual Function).
|
| H A D | kni.rst | 16 will create ``kni#`` Linux virtual network interface. 18 There is no physical device backend for the virtual KNI device. 22 or to a virtual device (like another KNI interface or PCAP interface). 25 an application should control a physical port and create one virtual KNI port, 102 * Start testpmd with no physical device but two KNI virtual devices:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/ |
| H A D | firmware.txt | 16 - virtual-traps: The virtual traps, taken from the firmware binary. 23 virtual-traps = <0 0 0 0 0 0 0 0>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/ |
| H A D | xen,shared-memory.txt | 4 virtual machine. Typically, a region is configured at VM creation time 5 to be a shared memory area across multiple virtual machines for 19 64 bit integer offset within the owner virtual machine's shared
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | fsl-qdma.txt | 24 - block-number: the virtual block number 25 - block-offset: the offset of different virtual block 26 - status-sizes: status queue size of per virtual block 27 - queue-sizes: command queue size of per virtual block, the size number
|
| H A D | zxdma.txt | 9 - dma-requests: virtual channels supported, each virtual channel
|
| H A D | k3dma.txt | 13 - dma-requests: virtual channels supported, each virtual channel
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | mdio-gpio.txt | 4 - virtual,gpio-mdio 21 compatible = "virtual,mdio-gpio";
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | virtio_user_for_container_networking.rst | 26 The virtual device, virtio-user, with unmodified vhost-user backend, is designed 40 context of QEMU/VM, the basic idea here is to present a kind of virtual devices, 42 QEMU in VM's context is saved by just registering a new kind of virtual device 49 all virtual memory regions to backend. So only those virtual memory regions
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | imx.txt | 8 virtual device that lists the camera serial interface nodes that the 32 gasket demultiplexes the four virtual channel streams from the host 49 MIPI CSI-2 virtual channel outputs.
|