Home
last modified time | relevance | path

Searched refs:SIMPLEQ_HEAD (Results 1 – 25 of 92) sorted by relevance

1234

/openbsd/usr.sbin/rad/
H A Drad.h102 SIMPLEQ_HEAD(, ra_rdnss_conf) ra_rdnss_list;
104 SIMPLEQ_HEAD(, ra_dnssl_conf) ra_dnssl_list;
106 SIMPLEQ_HEAD(, ra_pref64_conf) ra_pref64_list;
124 SIMPLEQ_HEAD(ra_prefix_conf_head,
131 SIMPLEQ_HEAD(ra_iface_conf_head, ra_iface_conf) ra_iface_list;
/openbsd/usr.bin/ctfconv/
H A Ddw.h58 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 Ditype.h39 SIMPLEQ_HEAD(, itref) it_refs; /* itype: backpointing refs */
H A Dpool.c38 SIMPLEQ_HEAD(, pool) pool_head = SIMPLEQ_HEAD_INITIALIZER(pool_head);
/openbsd/usr.sbin/ldomctl/
H A Dldomctl.h187 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/sys/arch/alpha/eisa/
H A Deisa_machdep.c132 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 Dcacvar.h107 SIMPLEQ_HEAD(, cac_ccb) sc_ccb_free;
108 SIMPLEQ_HEAD(, cac_ccb) sc_ccb_queue;
H A Dathnvar.h89 SIMPLEQ_HEAD(, athn_tx_buf) head;
114 SIMPLEQ_HEAD(, athn_rx_buf) head;
526 SIMPLEQ_HEAD(, athn_tx_buf) txbufs;
H A Dufshcivar.h50 SIMPLEQ_HEAD(ufshci_ccb_list, ufshci_ccb);
/openbsd/sys/dev/acpi/
H A Dacpivar.h121 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 Damltypes.h256 SIMPLEQ_HEAD(aml_waitq_head, aml_waitq);
381 SIMPLEQ_HEAD(,aml_node) son;
/openbsd/sys/dev/cardbus/
H A Dcardbus_exrom.h64 SIMPLEQ_HEAD(cardbus_rom_image_head, cardbus_rom_image);
H A Dcardslotvar.h75 SIMPLEQ_HEAD(, cardslot_event) sc_events;
/openbsd/sys/sys/
H A Dbuf.h102 SIMPLEQ_HEAD(bufq_fifo_head, buf);
108 SIMPLEQ_HEAD(bufq_nscan_head, buf);
/openbsd/usr.sbin/sasyncd/
H A Dnet.h42 SIMPLEQ_HEAD(, qmsg) msgs;
/openbsd/usr.sbin/iscsictl/
H A Discsictl.h22 SIMPLEQ_HEAD(, session_ctlcfg) sessions;
/openbsd/sys/dev/pcmcia/
H A Dpcmciavar.h116 SIMPLEQ_HEAD(, pcmcia_config_entry) cfe_head;
153 SIMPLEQ_HEAD(, pcmcia_function) pf_head;
/openbsd/sys/dev/hid/
H A Dhidmtvar.h53 SIMPLEQ_HEAD(, hidmt_data) sc_inputs;
/openbsd/sys/dev/usb/
H A Dumidivar.h98 SIMPLEQ_HEAD(, umidi_jack) intrq;
H A Dutvfu.h95 typedef SIMPLEQ_HEAD(, utvfu_mmap) q_mmap;
/openbsd/sys/arch/arm64/dev/
H A Dsmmuvar.h79 SIMPLEQ_HEAD(, smmu_domain) sc_domains;
/openbsd/sys/kern/
H A Dkern_kthread.c106 SIMPLEQ_HEAD(, kthread_q) kthread_q = SIMPLEQ_HEAD_INITIALIZER(kthread_q);
/openbsd/usr.sbin/bgpd/
H A Dbgpd.h228 SIMPLEQ_HEAD(l3vpn_head, l3vpn);
237 SIMPLEQ_HEAD(prefixset_head, prefixset);
259 SIMPLEQ_HEAD(rde_prefixset_head, rde_prefixset);
281 SIMPLEQ_HEAD(as_set_head, as_set);
287 SIMPLEQ_HEAD(rtr_config_head, rtr_config);
1321 SIMPLEQ_HEAD(rib_names, rde_rib);
/openbsd/usr.sbin/relayd/
H A Dhttp.h262 SIMPLEQ_HEAD(, http_method_node) hs_methods;
/openbsd/usr.sbin/cron/
H A Djob.c40 static SIMPLEQ_HEAD(job_queue, _job) jobs = SIMPLEQ_HEAD_INITIALIZER(jobs);

1234