/freebsd/usr.sbin/config/ |
H A D | config.h | 171 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 D | rcfile_priv.h | 10 SLIST_HEAD(rckey_head,rckey) rs_keys; 16 SLIST_HEAD(rcsec_head, rcsection) rf_sect;
|
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/ |
H A D | bsnmptools.h | 75 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 D | snmpmod.h | 413 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 D | gs.h | 87 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 D | msg.h | 53 SLIST_HEAD(_msgh, _msg);
|
H A D | exf.h | 34 SLIST_HEAD(_markh, _lmark) marks[1];
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_snmp.h | 58 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 D | aicasm_symbol.h | 70 typedef SLIST_HEAD(symlist, symbol_node) symlist_t; 179 SLIST_HEAD(scope_list, scope);
|
H A D | aicasm.h | 67 SLIST_HEAD(path_list, path_entry);
|
/freebsd/sys/dev/ipw/ |
H A D | if_ipwvar.h | 152 SLIST_HEAD(, ipw_soft_hdr) free_shdr; 153 SLIST_HEAD(, ipw_soft_buf) free_sbuf;
|
/freebsd/contrib/dma/ |
H A D | dma.h | 100 SLIST_HEAD(strlist, stritem); 154 SLIST_HEAD(authusers, authuser);
|
/freebsd/sys/dev/sound/pcm/ |
H A D | channel.h | 54 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 D | sound.h | 220 SLIST_HEAD(, pcm_channel) head; 222 SLIST_HEAD(, pcm_channel) head; 225 SLIST_HEAD(, pcm_channel) head;
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm_var.h | 99 SLIST_HEAD(, nvdimm_label_entry) labels; 148 SLIST_HEAD(, nvdimm_namespace) namespaces;
|
/freebsd/sys/cam/ |
H A D | cam_xpt.h | 70 SLIST_HEAD(async_list, async_node); 71 SLIST_HEAD(periph_list, cam_periph);
|
/freebsd/sys/powerpc/powermac/ |
H A D | powermac_thermal.c | 78 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 D | ck.h | 15 #define CK_SLIST_HEAD SLIST_HEAD
|
H A D | _callout.h | 46 SLIST_HEAD(callout_slist, callout);
|
H A D | sigio.h | 59 SLIST_HEAD(sigiolst, sigio);
|
H A D | domain.h | 73 extern SLIST_HEAD(domainhead, domain) domains;
|
/freebsd/lib/libgssapi/ |
H A D | cred.h | 37 SLIST_HEAD(_gss_mechanism_cred_list, _gss_mechanism_cred);
|
H A D | name.h | 37 SLIST_HEAD(_gss_mechanism_name_list, _gss_mechanism_name);
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_iflib.h | 301 SLIST_HEAD(mac_list, iavf_mac_filter); 322 SLIST_HEAD(vlan_list, iavf_vlan_filter);
|
/freebsd/usr.sbin/ac/ |
H A D | ac.c | 87 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);
|