Searched defs:head (Results 51 - 75 of 103) sorted by relevance

12345

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsnmp_msg.h97 struct snmp_varbind *head; member in struct:snmp_varbind_root
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsnmp_msg.h114 struct snmp_varbind *head; member in struct:snmp_varbind_root
/vbox/src/VBox/Devices/Network/slirp/
H A Dqueue.h70 * added to the list after an existing element or at the head of the list.
71 * Elements being removed from the head of the list should use the explicit
78 * head of the list and the other to the tail of the list. The elements are
81 * to the list after an existing element, at the head of the list, or at the
82 * end of the list. Elements being removed from the head of the tail queue
92 * or after an existing element or at the head of the list. A list
95 * A tail queue is headed by a pair of pointers, one to the head of the
99 * after an existing element, at the head of the list, or at the end of
129 /* Store the last 2 places the queue element or head was altered */
140 #define QMD_TRACE_HEAD(head) d
616 *head = (struct quehead *)b; local
[all...]
H A Dsocket.c142 solookup(struct socket *head, struct in_addr laddr, argument
147 for (so = head->so_next; so != head; so = so->so_next)
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwpa_ccmp.c327 struct ccmp_head head; local
347 memcpy ( head.pn_lo, tx_pn, 2 );
348 memcpy ( head.pn_hi, tx_pn + 2, 4 );
349 head.kid = 0x20; /* have Extended IV, key ID 0 */
350 head._rsvd = 0;
351 memcpy ( iob_put ( eiob, sizeof ( head ) ), &head, sizeof ( head ) ); local
395 struct ccmp_head *head; local
410 head
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c49 struct list_head *head);
324 struct list_head *head)
334 if (list_empty(head))
337 bf = list_first_entry(head, struct ath_buf, list);
342 list_splice_tail_init(head, &txq->axq_q);
323 ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq, struct list_head *head) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c79 PRCList *head; local
92 head = PR_LIST_HEAD(&tm_vars.timer_queue);
93 timer = TIMER_EVENT_PTR(head);
96 PR_REMOVE_LINK(head);
101 PR_INIT_CLIST(head);
1127 PRCList *head = PR_LIST_HEAD(&group->io_ready); local
1130 PRRecvWait *done = (PRRecvWait*)head;
1132 head = PR_NEXT_LINK(head);
1133 } while (head !
1246 PRCList *head = PR_LIST_HEAD(&group->io_ready); local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtpool.c192 PRCList *head; local
230 head = PR_LIST_HEAD(&tp->jobq.list);
234 PR_REMOVE_AND_INIT_LINK(head);
236 jobp = JOB_LINKS_PTR(head);
1104 PRCList *head; local
1144 head = PR_LIST_HEAD(&tpool->jobq.wthreads);
1145 PR_REMOVE_AND_INIT_LINK(head);
1147 wthrp = WTHREAD_LINKS_PTR(head);
1157 head = PR_LIST_HEAD(&tpool->ioq.wthreads);
1158 PR_REMOVE_AND_INIT_LINK(head);
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_link.c138 char *head, *data, *whole; local
611 XPT_GetXDRData(state, XPT_HEADER, &head, &len);
612 fwrite(head, len, 1, out);
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.h137 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:internal_state
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddmxinputinit.h238 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
239 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmxinputinit.h238 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
239 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddmxinputinit.h244 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
245 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmxinputinit.h243 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
244 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmxinputinit.h243 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
244 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddmxinputinit.h243 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
244 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmxinputinit.h241 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
242 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmxinputinit.h241 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
242 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmxinputinit.h241 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
242 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmxinputinit.h241 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
242 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmxinputinit.h241 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
242 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmxinputinit.h241 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
242 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmxinputinit.h238 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
239 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmxinputinit.h238 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
239 * head */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmxinputinit.h238 int head; /**< XInput motion history member in struct:_DMXLocalInputInfo
239 * head */

Completed in 113 milliseconds

12345