Home
last modified time | relevance | path

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

12345678

/freebsd/usr.sbin/config/
H A Dconfig.h171 extern SLIST_HEAD(cputype_head, cputype) cputype;
187 extern SLIST_HEAD(opt_head, opt) opt, mkopt, rmopts;
197 extern SLIST_HEAD(opt_list_head, opt_list) otab;
219 extern SLIST_HEAD(includepath_head, includepath) includepath;
/freebsd/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/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h75 SLIST_HEAD(snmp_enum_tc, enum_type);
133 SLIST_HEAD(snmp_mapping, snmp_oid2str);
134 SLIST_HEAD(fname_list, fname);
135 SLIST_HEAD(snmp_table_index, snmp_index_entry);
172 SLIST_HEAD(snmp_objectlist, snmp_object) snmp_objectlist;
/freebsd/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/contrib/nvi/common/
H A Dgs.h87 SLIST_HEAD(_excmdh, _excmd) ecq[1];
105 SLIST_HEAD(_cuth, _cb) cutq[1]; /* Linked list of cut buffers. */
108 SLIST_HEAD(_seqh, _seq) seqq[1];/* Linked list of maps, abbrevs. */
H A Dmsg.h53 SLIST_HEAD(_msgh, _msg);
H A Dexf.h34 SLIST_HEAD(_markh, _lmark) marks[1];
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h58 SLIST_HEAD(wlan_peerlist, wlan_peer);
73 SLIST_HEAD(wlan_scanlist, wlan_scan_result);
81 SLIST_HEAD(wlan_maclist, wlan_mac_mac);
89 SLIST_HEAD(wlan_mesh_routes, wlan_mesh_route);
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h70 typedef SLIST_HEAD(symlist, symbol_node) symlist_t;
179 SLIST_HEAD(scope_list, scope);
H A Daicasm.h67 SLIST_HEAD(path_list, path_entry);
/freebsd/sys/dev/ipw/
H A Dif_ipwvar.h152 SLIST_HEAD(, ipw_soft_hdr) free_shdr;
153 SLIST_HEAD(, ipw_soft_buf) free_sbuf;
/freebsd/contrib/dma/
H A Ddma.h100 SLIST_HEAD(strlist, stritem);
154 SLIST_HEAD(authusers, authuser);
/freebsd/sys/dev/sound/pcm/
H A Dchannel.h54 extern SLIST_HEAD(pcm_synclist, pcmchan_syncgroup) snd_pcm_syncgroups;
66 SLIST_HEAD(, pcmchan_syncmember) members;
146 SLIST_HEAD(, pcm_channel) head;
149 SLIST_HEAD(, pcm_channel) head;
H A Dsound.h220 SLIST_HEAD(, pcm_channel) head;
222 SLIST_HEAD(, pcm_channel) head;
225 SLIST_HEAD(, pcm_channel) head;
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_var.h99 SLIST_HEAD(, nvdimm_label_entry) labels;
148 SLIST_HEAD(, nvdimm_namespace) namespaces;
/freebsd/sys/cam/
H A Dcam_xpt.h70 SLIST_HEAD(async_list, async_node);
71 SLIST_HEAD(periph_list, cam_periph);
/freebsd/sys/powerpc/powermac/
H A Dpowermac_thermal.c78 static SLIST_HEAD(pmac_fans, pmac_fan_le) fans = SLIST_HEAD_INITIALIZER(fans);
79 static SLIST_HEAD(pmac_sensors, pmac_sens_le) sensors =
/freebsd/sys/sys/
H A Dck.h15 #define CK_SLIST_HEAD SLIST_HEAD
H A D_callout.h46 SLIST_HEAD(callout_slist, callout);
H A Dsigio.h59 SLIST_HEAD(sigiolst, sigio);
H A Ddomain.h73 extern SLIST_HEAD(domainhead, domain) domains;
/freebsd/lib/libgssapi/
H A Dcred.h37 SLIST_HEAD(_gss_mechanism_cred_list, _gss_mechanism_cred);
H A Dname.h37 SLIST_HEAD(_gss_mechanism_name_list, _gss_mechanism_name);
/freebsd/sys/dev/iavf/
H A Diavf_iflib.h301 SLIST_HEAD(mac_list, iavf_mac_filter);
322 SLIST_HEAD(vlan_list, iavf_vlan_filter);
/freebsd/usr.sbin/ac/
H A Dac.c87 static SLIST_HEAD(, utmpx_entry) CurUtmpx = SLIST_HEAD_INITIALIZER(CurUtmpx);
88 static SLIST_HEAD(, user_entry) Users = SLIST_HEAD_INITIALIZER(Users);
89 static SLIST_HEAD(, tty_entry) Ttys = SLIST_HEAD_INITIALIZER(Ttys);

12345678