Searched defs:LIST_HEAD (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/include/linux/ |
H A D | nbsd-namespace.h | 42 #define LIST_HEAD LINUX_LIST_HEAD macro
|
/netbsd-src/sys/arch/evbmips/mipssim/ |
H A D | mipssim_intr.c | 78 LIST_HEAD(intrlist, intrhand) intrs[NINTR]; in LIST_HEAD() function
|
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | event_struct.h | 100 #define LIST_HEAD(name, type) \ macro
|
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/ |
H A D | event_struct.h | 101 #define LIST_HEAD(name, type) \ macro
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
H A D | list.h | 126 #define LIST_HEAD(name) \ macro
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | grabmyaddr.c | 81 static LIST_HEAD(_myaddr_list_, myaddr) configured, opened; in LIST_HEAD() function
|
/netbsd-src/sys/uvm/ |
H A D | uvm_aobj.c | 187 static LIST_HEAD(aobjlist, uvm_aobj) uao_list __cacheline_aligned; in LIST_HEAD() function
|
/netbsd-src/crypto/dist/ipsec-tools/src/include-glibc/sys/ |
H A D | queue.h | 255 #define LIST_HEAD(name, type) \ macro
|
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/compat/sys/ |
H A D | queue.h | 142 #define LIST_HEAD(name, type) \ macro
|
/netbsd-src/sys/sys/ |
H A D | queue.h | 177 #define LIST_HEAD(name, type) \ macro
|
/netbsd-src/sbin/fsck_udf/ |
H A D | main.c | 157 LIST_HEAD(udf_fsck_node_hash_list, udf_fsck_node) fs_nodes_hash[HASH_HASHSIZE]; in LIST_HEAD() function
|