Home
last modified time | relevance | path

Searched refs:LIST_ENTRY (Results 1 – 25 of 186) sorted by relevance

12345678

/openbsd/sys/dev/ofw/
H A Dofw_misc.h41 LIST_ENTRY(if_device) if_list;
64 LIST_ENTRY(phy_device) pd_list;
82 LIST_ENTRY(i2c_bus) ib_list;
100 LIST_ENTRY(sfp_device) sd_list;
129 LIST_ENTRY(pwm_device) pd_list;
148 LIST_ENTRY(nvmem_device) nd_list;
176 LIST_ENTRY(device_port) dp_list;
202 LIST_ENTRY(endpoint) ep_list;
203 LIST_ENTRY(endpoint) ep_plist;
224 LIST_ENTRY(dai_device) dd_list;
[all …]
H A Dofw_thermal.h27 LIST_ENTRY(thermal_sensor) ts_list;
41 LIST_ENTRY(cooling_device) cd_list;
H A Dofw_regulator.h34 LIST_ENTRY(regulator_device) rd_list;
52 LIST_ENTRY(regulator_notifier) rn_list;
H A Dofw_clock.h29 LIST_ENTRY(clock_device) cd_list;
63 LIST_ENTRY(reset_device) rd_list;
H A Dofw_power.h27 LIST_ENTRY(power_domain_device) pd_list;
/openbsd/sys/sys/
H A Dproc.h80 LIST_ENTRY(pgrp) pg_hash; /* Hash chain. */
147 LIST_ENTRY(process) ps_list; /* List of all processes. */
150 LIST_ENTRY(process) ps_pglist; /* List of processes in pgrp. */
152 LIST_ENTRY(process) ps_sibling; /* List of sibling processes. */
154 LIST_ENTRY(process) ps_hash; /* Hash chain. */
162 LIST_ENTRY(process) ps_orphan; /* List of orphan processes. */
330 LIST_ENTRY(proc) p_list; /* List of all threads. */
350 LIST_ENTRY(proc) p_hash; /* Hash chain. */
453 LIST_ENTRY(uidinfo) ui_hash; /* [U] */
H A Dextent.h39 LIST_ENTRY(extent_region) er_link; /* link in region list */
58 LIST_ENTRY(extent) ex_link;
/openbsd/usr.sbin/ldpd/
H A Dldpd.h254 LIST_ENTRY(if_addr) entry;
275 LIST_ENTRY(iface) entry;
291 LIST_ENTRY(tnbr) entry;
307 LIST_ENTRY(nbr_params) entry;
319 LIST_ENTRY(l2vpn_if) entry;
329 LIST_ENTRY(l2vpn_pw) entry;
349 LIST_ENTRY(l2vpn) entry;
394 LIST_ENTRY(ldp_auth) entry;
H A Dldpe.h45 LIST_ENTRY(adj) global_entry;
46 LIST_ENTRY(adj) nbr_entry;
47 LIST_ENTRY(adj) ia_entry;
/openbsd/sbin/isakmpd/
H A Dtransport.h56 LIST_ENTRY(transport_vtbl) link;
118 LIST_ENTRY(transport) link;
H A Dvirtual.h35 LIST_ENTRY (virtual_transport) link;
H A Disakmp_cfg.h38 LIST_ENTRY(isakmp_cfg_attr) link;
/openbsd/sys/dev/pci/
H A Demuxkivar.h78 LIST_ENTRY(emuxki_mem) next;
203 LIST_ENTRY(emuxki_voice) next;
216 LIST_ENTRY(emuxki_stream) next;
/openbsd/sys/ntfs/
H A Dntfs_inode.h40 LIST_ENTRY(ntnode) i_hash;
66 LIST_ENTRY(fnode) f_fnlist;
/openbsd/sys/dev/gpio/
H A Dgpiovar.h75 LIST_ENTRY(gpio_dev) sc_next;
81 LIST_ENTRY(gpio_name) gp_next;
/openbsd/sys/net/
H A Dpipex_local.h164 LIST_ENTRY(pipex_session) session_list; /* [L] all session chain */
177 LIST_ENTRY(pipex_session) session_list; /* [L] all session chain */
178 LIST_ENTRY(pipex_session) state_list; /* [L] state list chain */
179 LIST_ENTRY(pipex_session) id_chain; /* [L] id hash chain */
180 LIST_ENTRY(pipex_session) peer_addr_chain;
/openbsd/sbin/pdisk/
H A Dpartition_map.h69 LIST_ENTRY(entry) disk_entry;
70 LIST_ENTRY(entry) base_entry;
/openbsd/sys/dev/usb/
H A Dohcivar.h49 LIST_ENTRY(ohci_soft_td) hnext;
65 LIST_ENTRY(ohci_soft_itd) hnext;
/openbsd/usr.sbin/dvmrpd/
H A Drde.h61 LIST_ENTRY(prune_node) entry;
87 LIST_ENTRY(ds_nbr) entry;
/openbsd/usr.sbin/ripd/
H A Dripe.h48 LIST_ENTRY(nbr_failed) entry;
54 LIST_ENTRY(nbr) entry, hash;
/openbsd/sys/arch/luna88k/luna88k/
H A Disr.h45 LIST_ENTRY(isr_autovec) isr_link;
/openbsd/usr.bin/vi/common/
H A Dmark.h33 LIST_ENTRY(_lmark) q; /* Linked list of marks. */
H A Dseq.h32 LIST_ENTRY(_seq) q; /* Linked list of all sequences. */
/openbsd/sys/arch/arm/include/
H A Dundefined.h72 LIST_ENTRY(undefined_handler) uh_link;
/openbsd/sys/uvm/
H A Duvm_device.h50 LIST_ENTRY(uvm_device) u_list; /* list of device objects */

12345678