Searched refs:SLIST_INSERT_HEAD (Results 76 - 100 of 192) sorted by relevance

12345678

/freebsd-12-stable/share/man/man3/
H A DMakefile109 queue.3 SLIST_INSERT_HEAD.3 \
/freebsd-12-stable/usr.bin/du/
H A Ddu.c529 SLIST_INSERT_HEAD(&ignores, ign, next);
/freebsd-12-stable/usr.bin/last/
H A Dlast.c356 SLIST_INSERT_HEAD(&idlist, tt, list);
/freebsd-12-stable/usr.bin/systat/
H A Difstat.c259 SLIST_INSERT_HEAD(&curlist, p, link);
/freebsd-12-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c493 SLIST_INSERT_HEAD(&datadirs, newdir, next);
/freebsd-12-stable/sys/dev/gpio/
H A Dgpioc.c309 SLIST_INSERT_HEAD(&intr_conf->privs, priv_link, next);
310 SLIST_INSERT_HEAD(&priv->pins, pin_link, next);
/freebsd-12-stable/sys/dev/ida/
H A Dida.c154 SLIST_INSERT_HEAD(&ida->free_qcbs, qcb, link.sle);
192 SLIST_INSERT_HEAD(&ida->free_qcbs, qcb, link.sle);
/freebsd-12-stable/sys/netgraph/
H A Dng_bridge.c1090 SLIST_INSERT_HEAD(&priv->tab[bucket], host, next);
1140 SLIST_INSERT_HEAD(&newTab[newBucket], host, next);
/freebsd-12-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c179 SLIST_INSERT_HEAD(&svc_rpc_gss_callbacks, scb, cb_link);
227 SLIST_INSERT_HEAD(&svc_rpc_gss_svc_names, sname, sn_link);
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h56 #undef SLIST_INSERT_HEAD macro
227 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcstat.c188 SLIST_INSERT_HEAD(&args.pa_targets, pt, pt_next);
216 SLIST_INSERT_HEAD(&args.pa_targets, pt, pt_next);
/freebsd-12-stable/sys/dev/aha/
H A Daha.c652 SLIST_INSERT_HEAD(&aha->sg_maps, sg_map, links);
672 SLIST_INSERT_HEAD(&aha->free_aha_ccbs, next_ccb, links);
700 SLIST_INSERT_HEAD(&aha->free_aha_ccbs, accb, links);
/freebsd-12-stable/sys/dev/buslogic/
H A Dbt.c1016 SLIST_INSERT_HEAD(&bt->sg_maps, sg_map, links);
1036 SLIST_INSERT_HEAD(&bt->free_bt_ccbs, next_ccb, links);
1070 SLIST_INSERT_HEAD(&bt->free_bt_ccbs, bccb, links);
/freebsd-12-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h128 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
/freebsd-12-stable/contrib/nvi/vi/
H A Dvs_msg.c887 SLIST_INSERT_HEAD(gp->msgq, mp_n, q);
/freebsd-12-stable/contrib/openbsm/compat/
H A Dqueue.h184 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
/freebsd-12-stable/contrib/libevent/compat/sys/
H A Dqueue.h128 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
/freebsd-12-stable/bin/pkill/
H A Dpkill.c695 SLIST_INSERT_HEAD(head, li, li_chain);
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_targ_bh.c322 SLIST_INSERT_HEAD(&softc->immed_notify_slist, &inot->ccb_h,
/freebsd-12-stable/sys/dev/ipw/
H A Dif_ipw.c628 SLIST_INSERT_HEAD(&sc->free_shdr, shdr, next);
651 SLIST_INSERT_HEAD(&sc->free_sbuf, sbuf, next);
1319 SLIST_INSERT_HEAD(&sc->free_shdr, shdr, next);
1327 SLIST_INSERT_HEAD(&sc->free_sbuf, sbuf, next);
/freebsd-12-stable/sys/dev/uart/
H A Duart_core.c234 SLIST_INSERT_HEAD(&uart_sysdevs, di, next);
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h392 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle);
/freebsd-12-stable/sys/net/
H A Dvnet.c687 SLIST_INSERT_HEAD(&vnet_recursions, vnr, vnr_le);
/freebsd-12-stable/sys/netinet6/
H A Din6_var.h849 SLIST_INSERT_HEAD(inmh, inm, in6m_nrele);
/freebsd-12-stable/sys/kern/
H A Dimgact_binmisc.c283 SLIST_INSERT_HEAD(&interpreter_list, ibe, link);

Completed in 309 milliseconds

12345678