| /freebsd-12-stable/usr.sbin/config/ |
| D | mkoptions.c | 78 SLIST_INSERT_HEAD(&opt, op, op_next); in options() 98 SLIST_INSERT_HEAD(&opt, op, op_next); in options() 111 SLIST_INSERT_HEAD(&opt, op, op_next); in options() 240 SLIST_INSERT_HEAD(&op_head, op, op_next); in do_option() 268 SLIST_INSERT_HEAD(&op_head, op, op_next); in do_option() 340 SLIST_INSERT_HEAD(&otab, po, o_next); in insert_option()
|
| D | config.y | 171 SLIST_INSERT_HEAD(&cputype, cp, cpu_next); 477 SLIST_INSERT_HEAD(list, op, op_next); in newopt()
|
| /freebsd-12-stable/sys/netpfil/pf/ |
| D | pf_table.c | 299 SLIST_INSERT_HEAD(&workq, p, pfrke_workq); in pfr_add_addrs() 386 SLIST_INSERT_HEAD(&workq, p, pfrke_workq); in pfr_del_addrs() 448 SLIST_INSERT_HEAD(&changeq, p, pfrke_workq); in pfr_set_addrs() 466 SLIST_INSERT_HEAD(&addq, p, pfrke_workq); in pfr_set_addrs() 673 SLIST_INSERT_HEAD(&workq, p, pfrke_workq); in pfr_clr_astats() 1070 SLIST_INSERT_HEAD(w->pfrw_workq, ke, pfrke_workq); in pfr_walktree() 1161 SLIST_INSERT_HEAD(&workq, p, pfrkt_workq); in pfr_clr_tables() 1199 SLIST_INSERT_HEAD(&addq, p, pfrkt_workq); in pfr_add_tables() 1221 SLIST_INSERT_HEAD(&addq, r, pfrkt_workq); in pfr_add_tables() 1229 SLIST_INSERT_HEAD(&changeq, p, pfrkt_workq); in pfr_add_tables() [all …]
|
| /freebsd-12-stable/lib/libgssapi/ |
| D | gss_names.c | 227 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link); in _gss_find_mn() 258 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link); in _gss_make_name()
|
| D | gss_add_cred.c | 139 SLIST_INSERT_HEAD(&new_cred->gc_mc, copy_mc, gmc_link); in gss_add_cred() 190 SLIST_INSERT_HEAD(&new_cred->gc_mc, mc, gmc_link); in gss_add_cred()
|
| D | gss_inquire_cred.c | 129 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link); in gss_inquire_cred() 166 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link); in gss_inquire_cred()
|
| D | gss_canonicalize_name.c | 90 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link); in gss_canonicalize_name()
|
| D | gss_duplicate_name.c | 96 SLIST_INSERT_HEAD(&new_name->gn_mn, new_mn, gmn_link); in gss_duplicate_name()
|
| D | gss_set_cred_option.c | 93 SLIST_INSERT_HEAD(&cred->gc_mc, mc, gmc_link); in gss_set_cred_option()
|
| D | gss_acquire_cred.c | 154 SLIST_INSERT_HEAD(&cred->gc_mc, mc, gmc_link); in gss_acquire_cred()
|
| /freebsd-12-stable/usr.sbin/ypserv/ |
| D | yp_main.c | 335 SLIST_INSERT_HEAD(&sle_head, slep, sle_next); in create_service() 392 SLIST_INSERT_HEAD(&sle_head, slep, sle_next); in create_service() 474 SLIST_INSERT_HEAD(&ble_head, blep, ble_next); in main() 497 SLIST_INSERT_HEAD(&ble_head, blep, ble_next); in main()
|
| /freebsd-12-stable/usr.bin/systat/ |
| D | main.c | 101 SLIST_INSERT_HEAD(&commands, cmd, link); in parse_cmd_args() 126 SLIST_INSERT_HEAD(&commands, cmd, link); in parse_cmd_args() 134 SLIST_INSERT_HEAD(&commands, cmd, link); in parse_cmd_args()
|
| /freebsd-12-stable/sys/powerpc/powermac/ |
| D | powermac_thermal.c | 204 SLIST_INSERT_HEAD(&fans, list_entry, entries); in pmac_thermal_fan_register() 218 SLIST_INSERT_HEAD(&sensors, list_entry, entries); in pmac_thermal_sensor_register()
|
| /freebsd-12-stable/usr.sbin/ac/ |
| D | ac.c | 125 SLIST_INSERT_HEAD(&Ttys, tp, next); in add_tty() 198 SLIST_INSERT_HEAD(&Users, up, next); in update_user() 395 SLIST_INSERT_HEAD(&CurUtmpx, lp, next); in log_in()
|
| /freebsd-12-stable/usr.sbin/nandsim/ |
| D | nandsim_rcfile.c | 88 SLIST_INSERT_HEAD(&pf_head, rcp, rf_next); in rc_open() 156 SLIST_INSERT_HEAD(&rcp->rf_sect, p, rs_next); in rc_addsect() 197 SLIST_INSERT_HEAD(&rsp->rs_keys, p, rk_next); in rc_sect_addkey()
|
| /freebsd-12-stable/contrib/smbfs/lib/smb/ |
| D | rcfile.c | 90 SLIST_INSERT_HEAD(&pf_head, rcp, rf_next); in rc_open() 174 SLIST_INSERT_HEAD(&rcp->rf_sect, p, rs_next); in rc_addsect() 216 SLIST_INSERT_HEAD(&rsp->rs_keys, p, rk_next); in rc_sect_addkey()
|
| /freebsd-12-stable/sys/netgraph/ |
| D | ng_pptpgre.c | 907 SLIST_INSERT_HEAD(&sendq, &t, next); \ in ng_pptpgre_rcvdata_lower() 967 SLIST_INSERT_HEAD(&sendq, np, next); in ng_pptpgre_rcvdata_lower() 987 SLIST_INSERT_HEAD(&sendq, np, next); in ng_pptpgre_rcvdata_lower() 1008 SLIST_INSERT_HEAD(&hpriv->roq, np, next); in ng_pptpgre_rcvdata_lower() 1026 SLIST_INSERT_HEAD(&sendq, np, next); in ng_pptpgre_rcvdata_lower() 1185 SLIST_INSERT_HEAD(&sendq, np, next); in ng_pptpgre_reorder_timeout()
|
| /freebsd-12-stable/sys/dev/aic7xxx/aicasm/ |
| D | aicasm_symbol.c | 265 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 294 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 321 SLIST_INSERT_HEAD(symlist_dest, node, links); in symlist_merge()
|
| /freebsd-12-stable/lib/librpcsec_gss/ |
| D | rpcsec_gss_conf.c | 222 SLIST_INSERT_HEAD(&mechs, info, link); in _rpc_gss_load_mech() 273 SLIST_INSERT_HEAD(&qops, info, link); in _rpc_gss_load_qop()
|
| /freebsd-12-stable/sys/dev/etherswitch/ |
| D | miiproxy.c | 148 SLIST_INSERT_HEAD(&rendezvoushead, e, entries); in rendezvous_register_proxy() 175 SLIST_INSERT_HEAD(&rendezvoushead, e, entries); in rendezvous_register_target()
|
| /freebsd-12-stable/sys/dev/nvdimm/ |
| D | nvdimm_ns.c | 80 SLIST_INSERT_HEAD(&spa->namespaces, ns, link); in nvdimm_create_namespaces()
|
| /freebsd-12-stable/contrib/nvi/ex/ |
| D | ex_at.c | 118 SLIST_INSERT_HEAD(sp->gp->ecq, ecp, q); in ex_at()
|
| /freebsd-12-stable/sys/netinet/libalias/ |
| D | alias_mod.c | 140 SLIST_INSERT_HEAD(&dll_chain, p, next); in attach_dll()
|
| /freebsd-12-stable/lib/libc/nls/ |
| D | msgcat.c | 95 SLIST_INSERT_HEAD(&cache, np, \ 478 SLIST_INSERT_HEAD(&cache, np, list); in load_msgcat()
|
| /freebsd-12-stable/usr.sbin/autofs/ |
| D | popen.c | 143 SLIST_INSERT_HEAD(&pidlist, cur, next); in auto_popen()
|