Searched refs:list_entry (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dlist.h310 #define list_entry( list, type, member ) ( { \ macro
325 list_entry ( (list)->next, type, member ) )
338 list_entry ( (list)->prev, type, member ) )
361 pos = list_entry ( (head)->next, typeof ( *pos ), member ); \
363 pos = list_entry ( pos->member.next, typeof ( *pos ), member ) )
374 pos = list_entry ( (head)->prev, typeof ( *pos ), member ); \
376 pos = list_entry ( pos->member.prev, typeof ( *pos ), member ) )
388 pos = list_entry ( (head)->next, typeof ( *pos ), member ), \
389 tmp = list_entry ( pos->member.next, typeof ( *tmp ), member ); \
392 tmp = list_entry ( tm
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dlist.h82 #define list_entry(ptr, type, member) \ macro
86 list_entry((ptr)->next, type, member)
/vbox/src/VBox/Additions/solaris/DRM/include/
H A Ddrm_linux_list.h44 #define list_entry(entry, type, member) (type *)(entry) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dlist.h82 #define list_entry(ptr, type, member) \ macro
86 list_entry((ptr)->next, type, member)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dlist.h82 #define list_entry(ptr, type, member) \ macro
86 list_entry((ptr)->next, type, member)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dlist.h225 #define list_entry(ptr, type, member) \ macro
241 list_entry((ptr)->next, type, member)
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dlist_test.c133 list_entry ( pos, struct list_test, \
366 /* Test list_entry() */
368 ok ( list_entry ( &list_tests[3].list, struct list_test, list )
440 ok ( pos == list_entry ( list, struct list_test, list ) );
449 ok ( pos == list_entry ( list, struct list_test, list ) );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c274 last_ac = list_entry(txq->axq_acq.prev, struct ath_atx_ac, list);
277 last_tid = list_entry(ac->tid_q.prev, struct ath_atx_tid, list);
693 bf = list_entry(bf_held->list.next,
H A Dath9k_recv.c290 tbf = list_entry(bf->list.next, struct ath_buf, list);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.c1108 bf = list_entry(sc->rxbuf.next, struct ath5k_buf, list);
1150 bf_last = list_entry(sc->rxbuf.prev, struct ath5k_buf, list);
1153 bf = list_entry(sc->rxbuf.next, struct ath5k_buf, list);
1166 struct ath5k_buf *bf_next = list_entry(bf->list.next,
1517 bf = list_entry(sc->txbuf.next, struct ath5k_buf, list);
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dutils.c693 b = list_entry(pos, struct sf_dir_buf, head);
710 b = list_entry(pos, struct sf_dir_buf, head);
748 b = list_entry(pos, struct sf_dir_buf, head);
H A Ddirops.c189 b = list_entry(pos, struct sf_dir_buf, head);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsis190.c729 phy_default = list_entry(&tp->first_phy,

Completed in 1572 milliseconds