/openbsd/usr.sbin/rad/ |
H A D | rad.h | 105 SIMPLEQ_HEAD(, ra_rdnss_conf) ra_rdnss_list; 107 SIMPLEQ_HEAD(, ra_dnssl_conf) ra_dnssl_list; 109 SIMPLEQ_HEAD(, ra_pref64_conf) ra_pref64_list; 128 SIMPLEQ_HEAD(ra_prefix_conf_head, 135 SIMPLEQ_HEAD(ra_iface_conf_head, ra_iface_conf) ra_iface_list;
|
/openbsd/usr.bin/ctfconv/ |
H A D | dw.h | 58 SIMPLEQ_HEAD(dwaval_queue, dwaval); 68 SIMPLEQ_HEAD(dwdie_queue, dwdie); 75 SIMPLEQ_HEAD(, dwattr) dab_attrs; 78 SIMPLEQ_HEAD(dwabbrev_queue, dwabbrev);
|
H A D | itype.h | 39 SIMPLEQ_HEAD(, itref) it_refs; /* itype: backpointing refs */
|
H A D | pool.c | 38 SIMPLEQ_HEAD(, pool) pool_head = SIMPLEQ_HEAD_INITIALIZER(pool_head);
|
/openbsd/usr.sbin/ldomctl/ |
H A D | ldomctl.h | 187 SIMPLEQ_HEAD(, vdisk) vdisk_list; 188 SIMPLEQ_HEAD(, vnet) vnet_list; 189 SIMPLEQ_HEAD(, var) var_list; 190 SIMPLEQ_HEAD(, iodev) iodev_list; 194 SIMPLEQ_HEAD(, domain) domain_list;
|
/openbsd/sbin/dhcp6leased/ |
H A D | dhcp6leased.h | 206 SIMPLEQ_HEAD(iface_pd_conf_head, iface_pd_conf) iface_pd_list; 213 SIMPLEQ_HEAD(iface_ia_conf_head, 220 SIMPLEQ_HEAD(iface_conf_head, iface_conf) iface_list;
|
/openbsd/sys/arch/alpha/eisa/ |
H A D | eisa_machdep.c | 132 SIMPLEQ_HEAD(, ecu_mem) ecuf_mem; 133 SIMPLEQ_HEAD(, ecu_irq) ecuf_irq; 134 SIMPLEQ_HEAD(, ecu_dma) ecuf_dma; 135 SIMPLEQ_HEAD(, ecu_io) ecuf_io; 154 SIMPLEQ_HEAD(, ecu_func) ecud_funcs; 157 SIMPLEQ_HEAD(, ecu_data) ecu_data_list =
|
/openbsd/sys/dev/ic/ |
H A D | cacvar.h | 107 SIMPLEQ_HEAD(, cac_ccb) sc_ccb_free; 108 SIMPLEQ_HEAD(, cac_ccb) sc_ccb_queue;
|
H A D | athnvar.h | 89 SIMPLEQ_HEAD(, athn_tx_buf) head; 114 SIMPLEQ_HEAD(, athn_rx_buf) head; 526 SIMPLEQ_HEAD(, athn_tx_buf) txbufs;
|
H A D | ufshcivar.h | 62 SIMPLEQ_HEAD(ufshci_ccb_list, ufshci_ccb);
|
/openbsd/sys/dev/acpi/ |
H A D | acpivar.h | 121 typedef SIMPLEQ_HEAD(, acpi_pwrres) acpi_pwrreshead_t; 124 typedef SIMPLEQ_HEAD(, acpi_q) acpi_qhead_t; 125 typedef SIMPLEQ_HEAD(, acpi_wakeq) acpi_wakeqhead_t;
|
H A D | amltypes.h | 256 SIMPLEQ_HEAD(aml_waitq_head, aml_waitq); 382 SIMPLEQ_HEAD(,aml_node) son;
|
/openbsd/sys/dev/cardbus/ |
H A D | cardbus_exrom.h | 64 SIMPLEQ_HEAD(cardbus_rom_image_head, cardbus_rom_image);
|
H A D | cardslotvar.h | 75 SIMPLEQ_HEAD(, cardslot_event) sc_events;
|
/openbsd/sys/sys/ |
H A D | buf.h | 102 SIMPLEQ_HEAD(bufq_fifo_head, buf); 108 SIMPLEQ_HEAD(bufq_nscan_head, buf);
|
/openbsd/usr.sbin/sasyncd/ |
H A D | net.h | 42 SIMPLEQ_HEAD(, qmsg) msgs;
|
/openbsd/usr.sbin/iscsictl/ |
H A D | iscsictl.h | 22 SIMPLEQ_HEAD(, session_ctlcfg) sessions;
|
/openbsd/sys/dev/pcmcia/ |
H A D | pcmciavar.h | 116 SIMPLEQ_HEAD(, pcmcia_config_entry) cfe_head; 153 SIMPLEQ_HEAD(, pcmcia_function) pf_head;
|
/openbsd/sys/dev/hid/ |
H A D | hidmtvar.h | 53 SIMPLEQ_HEAD(, hidmt_data) sc_inputs;
|
/openbsd/sys/dev/usb/ |
H A D | umidivar.h | 98 SIMPLEQ_HEAD(, umidi_jack) intrq;
|
/openbsd/sys/arch/arm64/dev/ |
H A D | smmuvar.h | 79 SIMPLEQ_HEAD(, smmu_domain) sc_domains;
|
/openbsd/sys/kern/ |
H A D | kern_kthread.c | 106 SIMPLEQ_HEAD(, kthread_q) kthread_q = SIMPLEQ_HEAD_INITIALIZER(kthread_q);
|
/openbsd/usr.sbin/bgpd/ |
H A D | bgpd.h | 237 SIMPLEQ_HEAD(l3vpn_head, l3vpn); 246 SIMPLEQ_HEAD(prefixset_head, prefixset); 268 SIMPLEQ_HEAD(rde_prefixset_head, rde_prefixset); 290 SIMPLEQ_HEAD(as_set_head, as_set); 296 SIMPLEQ_HEAD(rtr_config_head, rtr_config); 1352 SIMPLEQ_HEAD(rib_names, rde_rib);
|
/openbsd/usr.sbin/relayd/ |
H A D | http.h | 262 SIMPLEQ_HEAD(, http_method_node) hs_methods;
|
/openbsd/usr.sbin/cron/ |
H A D | job.c | 40 static SIMPLEQ_HEAD(job_queue, _job) jobs = SIMPLEQ_HEAD_INITIALIZER(jobs);
|