Home
last modified time | relevance | path

Searched refs:SLIST_HEAD (Results 1 – 25 of 140) sorted by relevance

123456

/netbsd-src/sys/dev/ata/
H A Dwdvar.h77 SLIST_HEAD(, disk_badsectors) sc_bslist;
84 SLIST_HEAD(, ata_xfer) sc_retry_list;
88 SLIST_HEAD(, ata_xfer) sc_requeue_list;
H A Data_raid_subr.c51 static SLIST_HEAD(, ataraid_disk_vnode) ataraid_disk_vnode_list =
/netbsd-src/usr.sbin/ldpd/
H A Dconffile.h52 extern SLIST_HEAD(conei_head,conf_neighbour) conei_head;
60 extern SLIST_HEAD(coifs_head,conf_interface) coifs_head;
H A Dldp_peer.h72 SLIST_HEAD(,ldp_peer_address) ldp_peer_address_head;
77 extern SLIST_HEAD(ldp_peer_head,ldp_peer) ldp_peer_head;
H A Dsocketops.h65 extern SLIST_HEAD(hello_info_head,hello_info) hello_info_head;
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dpass2.h450 SLIST_HEAD(, cfgnode) parents; /* CFG - parents to this node */
451 SLIST_HEAD(, cfgnode) child; /* Children, usually max 2 of them */
464 SLIST_HEAD(, phiinfo) phi;
485 SLIST_HEAD(, varstack) *stack;
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.h74 typedef SLIST_HEAD(symlist, symbol_node) symlist_t;
183 SLIST_HEAD(scope_list, scope);
H A Daicasm.h71 SLIST_HEAD(path_list, path_entry);
/netbsd-src/sys/dev/pci/
H A Dif_bgevar.h327 SLIST_HEAD(__bge_jfreehead, bge_jpool_entry) bge_jfree_listhead;
329 SLIST_HEAD(__bge_jinusehead, bge_jpool_entry) bge_jinuse_listhead;
377 SLIST_HEAD(, txdmamap_pool_entry) txdma_list; /* i */
H A Dauixpvar.h111 SLIST_HEAD(auixp_dma_list, auixp_dma) sc_dma_list;
H A Desovar.h101 SLIST_HEAD(, eso_dma) sc_dmas;
H A Dif_nfevar.h63 SLIST_HEAD(, nfe_jbuf) jfreelist;
/netbsd-src/sys/kern/
H A Dsubr_hash.c56 SLIST_HEAD(, generic) *hashtbl_slist; in hash_list_size()
90 SLIST_HEAD(, generic) *hashtbl_slist; in hashinit()
/netbsd-src/common/lib/libprop/
H A Dprop_stack.h55 SLIST_HEAD(, _prop_stack_extern_elem) extern_elems;
/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.h385 SLIST_HEAD(peer_cred_head, peer_cred);
414 SLIST_HEAD(TLS_Incoming, TLS_Incoming_Conn);
/netbsd-src/lib/libc/stdlib/
H A Dcxa_thread_atexit.c48 static __thread SLIST_HEAD(, cxa_dtor) cxa_dtors = SLIST_HEAD_INITIALIZER(cxa_dstors);
/netbsd-src/sys/arch/sh3/include/
H A Dpmap.h95 SLIST_HEAD(, pv_entry) pvh_head;
/netbsd-src/sys/dev/ic/
H A Ddptvar.h85 SLIST_HEAD(, dpt_ccb) sc_ccb_free;/* free ccb list */
/netbsd-src/sys/arch/pmax/tc/
H A Ddtvar.h77 SLIST_HEAD(, dt_msg) sc_free;
/netbsd-src/sys/sys/
H A Dlwp.h124 SLIST_HEAD(, turnstile) l_pi_lenders; /* l: ts lending us priority */
165 SLIST_HEAD(,selinfo) l_selwait; /* S: descriptors waited on */
/netbsd-src/lib/libpthread/
H A Dres_state.c52 static SLIST_HEAD(, _res_st) res_list = LIST_HEAD_INITIALIZER(&res_list);
/netbsd-src/sys/dev/fdt/
H A Dconnector_fdt.c56 SLIST_HEAD(, fdt_connector_softc) fdt_connectors =
/netbsd-src/sys/dev/ppbus/
H A Dppbus_conf.h123 SLIST_HEAD(childlist, ppbus_device_softc) sc_childlist_head;
/netbsd-src/external/bsd/pkg_install/dist/admin/
H A Dmain.c106 SLIST_HEAD(pkgbase_entry_head, pkgbase_entry);
115 SLIST_HEAD(reqd_by_entry_head, reqd_by_entry);
125 SLIST_HEAD(pkg_reqd_by_head, pkg_reqd_by);
/netbsd-src/sys/net/
H A Dbpfdesc.h189 SLIST_HEAD(, bpf_event_tracker) bif_trackers;

123456