Searched refs:SLIST_INSERT_HEAD (Results 1 - 25 of 192) sorted by relevance

12345678

/freebsd-12-stable/usr.sbin/config/
H A Dmkoptions.c78 SLIST_INSERT_HEAD(&opt, op, op_next);
98 SLIST_INSERT_HEAD(&opt, op, op_next);
111 SLIST_INSERT_HEAD(&opt, op, op_next);
240 SLIST_INSERT_HEAD(&op_head, op, op_next);
268 SLIST_INSERT_HEAD(&op_head, op, op_next);
340 SLIST_INSERT_HEAD(&otab, po, o_next);
/freebsd-12-stable/lib/libgssapi/
H A Dgss_names.c227 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link);
258 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link);
H A Dgss_canonicalize_name.c90 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link);
H A Dgss_duplicate_name.c96 SLIST_INSERT_HEAD(&new_name->gn_mn, new_mn, gmn_link);
H A Dgss_add_cred.c139 SLIST_INSERT_HEAD(&new_cred->gc_mc, copy_mc, gmc_link);
190 SLIST_INSERT_HEAD(&new_cred->gc_mc, mc, gmc_link);
H A Dgss_inquire_cred.c129 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link);
166 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link);
H A Dgss_set_cred_option.c93 SLIST_INSERT_HEAD(&cred->gc_mc, mc, gmc_link);
H A Dgss_acquire_cred.c154 SLIST_INSERT_HEAD(&cred->gc_mc, mc, gmc_link);
/freebsd-12-stable/sys/powerpc/powermac/
H A Dpowermac_thermal.c204 SLIST_INSERT_HEAD(&fans, list_entry, entries);
218 SLIST_INSERT_HEAD(&sensors, list_entry, entries);
/freebsd-12-stable/usr.bin/systat/
H A Dmain.c101 SLIST_INSERT_HEAD(&commands, cmd, link);
126 SLIST_INSERT_HEAD(&commands, cmd, link);
134 SLIST_INSERT_HEAD(&commands, cmd, link);
/freebsd-12-stable/usr.sbin/nandsim/
H A Dnandsim_rcfile.c88 SLIST_INSERT_HEAD(&pf_head, rcp, rf_next);
156 SLIST_INSERT_HEAD(&rcp->rf_sect, p, rs_next);
197 SLIST_INSERT_HEAD(&rsp->rs_keys, p, rk_next);
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_at.c122 SLIST_INSERT_HEAD(sp->gp->ecq, ecp, q);
/freebsd-12-stable/sys/dev/nvdimm/
H A Dnvdimm_ns.c80 SLIST_INSERT_HEAD(&spa->namespaces, ns, link);
/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_mod.c140 SLIST_INSERT_HEAD(&dll_chain, p, next);
/freebsd-12-stable/usr.sbin/ypserv/
H A Dyp_main.c335 SLIST_INSERT_HEAD(&sle_head, slep, sle_next);
392 SLIST_INSERT_HEAD(&sle_head, slep, sle_next);
474 SLIST_INSERT_HEAD(&ble_head, blep, ble_next);
497 SLIST_INSERT_HEAD(&ble_head, blep, ble_next);
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_table.c298 SLIST_INSERT_HEAD(&workq, p, pfrke_workq);
385 SLIST_INSERT_HEAD(&workq, p, pfrke_workq);
447 SLIST_INSERT_HEAD(&changeq, p, pfrke_workq);
465 SLIST_INSERT_HEAD(&addq, p, pfrke_workq);
672 SLIST_INSERT_HEAD(&workq, p, pfrke_workq);
1068 SLIST_INSERT_HEAD(w->pfrw_workq, ke, pfrke_workq);
1144 SLIST_INSERT_HEAD(&workq, p, pfrkt_workq);
1182 SLIST_INSERT_HEAD(&addq, p, pfrkt_workq);
1204 SLIST_INSERT_HEAD(&addq, r, pfrkt_workq);
1212 SLIST_INSERT_HEAD(
[all...]
/freebsd-12-stable/contrib/smbfs/lib/smb/
H A Drcfile.c90 SLIST_INSERT_HEAD(&pf_head, rcp, rf_next);
174 SLIST_INSERT_HEAD(&rcp->rf_sect, p, rs_next);
216 SLIST_INSERT_HEAD(&rsp->rs_keys, p, rk_next);
/freebsd-12-stable/usr.sbin/ac/
H A Dac.c125 SLIST_INSERT_HEAD(&Ttys, tp, next);
198 SLIST_INSERT_HEAD(&Users, up, next);
395 SLIST_INSERT_HEAD(&CurUtmpx, lp, next);
/freebsd-12-stable/contrib/nvi/common/
H A Dmark.c180 SLIST_INSERT_HEAD(sp->ep->marks, lmt, q);
/freebsd-12-stable/contrib/dma/
H A Dconf.c138 SLIST_INSERT_HEAD(&authusers, au, next);
/freebsd-12-stable/lib/libc/gen/
H A Dpopen.c175 SLIST_INSERT_HEAD(&pidlist, cur, next);
/freebsd-12-stable/sys/dev/altera/pio/
H A Dpio.c187 SLIST_INSERT_HEAD(&fdt_ic_list_head, fic, fdt_ics);
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_sleepq.c126 SLIST_INSERT_HEAD(&sq->sq_freeq, td->sleepqueue, sq_flink);
/freebsd-12-stable/sbin/ifconfig/
H A Difclone.c112 SLIST_INSERT_HEAD(&clone_defcbh, dcp, next);
/freebsd-12-stable/usr.sbin/autofs/
H A Dpopen.c143 SLIST_INSERT_HEAD(&pidlist, cur, next);

Completed in 327 milliseconds

12345678