Symbol: LIST_HEAD
crypto/krb5/src/plugins/kdb/db2/libdb2/include/db-queue.h
71
#define LIST_HEAD(name, type) \
crypto/openssh/openbsd-compat/sys-queue.h
259
#define LIST_HEAD(name, type) \
crypto/openssh/openbsd-compat/sys-queue.h
68
#undef LIST_HEAD
lib/libc/posix1e/mac.c
59
static LIST_HEAD(, label_default) label_default_head;
lib/libpmc/pmu-events/list.h
289
#undef LIST_HEAD
lib/libpmc/pmu-events/list.h
290
#define LIST_HEAD(name) struct list_head name = { &(name), &(name) }
lib/libpmcstat/libpmcstat.h
207
extern LIST_HEAD(pmcstat_image_hash_list, pmcstat_image) pmcstat_image_hash[PMCSTAT_NHASH];
lib/libpmcstat/libpmcstat.h
253
extern LIST_HEAD(pmcstat_process_hash_list, pmcstat_process) pmcstat_process_hash[PMCSTAT_NHASH];
lib/libpmcstat/libpmcstat.h
269
extern LIST_HEAD(pmcstat_pmcs, pmcstat_pmcrecord) pmcstat_pmcs; /* PMC list */
lib/libpmcstat/libpmcstat_string.c
45
static LIST_HEAD(,pmcstat_string) pmcstat_string_hash[PMCSTAT_NHASH];
lib/libsecureboot/openpgp/opgp_key.c
195
static LIST_HEAD(, OpenPGP_key_) trust_list;
lib/libsecureboot/veopen.c
41
static LIST_HEAD(, fingerprint_info) fi_list;
sys/arm/arm/undefined.c
115
LIST_HEAD(, undefined_handler) undefined_handlers[MAX_COPROCS];
sys/compat/linuxkpi/common/include/linux/list.h
338
#undef LIST_HEAD
sys/compat/linuxkpi/common/include/linux/list.h
339
#define LIST_HEAD(name) struct list_head name = { &(name), &(name) }
sys/dev/hwt/hwt_backend.c
61
static LIST_HEAD(, hwt_backend_entry) hwt_backends;
sys/dev/hwt/hwt_contexthash.c
67
static LIST_HEAD(hwt_contexthash, hwt_context) *hwt_contexthash;
sys/dev/hwt/hwt_ownerhash.c
66
static LIST_HEAD(hwt_ownerhash, hwt_owner) *hwt_ownerhash;
sys/dev/hyperv/hvsock/hv_sock.c
140
static LIST_HEAD(, hvs_pcb) hvs_trans_bound_socks;
sys/geom/linux_lvm/g_linux_lvm.c
87
LIST_HEAD(, g_llvm_vg) vg_list;
sys/kern/kern_loginclass.c
63
LIST_HEAD(, loginclass) loginclasses;
sys/kern/kern_resource.c
70
static LIST_HEAD(uihashhead, uidinfo) *uihashtbl;
sys/kern/vfs_hash.c
40
static LIST_HEAD(vfs_hash_head, vnode) *vfs_hash_tbl;
sys/ofed/drivers/infiniband/ulp/sdp/sdp.h
64
#undef LIST_HEAD
sys/ofed/drivers/infiniband/ulp/sdp/sdp.h
66
#define LIST_HEAD(name, type) \
sys/security/mac_veriexec/veriexec_fingerprint.c
63
static LIST_HEAD(fpopshead, mac_veriexec_fpops) fpops_list;
sys/sys/queue.h
590
#define LIST_HEAD(name, type) \
tools/tools/drm/radeon/mkregtable/mkregtable.c
47
#define LIST_HEAD(name) \
tools/tools/ncpus/acpi.c
165
LIST_HEAD(acpi_user_mapping_list, acpi_user_mapping) maplist;
usr.bin/netstat/sctp.c
87
static LIST_HEAD(xladdr_list, xladdr_entry) xladdr_head;
usr.bin/netstat/sctp.c
93
static LIST_HEAD(xraddr_list, xraddr_entry) xraddr_head;
usr.bin/sort/file.c
101
static LIST_HEAD(CLEANABLE_FILES,CLEANABLE_FILE) tmp_files;
usr.sbin/acpi/acpidump/acpi_user.c
56
static LIST_HEAD(acpi_user_mapping_list, acpi_user_mapping) maplist;
usr.sbin/bhyve/mevent.c
90
static LIST_HEAD(listhead, mevent) global_head, change_head;
usr.sbin/bluetooth/bthidd/parser.y
82
static LIST_HEAD(, hid_device) hid_devices;
usr.sbin/inetd/inetd.c
281
static LIST_HEAD(, procinfo) proctable[PERIPSIZE];
usr.sbin/lpr/chkprintcap/chkprintcap.c
208
static LIST_HEAD(, dirlist) dirlist;