/netbsd-src/sys/dev/ata/ |
H A D | wdvar.h | 77 SLIST_HEAD(, disk_badsectors) sc_bslist; 84 SLIST_HEAD(, ata_xfer) sc_retry_list; 88 SLIST_HEAD(, ata_xfer) sc_requeue_list;
|
H A D | ata_raid_subr.c | 51 static SLIST_HEAD(, ataraid_disk_vnode) ataraid_disk_vnode_list =
|
/netbsd-src/usr.sbin/ldpd/ |
H A D | conffile.h | 52 extern SLIST_HEAD(conei_head,conf_neighbour) conei_head; 60 extern SLIST_HEAD(coifs_head,conf_interface) coifs_head;
|
H A D | ldp_peer.h | 72 SLIST_HEAD(,ldp_peer_address) ldp_peer_address_head; 77 extern SLIST_HEAD(ldp_peer_head,ldp_peer) ldp_peer_head;
|
H A D | socketops.h | 65 extern SLIST_HEAD(hello_info_head,hello_info) hello_info_head;
|
/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | pass2.h | 450 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 D | aicasm_symbol.h | 74 typedef SLIST_HEAD(symlist, symbol_node) symlist_t; 183 SLIST_HEAD(scope_list, scope);
|
H A D | aicasm.h | 71 SLIST_HEAD(path_list, path_entry);
|
/netbsd-src/sys/dev/pci/ |
H A D | if_bgevar.h | 327 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 D | auixpvar.h | 111 SLIST_HEAD(auixp_dma_list, auixp_dma) sc_dma_list;
|
H A D | esovar.h | 101 SLIST_HEAD(, eso_dma) sc_dmas;
|
H A D | if_nfevar.h | 63 SLIST_HEAD(, nfe_jbuf) jfreelist;
|
/netbsd-src/sys/kern/ |
H A D | subr_hash.c | 56 SLIST_HEAD(, generic) *hashtbl_slist; in hash_list_size() 90 SLIST_HEAD(, generic) *hashtbl_slist; in hashinit()
|
/netbsd-src/common/lib/libprop/ |
H A D | prop_stack.h | 55 SLIST_HEAD(, _prop_stack_extern_elem) extern_elems;
|
/netbsd-src/usr.sbin/syslogd/ |
H A D | syslogd.h | 385 SLIST_HEAD(peer_cred_head, peer_cred); 414 SLIST_HEAD(TLS_Incoming, TLS_Incoming_Conn);
|
/netbsd-src/lib/libc/stdlib/ |
H A D | cxa_thread_atexit.c | 48 static __thread SLIST_HEAD(, cxa_dtor) cxa_dtors = SLIST_HEAD_INITIALIZER(cxa_dstors);
|
/netbsd-src/sys/arch/sh3/include/ |
H A D | pmap.h | 95 SLIST_HEAD(, pv_entry) pvh_head;
|
/netbsd-src/sys/dev/ic/ |
H A D | dptvar.h | 85 SLIST_HEAD(, dpt_ccb) sc_ccb_free;/* free ccb list */
|
/netbsd-src/sys/arch/pmax/tc/ |
H A D | dtvar.h | 77 SLIST_HEAD(, dt_msg) sc_free;
|
/netbsd-src/sys/sys/ |
H A D | lwp.h | 124 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 D | res_state.c | 52 static SLIST_HEAD(, _res_st) res_list = LIST_HEAD_INITIALIZER(&res_list);
|
/netbsd-src/sys/dev/fdt/ |
H A D | connector_fdt.c | 56 SLIST_HEAD(, fdt_connector_softc) fdt_connectors =
|
/netbsd-src/sys/dev/ppbus/ |
H A D | ppbus_conf.h | 123 SLIST_HEAD(childlist, ppbus_device_softc) sc_childlist_head;
|
/netbsd-src/external/bsd/pkg_install/dist/admin/ |
H A D | main.c | 106 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 D | bpfdesc.h | 189 SLIST_HEAD(, bpf_event_tracker) bif_trackers;
|