Searched refs:SLIST_HEAD (Results 1 - 25 of 178) sorted by relevance

12345678

/freebsd-12-stable/contrib/smbfs/lib/smb/
H A Drcfile_priv.h10 SLIST_HEAD(rckey_head,rckey) rs_keys;
16 SLIST_HEAD(rcsec_head, rcsection) rf_sect;
/freebsd-12-stable/lib/libgssapi/
H A Dcred.h39 SLIST_HEAD(_gss_mechanism_cred_list, _gss_mechanism_cred);
H A Dname.h39 SLIST_HEAD(_gss_mechanism_name_list, _gss_mechanism_name);
/freebsd-12-stable/usr.sbin/nandsim/
H A Dnandsim_rcfile.h49 SLIST_HEAD(rckey_head,rckey) rs_keys; /* key list */
56 SLIST_HEAD(rcsec_head, rcsection) rf_sect; /* sections list */
/freebsd-12-stable/contrib/nvi/common/
H A Dmsg.h55 SLIST_HEAD(_msgh, _msg);
H A Dgs.h91 SLIST_HEAD(_excmdh, _excmd) ecq[1];
109 SLIST_HEAD(_cuth, _cb) cutq[1]; /* Linked list of cut buffers. */
112 SLIST_HEAD(_seqh, _seq) seqq[1];/* Linked list of maps, abbrevs. */
H A Dexf.h36 SLIST_HEAD(_markh, _lmark) marks[1];
/freebsd-12-stable/sys/sys/
H A D_callout.h48 SLIST_HEAD(callout_slist, callout);
H A Dsigio.h62 SLIST_HEAD(sigiolst, sigio);
/freebsd-12-stable/sys/dev/nand/
H A Dnandsim_swap.h53 SLIST_HEAD(,block_space) free_bs;
/freebsd-12-stable/usr.sbin/config/
H A Dconfig.h118 extern SLIST_HEAD(cputype_head, cputype) cputype;
134 extern SLIST_HEAD(opt_head, opt) opt, mkopt, rmopts;
144 extern SLIST_HEAD(opt_list_head, opt_list) otab;
166 extern SLIST_HEAD(includepath_head, includepath) includepath;
/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.h69 SLIST_HEAD(path_list, path_entry);
H A Daicasm_symbol.h72 typedef SLIST_HEAD(symlist, symbol_node) symlist_t;
181 SLIST_HEAD(scope_list, scope);
/freebsd-12-stable/sys/sparc64/include/
H A Dbus_private.h69 SLIST_HEAD(, bus_dmamap_res) dm_reslist; /* (q, *q) */
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h80 SLIST_HEAD(dn_schk_head, dn_schk);
81 SLIST_HEAD(dn_sch_inst_head, dn_sch_inst);
82 SLIST_HEAD(dn_fsk_head, dn_fsk);
83 SLIST_HEAD(dn_queue_head, dn_queue);
84 SLIST_HEAD(dn_alg_head, dn_alg);
87 SLIST_HEAD(dn_aqm_head, dn_aqm); /* for new AQMs */
/freebsd-12-stable/sys/dev/nvdimm/
H A Dnvdimm_var.h93 SLIST_HEAD(, SPA_mapping) spas;
105 SLIST_HEAD(, nvdimm_label_entry) labels;
154 SLIST_HEAD(, nvdimm_namespace) namespaces;
/freebsd-12-stable/sys/dev/ipw/
H A Dif_ipwvar.h153 SLIST_HEAD(, ipw_soft_hdr) free_shdr;
154 SLIST_HEAD(, ipw_soft_buf) free_sbuf;
/freebsd-12-stable/sys/dev/fdt/
H A Dfdt_common.h65 extern SLIST_HEAD(fdt_ic_list, fdt_ic) fdt_ic_list_head;
/freebsd-12-stable/sys/mips/malta/
H A Duart_bus_maltausart.c76 extern SLIST_HEAD(uart_devinfo_list, uart_devinfo) uart_sysdevs;
/freebsd-12-stable/sbin/nvmecontrol/
H A Dcomnd.h84 SLIST_HEAD(,cmd) subcmd;
/freebsd-12-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h77 SLIST_HEAD(snmp_enum_tc, enum_type);
135 SLIST_HEAD(snmp_mapping, snmp_oid2str);
136 SLIST_HEAD(fname_list, fname);
137 SLIST_HEAD(snmp_table_index, snmp_index_entry);
174 SLIST_HEAD(snmp_objectlist, snmp_object) snmp_objectlist;
/freebsd-12-stable/contrib/dma/
H A Ddma.h99 SLIST_HEAD(strlist, stritem);
152 SLIST_HEAD(authusers, authuser);
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dsnmpmod.h413 SLIST_HEAD(usm_userlist, usm_user);
441 SLIST_HEAD(vacm_userlist, vacm_user);
449 SLIST_HEAD(vacm_grouplist, vacm_group);
478 SLIST_HEAD(vacm_viewlist, vacm_view);
487 SLIST_HEAD(vacm_contextlist, vacm_context);
533 SLIST_HEAD(target_addresslist, target_address);
546 SLIST_HEAD(target_paramlist, target_param);
557 SLIST_HEAD(target_notifylist, target_notify);
/freebsd-12-stable/sys/cam/
H A Dcam_xpt.h74 SLIST_HEAD(async_list, async_node);
75 SLIST_HEAD(periph_list, cam_periph);
/freebsd-12-stable/sys/dev/ixl/
H A Diavf.h102 SLIST_HEAD(mac_list, iavf_mac_filter);
109 SLIST_HEAD(vlan_list, iavf_vlan_filter);

Completed in 226 milliseconds

12345678