Home
last modified time | relevance | path

Searched refs:LIST_HEAD (Results 1 – 25 of 196) sorted by relevance

12345678

/openbsd/usr.sbin/ldpd/
H A Dldpd.h260 LIST_HEAD(if_addr_head, if_addr);
267 LIST_HEAD(, adj) adj_list;
356 LIST_HEAD(, l2vpn_if) if_list;
357 LIST_HEAD(, l2vpn_pw) pw_list;
408 LIST_HEAD(, iface) iface_list;
409 LIST_HEAD(, tnbr) tnbr_list;
410 LIST_HEAD(, nbr_params) nbrp_list;
411 LIST_HEAD(, l2vpn) l2vpn_list;
412 LIST_HEAD(, ldp_auth) auth_list;
436 LIST_HEAD(, adj) adj_list;
H A Dlde.h112 LIST_HEAD(, fec_nh) nexthops; /* fib nexthops */
113 LIST_HEAD(, lde_map) downstream; /* recv mappings */
114 LIST_HEAD(, lde_map) upstream; /* sent mappings */
/openbsd/sys/sys/
H A Dproc.h81 LIST_HEAD(, process) pg_members;/* Pointer to pgrp members. */
114 LIST_HEAD(futex_list, futex);
153 LIST_HEAD(, process) ps_children;/* Pointer to list of children. */
163 LIST_HEAD(, process) ps_orphans;/* Pointer to list of orphans. */
504 extern LIST_HEAD(tidhashhead, proc) *tidhashtbl;
508 extern LIST_HEAD(pidhashhead, process) *pidhashtbl;
512 extern LIST_HEAD(pgrphashhead, pgrp) *pgrphashtbl;
520 LIST_HEAD(proclist, proc);
521 LIST_HEAD(processlist, process);
H A Dextent.h52 LIST_HEAD(, extent_region) ex_regions;
64 LIST_HEAD(, extent_region) fex_freelist;
H A Dsigio.h39 LIST_HEAD(sigiolst, sigio);
/openbsd/usr.bin/vi/common/
H A Dgs.h87 LIST_HEAD(_excmdh, _excmd) ecq; /* Ex command linked list. */
105 LIST_HEAD(_cuth, _cb) cutq; /* Linked list of cut buffers. */
108 LIST_HEAD(_seqh, _seq) seqq; /* Linked list of maps, abbrevs. */
H A Dmsg.h57 LIST_HEAD(_msgh, _msg);
H A Dexf.h36 LIST_HEAD(_markh, _lmark) marks;/* Linked list of file MARK's. */
/openbsd/sys/ntfs/
H A Dntfs_inode.h54 LIST_HEAD(,fnode) i_fnlist;
55 LIST_HEAD(,ntvattr) i_valist;
/openbsd/sys/arch/powerpc64/include/
H A Dpmap.h38 LIST_HEAD(,slb_desc) pm_slbd;
90 LIST_HEAD(,pte_desc) pv_list;
/openbsd/sys/dev/ofw/
H A Dofw_misc.c126 LIST_HEAD(, if_device) if_devices =
170 LIST_HEAD(, phy_device) phy_devices =
303 LIST_HEAD(, i2c_bus) i2c_busses =
349 LIST_HEAD(, sfp_device) sfp_devices =
485 LIST_HEAD(, pwm_device) pwm_devices =
551 LIST_HEAD(, nvmem_device) nvmem_devices =
565 LIST_HEAD(, nvmem_cell) nvmem_cells =
778 LIST_HEAD(, endpoint) endpoints =
960 LIST_HEAD(, dai_device) dai_devices =
1000 LIST_HEAD(, mii_bus) mii_busses =
[all …]
H A Dofw_thermal.c34 LIST_HEAD(, thermal_sensor) thermal_sensors =
37 LIST_HEAD(, cooling_device) cooling_devices =
95 LIST_HEAD(, cdev) tz_cdevs;
108 LIST_HEAD(, thermal_zone) thermal_zones =
/openbsd/usr.sbin/ospf6d/
H A Dospf6d.h144 LIST_HEAD(, iface) iface_list;
145 LIST_HEAD(, rde_nbr) nbr_list;
295 LIST_HEAD(, nbr) nbr_list;
372 LIST_HEAD(, area) area_list;
373 LIST_HEAD(, vertex) cand_list;
/openbsd/sbin/pdisk/
H A Dpartition_map.h47 LIST_HEAD(, entry) disk_order;
48 LIST_HEAD(, entry) base_order;
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dalloc.c89 LIST_HEAD(, ml) freelist = LIST_HEAD_INITIALIZER(freelist);
90 LIST_HEAD(, ml) allocatedlist = LIST_HEAD_INITIALIZER(allocatedlist);
/openbsd/sys/dev/usb/
H A Dohcivar.h96 LIST_HEAD(, ohci_soft_td) sc_hash_tds[OHCI_HASH_SIZE];
97 LIST_HEAD(, ohci_soft_itd) sc_hash_itds[OHCI_HASH_SIZE];
/openbsd/usr.sbin/ospfd/
H A Dospfd.h168 LIST_HEAD(, iface) iface_list;
169 LIST_HEAD(, rde_nbr) nbr_list;
325 LIST_HEAD(, nbr) nbr_list;
387 LIST_HEAD(, area) area_list;
388 LIST_HEAD(, vertex) cand_list;
/openbsd/sys/arch/macppc/stand/
H A Dalloc.c89 LIST_HEAD(, ml) freelist = LIST_HEAD_INITIALIZER(freelist);
90 LIST_HEAD(, ml) allocatedlist = LIST_HEAD_INITIALIZER(allocatedlist);
/openbsd/usr.sbin/dvmrpd/
H A Drde.h44 LIST_HEAD(, ds_nbr) ds_list;
75 LIST_HEAD(, prune_node) prune_list;
/openbsd/usr.sbin/ripd/
H A Dripd.h163 LIST_HEAD(, nbr) nbr_list;
164 LIST_HEAD(, nbr_failed) failed_nbr_list;
225 LIST_HEAD(, iface) iface_list;
/openbsd/sys/dev/pci/
H A Demuxkivar.h233 LIST_HEAD(, emuxki_mem) mem;
241 LIST_HEAD(, emuxki_voice) voices;
/openbsd/sys/arch/luna88k/luna88k/
H A Disr.h53 typedef LIST_HEAD(, isr_autovec) isr_autovec_list_t;
/openbsd/sbin/isakmpd/
H A Ddoi.c37 LIST_HEAD(doi_list, doi) doi_tab;
/openbsd/usr.sbin/acme-client/
H A Dparse.h76 LIST_HEAD(, keyfile) used_key_list;
/openbsd/sys/dev/pci/drm/include/drm/ttm/
H A Dttm_pool.h64 LIST_HEAD(, ttm_pool_type_lru) lru;

12345678