Home
last modified time | relevance | path

Searched defs:list_head (Results 1 – 8 of 8) sorted by relevance

/reactos/drivers/network/tcpip/lwip/test/unit/core/
H A Dtest_timers.c14 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in timers_setup() local
22 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in timers_teardown() local
49 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in do_test_cyclic_timers() local
130 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in do_test_timers() local
/reactos/sdk/tools/hhpcomp/chmc/
H A Dlist.h20 struct list_head { struct
21 struct list_head *next, *prev; argument
/reactos/drivers/bus/acpi/include/
H A Dlist.h15 struct list_head { struct
16 struct list_head *next, *prev; argument
/reactos/drivers/filesystems/ext2/inc/linux/
H A Dlist.h16 struct list_head { struct
17 struct list_head *next, *prev; argument
/reactos/modules/rostests/apitests/atl/
H A DCAtlList.cpp141 CAtlList<int> list_head; in test_AppendListToHead() local
/reactos/drivers/network/tcpip/lwip/src/core/ipv4/
H A Digmp.c247 struct igmp_group *list_head = netif_igmp_data(ifp); in igmp_lookup_group() local
/reactos/sdk/include/reactos/wine/
H A Dlist.h131 __WINE_SERVER_LIST_INLINE struct list *list_head( const struct list *list ) in list_head() function
/reactos/drivers/network/tcpip/include/
H A Dlinux.h1082 struct list_head { struct
1083 struct list_head *next, *prev; argument