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

1234567

/freebsd-9.3-release/usr.sbin/config/
H A Dmkoptions.c76 SLIST_INSERT_HEAD(&opt, op, op_next);
96 SLIST_INSERT_HEAD(&opt, op, op_next);
109 SLIST_INSERT_HEAD(&opt, op, op_next);
238 SLIST_INSERT_HEAD(&op_head, op, op_next);
266 SLIST_INSERT_HEAD(&op_head, op, op_next);
338 SLIST_INSERT_HEAD(&otab, po, o_next);
H A Dconfig.y168 SLIST_INSERT_HEAD(&cputype, cp, cpu_next);
442 SLIST_INSERT_HEAD(list, op, op_next);
/freebsd-9.3-release/lib/libgssapi/
H A Dgss_names.c225 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link);
256 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link);
H A Dgss_canonicalize_name.c88 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link);
H A Dgss_duplicate_name.c94 SLIST_INSERT_HEAD(&new_name->gn_mn, new_mn, gmn_link);
H A Dgss_add_cred.c137 SLIST_INSERT_HEAD(&new_cred->gc_mc, copy_mc, gmc_link);
188 SLIST_INSERT_HEAD(&new_cred->gc_mc, mc, gmc_link);
H A Dgss_inquire_cred.c127 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link);
164 SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link);
H A Dgss_set_cred_option.c91 SLIST_INSERT_HEAD(&cred->gc_mc, mc, gmc_link);
H A Dgss_acquire_cred.c152 SLIST_INSERT_HEAD(&cred->gc_mc, mc, gmc_link);
/freebsd-9.3-release/sys/powerpc/powermac/
H A Dpowermac_thermal.c169 SLIST_INSERT_HEAD(&fans, list_entry, entries);
181 SLIST_INSERT_HEAD(&sensors, list_entry, entries);
/freebsd-9.3-release/lib/libncp/
H A Dncpl_rcfile.c89 SLIST_INSERT_HEAD(&pf_head, rcp, rf_next);
160 SLIST_INSERT_HEAD(&rcp->rf_sect, p, rs_next);
198 SLIST_INSERT_HEAD(&rsp->rs_keys, p, rk_next);
/freebsd-9.3-release/sys/kern/
H A Dsubr_mbpool.c230 SLIST_INSERT_HEAD(&p->free_list, f, link);
278 SLIST_INSERT_HEAD(&p->free_list, (struct mbfree *)ptr, link);
310 SLIST_INSERT_HEAD(&p->free_list, cf, link);
/freebsd-9.3-release/lib/libc/stdlib/
H A Dhcreate.c183 SLIST_INSERT_HEAD(head, ie, link);
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_main.c336 SLIST_INSERT_HEAD(&sle_head, slep, sle_next);
393 SLIST_INSERT_HEAD(&sle_head, slep, sle_next);
475 SLIST_INSERT_HEAD(&ble_head, blep, ble_next);
498 SLIST_INSERT_HEAD(&ble_head, blep, ble_next);
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_table.c364 SLIST_INSERT_HEAD(&workq, p, pfrke_workq);
461 SLIST_INSERT_HEAD(&workq, p, pfrke_workq);
528 SLIST_INSERT_HEAD(&changeq, p, pfrke_workq);
546 SLIST_INSERT_HEAD(&addq, p, pfrke_workq);
777 SLIST_INSERT_HEAD(&workq, p, pfrke_workq);
1219 SLIST_INSERT_HEAD(w->pfrw_workq, ke, pfrke_workq);
1327 SLIST_INSERT_HEAD(&workq, p, pfrkt_workq);
1370 SLIST_INSERT_HEAD(&addq, p, pfrkt_workq);
1393 SLIST_INSERT_HEAD(&addq, r, pfrkt_workq);
1401 SLIST_INSERT_HEAD(
[all...]
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Drcfile.c90 SLIST_INSERT_HEAD(&pf_head, rcp, rf_next);
166 SLIST_INSERT_HEAD(&rcp->rf_sect, p, rs_next);
208 SLIST_INSERT_HEAD(&rsp->rs_keys, p, rk_next);
/freebsd-9.3-release/usr.sbin/ac/
H A Dac.c123 SLIST_INSERT_HEAD(&Ttys, tp, next);
196 SLIST_INSERT_HEAD(&Users, up, next);
393 SLIST_INSERT_HEAD(&CurUtmpx, lp, next);
/freebsd-9.3-release/lib/libc/gen/
H A Dpopen.c159 SLIST_INSERT_HEAD(&pidlist, cur, next);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_sleepq.c117 SLIST_INSERT_HEAD(&sq->sq_freeq, td->sleepqueue, sq_flink);
/freebsd-9.3-release/sbin/ifconfig/
H A Difclone.c109 SLIST_INSERT_HEAD(&clone_defcbh, dcp, next);
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_mod.c259 SLIST_INSERT_HEAD(&dll_chain, p, next);
/freebsd-9.3-release/usr.bin/truss/
H A Dsetup.c168 SLIST_INSERT_HEAD(&info->threadlist, np, entries);
/freebsd-9.3-release/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c220 SLIST_INSERT_HEAD(&mechs, info, link);
271 SLIST_INSERT_HEAD(&qops, info, link);
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c263 SLIST_INSERT_HEAD(symlist, newnode, links);
292 SLIST_INSERT_HEAD(symlist, newnode, links);
319 SLIST_INSERT_HEAD(symlist_dest, node, links);
/freebsd-9.3-release/sys/netinet/
H A Dtcp_lro.c93 SLIST_INSERT_HEAD(&lc->lro_free, le, next);
286 SLIST_INSERT_HEAD(&lc->lro_free, le, next);
558 SLIST_INSERT_HEAD(&lc->lro_active, le, next);

Completed in 309 milliseconds

1234567