| /freebsd-14-stable/contrib/elftoolchain/libdwarf/ |
| HD | _libdwarf.h | 130 STAILQ_HEAD(, _Dwarf_AttrDef) ab_attrdef; /* List of attribute defs. */ 147 STAILQ_HEAD(, _Dwarf_Attribute) die_attr; /* List of attributes. */ 162 STAILQ_HEAD(, _Dwarf_P_Expr_Entry) pe_eelist; /* List of entries. */ 203 STAILQ_HEAD(, _Dwarf_LineFile) li_lflist; /* List of files. */ 206 STAILQ_HEAD(, _Dwarf_Line) li_lnlist; /* List of lines. */ 223 STAILQ_HEAD(, _Dwarf_NamePair) nt_nplist; /* List of offset+name pairs. */ 228 STAILQ_HEAD(, _Dwarf_NameTbl) ns_ntlist; /* List of name tables. */ 276 STAILQ_HEAD(, _Dwarf_Cie) fs_cielist; /* List of CIE. */ 277 STAILQ_HEAD(, _Dwarf_Fde) fs_fdelist; /* List of FDE. */ 301 STAILQ_HEAD (, _Dwarf_Arange) as_arlist; /* List of ae entries. */ [all …]
|
| /freebsd-14-stable/sys/dev/cesa/ |
| HD | cesa.h | 209 STAILQ_HEAD(, cesa_tdma_desc) cr_tdesc; 210 STAILQ_HEAD(, cesa_sa_desc) cr_sdesc; 216 STAILQ_HEAD(, cesa_tdma_desc) cp_copyin; 217 STAILQ_HEAD(, cesa_tdma_desc) cp_copyout; 240 STAILQ_HEAD(, cesa_tdma_desc) sc_free_tdesc; 246 STAILQ_HEAD(, cesa_sa_desc) sc_free_sdesc; 252 STAILQ_HEAD(, cesa_request) sc_free_requests; 253 STAILQ_HEAD(, cesa_request) sc_ready_requests; 254 STAILQ_HEAD(, cesa_request) sc_queued_requests;
|
| /freebsd-14-stable/usr.sbin/config/ |
| HD | config.h | 103 extern STAILQ_HEAD(cfgfile_head, cfgfile) cfgfiles; 207 extern STAILQ_HEAD(envvar_head, envvar) envvars; 214 extern STAILQ_HEAD(hint_head, hint) hints; 256 extern STAILQ_HEAD(device_head, device) dtab; 262 extern STAILQ_HEAD(file_list_head, file_list) ftab; 264 extern STAILQ_HEAD(files_name_head, files_name) fntab;
|
| /freebsd-14-stable/sys/dev/wtap/ |
| HD | if_medium.h | 46 typedef STAILQ_HEAD(, packet) md_pkthead; 54 STAILQ_HEAD(stailhead, packet) pktbuf; 55 STAILQ_HEAD(stailhead, packet) pktbuf;
|
| /freebsd-14-stable/sys/cam/ctl/ |
| HD | ctl_private.h | 382 STAILQ_HEAD(,ctl_error_desc) error_list; 437 STAILQ_HEAD(, ctl_io_hdr) incoming_queue; 438 STAILQ_HEAD(, ctl_io_hdr) rtr_queue; 439 STAILQ_HEAD(, ctl_io_hdr) done_queue; 440 STAILQ_HEAD(, ctl_io_hdr) isc_queue; 465 STAILQ_HEAD(, ctl_lun) lun_list; 467 STAILQ_HEAD(, ctl_frontend) fe_list; 469 STAILQ_HEAD(, ctl_port) port_list; 472 STAILQ_HEAD(, ctl_backend_driver) be_list;
|
| /freebsd-14-stable/sys/dev/bhnd/bcma/ |
| HD | bcmavar.h | 149 STAILQ_HEAD(, bcma_map) sp_maps; 153 STAILQ_HEAD(bcma_mport_list, bcma_mport); 154 STAILQ_HEAD(bcma_intr_list, bcma_intr); 155 STAILQ_HEAD(bcma_sport_list, bcma_sport);
|
| /freebsd-14-stable/contrib/elftoolchain/elfcopy/ |
| HD | elfcopy.h | 248 STAILQ_HEAD(, segment) v_seg; /* list of segments. */ 249 STAILQ_HEAD(, sec_action) v_sac;/* list of section operations. */ 250 STAILQ_HEAD(, sec_add) v_sadd; /* list of sections to add. */ 251 STAILQ_HEAD(, symop) v_symop; /* list of symbols operations. */ 252 STAILQ_HEAD(, symfile) v_symfile; /* list of symlist files. */ 268 STAILQ_HEAD(, ar_obj) v_arobj; /* archive object(member) list. */
|
| /freebsd-14-stable/sys/dev/firewire/ |
| HD | firewirereg.h | 47 STAILQ_HEAD(fw_xferlist, fw_xfer); 128 STAILQ_HEAD(, fw_bind) binds; 129 STAILQ_HEAD(, fw_device) devices; 195 STAILQ_HEAD(, fw_bulkxfer) stvalid; 196 STAILQ_HEAD(, fw_bulkxfer) stfree; 197 STAILQ_HEAD(, fw_bulkxfer) stdma;
|
| /freebsd-14-stable/sys/dev/otus/ |
| HD | if_otusreg.h | 1067 STAILQ_HEAD(, otus_data) sc_rx_active; 1068 STAILQ_HEAD(, otus_data) sc_rx_inactive; 1069 STAILQ_HEAD(, otus_data) sc_tx_active[OTUS_N_XFER]; 1070 STAILQ_HEAD(, otus_data) sc_tx_inactive; 1071 STAILQ_HEAD(, otus_data) sc_tx_pending[OTUS_N_XFER]; 1073 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_active; 1074 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_inactive; 1075 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_pending; 1076 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_waiting;
|
| /freebsd-14-stable/lib/libmt/ |
| HD | mtlib.h | 60 STAILQ_HEAD(, mt_status_nv) nv_list; 61 STAILQ_HEAD(, mt_status_entry) child_entries; 71 STAILQ_HEAD(, mt_status_entry) entries;
|
| /freebsd-14-stable/sys/dev/tcp_log/ |
| HD | tcp_log_dev.h | 71 STAILQ_HEAD(log_queueh, tcp_log_dev_queue); 79 STAILQ_HEAD(log_infoh, tcp_log_dev_info);
|
| /freebsd-14-stable/sys/dev/cxgbe/cxgbei/ |
| HD | cxgbei.h | 57 STAILQ_HEAD(, icl_pdu) rcvd_pdus; /* protected by so_rcv lock */ 66 STAILQ_HEAD(, icl_pdu) sent_pdus; /* protected by ic lock */
|
| /freebsd-14-stable/sys/kern/ |
| HD | subr_busdma_bounce.c | 67 STAILQ_HEAD(, bounce_page) bounce_page_list; 68 STAILQ_HEAD(, bus_dmamap) bounce_map_waitinglist; 92 static STAILQ_HEAD(, bounce_zone) bounce_zone_list = 94 static STAILQ_HEAD(, bus_dmamap) bounce_map_callbacklist = 428 STAILQ_HEAD(, bus_dmamap) callbacklist; in busdma_thread()
|
| /freebsd-14-stable/sys/dev/pccard/ |
| HD | pccardvarp.h | 103 STAILQ_HEAD(, pccard_config_entry) cfe_head; 151 STAILQ_HEAD(, pccard_function) pf_head;
|
| /freebsd-14-stable/usr.sbin/bluetooth/btpand/ |
| HD | btpand.h | 69 STAILQ_HEAD(extlist, exthdr); 70 STAILQ_HEAD(pktlist, pkthdr);
|
| /freebsd-14-stable/sys/dev/mlx5/mlx5_en/ |
| HD | en_rl.h | 145 STAILQ_HEAD(, mlx5e_rl_channel) index_list_head; 146 STAILQ_HEAD(, mlx5e_rl_channel) process_head;
|
| /freebsd-14-stable/sys/dev/usb/wlan/ |
| HD | if_rsureg.h | 879 STAILQ_HEAD(, rsu_data) sc_rx_active; 880 STAILQ_HEAD(, rsu_data) sc_rx_inactive; 881 STAILQ_HEAD(, rsu_data) sc_tx_active[RSU_N_TRANSFER]; 882 STAILQ_HEAD(, rsu_data) sc_tx_inactive; 883 STAILQ_HEAD(, rsu_data) sc_tx_pending[RSU_N_TRANSFER];
|
| /freebsd-14-stable/contrib/elftoolchain/libpe/ |
| HD | _libpe.h | 52 STAILQ_HEAD(, _PE_SecBuf) ps_b; /* buffer list */ 77 STAILQ_HEAD(, _PE_Scn) pe_scn; /* section list */
|
| /freebsd-14-stable/usr.bin/mkesdb/ |
| HD | ldef.h | 40 STAILQ_HEAD(named_csid_list, named_csid);
|
| /freebsd-14-stable/contrib/elftoolchain/common/ |
| HD | _elftc.h | 118 #ifndef STAILQ_HEAD 119 #define STAILQ_HEAD(name, type) \ macro 216 STAILQ_HEAD(, type) _la, _lb; \
|
| /freebsd-14-stable/sys/sys/ |
| HD | ck.h | 11 #define CK_STAILQ_HEAD STAILQ_HEAD
|
| /freebsd-14-stable/stand/libsa/ |
| HD | nvstore.h | 37 typedef STAILQ_HEAD(store_list, nvstore) nvstore_list_t;
|
| /freebsd-14-stable/sys/dev/bhnd/bhndb/ |
| HD | bhndb_private.h | 204 STAILQ_HEAD(, bhndb_region) bus_regions; /**< bus region descriptors */ 213 STAILQ_HEAD(,bhndb_intr_handler) bus_intrs; /**< attached child interrupt handlers */
|
| /freebsd-14-stable/usr.sbin/jail/ |
| HD | jailp.h | 142 STAILQ_HEAD(cfvars, cfvar); 170 STAILQ_HEAD(cfdepends, cfdepend);
|
| /freebsd-14-stable/stand/efi/include/ |
| HD | efizfs.h | 36 typedef STAILQ_HEAD(zfsinfo_list, zfsinfo) zfsinfo_list_t;
|