Symbol: TAILQ_HEAD
usr/src/boot/common/gfx_fb.h
134
typedef TAILQ_HEAD(edid_resolution, resolution) edid_res_list_t;
usr/src/boot/libsa/netif.c
49
typedef TAILQ_HEAD(socket_list, iodesc) socket_list_t;
usr/src/boot/libsa/stand.h
189
typedef TAILQ_HEAD(file_list, open_file) file_list_t;
usr/src/boot/sys/sys/linker.h
103
typedef TAILQ_HEAD(, linker_class) linker_class_list_t;
usr/src/boot/sys/sys/linker.h
47
typedef TAILQ_HEAD(, linker_file) linker_file_list_t;
usr/src/boot/sys/sys/linker.h
87
TAILQ_HEAD(, module) modules; /* modules in this file */
usr/src/cmd/bhyve/amd64/e820.c
54
static TAILQ_HEAD(e820_table, e820_element) e820_table = TAILQ_HEAD_INITIALIZER(
usr/src/cmd/bhyve/common/block_if.c
142
TAILQ_HEAD(, blockif_elem) bc_freeq;
usr/src/cmd/bhyve/common/block_if.c
143
TAILQ_HEAD(, blockif_elem) bc_pendq;
usr/src/cmd/bhyve/common/block_if.c
144
TAILQ_HEAD(, blockif_elem) bc_busyq;
usr/src/cmd/bhyve/common/gdb.c
143
static TAILQ_HEAD(, breakpoint) breakpoints;
usr/src/cmd/bhyve/common/pci_ahci.c
179
TAILQ_HEAD(ahci_bhead, ahci_ioreq) iobhd;
usr/src/cmd/bhyve/common/pci_emul.c
132
static TAILQ_HEAD(pci_bar_list, pci_bar_allocation) pci_bars =
usr/src/cmd/bhyve/common/pci_emul.c
140
static TAILQ_HEAD(boot_list, boot_device) boot_devices = TAILQ_HEAD_INITIALIZER(
usr/src/cmd/cmd-inet/usr.lib/vrrpd/vrrpd.c
113
TAILQ_HEAD(vrrp_vr_list_s, vrrp_vr_s);
usr/src/cmd/cmd-inet/usr.lib/vrrpd/vrrpd.c
114
TAILQ_HEAD(vrrp_intf_list_s, vrrp_intf_s);
usr/src/cmd/cmd-inet/usr.lib/vrrpd/vrrpd_impl.h
133
TAILQ_HEAD(, vrrp_ip_s) vvi_iplist; /* IP adddress list */
usr/src/cmd/fwflash/common/fwflash.h
341
TAILQ_HEAD(PLUGINLIST, pluginlist);
usr/src/cmd/fwflash/common/fwflash.h
342
TAILQ_HEAD(DEVICELIST, devicelist);
usr/src/cmd/ndmpd/tlm/tlm_bitmap.c
168
TAILQ_HEAD(dbmap_list, dbmap_chunk);
usr/src/cmd/ndmpd/tlm/tlm_bitmap.c
210
TAILQ_HEAD(bmap_list, bmap_chunk);
usr/src/cmd/sendmail/db/db_int.h
369
TAILQ_HEAD(__kids, __db_txn) kids; /* Child transactions. */
usr/src/cmd/sendmail/db/db_int.h
398
TAILQ_HEAD(__db_envq, __db_env) db_envq;
usr/src/cmd/sendmail/db/db_int.h
400
TAILQ_HEAD(__db_nameq, __rmname) db_nameq;
usr/src/cmd/sendmail/db/include/mp.h
127
TAILQ_HEAD(__db_mpoolfileh, __db_mpoolfile) dbmfq;
usr/src/cmd/sendmail/db/include/txn.h
75
TAILQ_HEAD(_chain, __db_txn) txn_chain;
usr/src/cmd/vtfontcvt/vtfontcvt.c
74
TAILQ_HEAD(glyph_list, glyph);
usr/src/cmd/vtfontcvt/vtfontcvt.c
91
TAILQ_HEAD(mapping_list, mapping);
usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/hash.h
99
TAILQ_HEAD(_cursor_queue, cursor_t) curs_queue;
usr/src/lib/lib9p/common/hashtable.h
41
TAILQ_HEAD(, ht_item) hte_items;
usr/src/uts/common/fs/smbclnt/netsmb/smb_conn.h
108
TAILQ_HEAD(smb_rqhead, smb_rq);
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
513
TAILQ_HEAD(, sge_fl) sfl;
usr/src/uts/common/klm/nlm_impl.h
150
TAILQ_HEAD(nlm_slreq_list, nlm_slreq);
usr/src/uts/common/klm/nlm_impl.h
194
TAILQ_HEAD(nlm_vhold_list, nlm_vhold);
usr/src/uts/common/klm/nlm_impl.h
234
TAILQ_HEAD(nlm_slock_list, nlm_slock);
usr/src/uts/common/klm/nlm_impl.h
283
TAILQ_HEAD(nlm_rpch_list, nlm_rpc);
usr/src/uts/common/klm/nlm_impl.h
375
TAILQ_HEAD(nlm_host_list, nlm_host);
usr/src/uts/common/klm/nlm_impl.h
468
TAILQ_HEAD(nlm_globals_list, nlm_globals);
usr/src/uts/common/sys/hook_impl.h
125
TAILQ_HEAD(hook_int_head, hook_int);
usr/src/uts/common/sys/hook_impl.h
136
TAILQ_HEAD(hook_notify_head, hook_notify);
usr/src/uts/common/sys/scsi/adapters/mpt_sas/mptsas_var.h
208
TAILQ_HEAD(mptsas_active_cmdq, mptsas_cmd);
usr/src/uts/intel/io/ipmi/ipmivars.h
106
TAILQ_HEAD(, ipmi_request) ipmi_pending_requests;
usr/src/uts/intel/io/ipmi/ipmivars.h
86
TAILQ_HEAD(, ipmi_request) ipmi_completed_requests;