Searched defs:LIST_HEAD (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/dev/hwt/ |
H A D | hwt_contexthash.c | 67 static LIST_HEAD(hwt_contexthash, hwt_context) *hwt_contexthash; in LIST_HEAD() function
|
H A D | hwt_ownerhash.c | 66 static LIST_HEAD(hwt_ownerhash, hwt_owner) *hwt_ownerhash; in LIST_HEAD() function
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | event_struct.h | 99 #define LIST_HEAD(name, type) \ macro
|
/freebsd/contrib/libevent/include/event2/ |
H A D | event_struct.h | 99 #define LIST_HEAD(name, type) \ macro
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/ |
H A D | db-queue.h | 71 #define LIST_HEAD(name, type) \ macro
|
/freebsd/tools/tools/drm/radeon/mkregtable/ |
H A D | mkregtable.c | 47 #define LIST_HEAD(name) \ macro
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | list.h | 290 #define LIST_HEAD(name) struct list_head name = { &(name), &(name) } macro
|
/freebsd/contrib/ntp/sntp/libevent/compat/sys/ |
H A D | queue.h | 140 #define LIST_HEAD(name, type) \ macro
|
/freebsd/contrib/libevent/compat/sys/ |
H A D | queue.h | 140 #define LIST_HEAD(name, type) \ macro
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 339 #define LIST_HEAD(name) struct list_head name = { &(name), &(name) } macro
|
/freebsd/contrib/openbsm/compat/ |
H A D | queue.h | 312 #define LIST_HEAD(name, type) \ macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sys-queue.h | 259 #define LIST_HEAD(name, type) \ macro
|
/freebsd/contrib/libarchive/unzip/ |
H A D | la_queue.h | 413 #define LIST_HEAD(name, type) \ macro
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp.h | 66 #define LIST_HEAD(name, type) \ macro
|
/freebsd/sys/sys/ |
H A D | queue.h | 589 #define LIST_HEAD(name, type) \ macro
|