Searched refs:SLIST_INSERT_AFTER (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-12-stable/lib/libc/tests/sys/
H A Dqueue_test.c85 printf("Ensuring SLIST_INSERT_AFTER works\n");
91 SLIST_INSERT_AFTER(n1, n2, entries);
97 SLIST_INSERT_AFTER(n2, n3, entries);
/freebsd-12-stable/contrib/nvi/common/
H A Dmark.c182 SLIST_INSERT_AFTER(lmp, lmt, q);
H A Dseq.c125 SLIST_INSERT_AFTER(lastqp, qp, q);
/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c271 SLIST_INSERT_AFTER(curnode, newnode,
286 SLIST_INSERT_AFTER(curnode, newnode,
577 SLIST_INSERT_AFTER(regnode, curnode, links);
589 SLIST_INSERT_AFTER(regnode, curnode, links);
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dtrap.c699 SLIST_INSERT_AFTER(prev, addrs, ta);
701 SLIST_INSERT_AFTER(temp, addrs, ta);
798 SLIST_INSERT_AFTER(prev, param, tp);
800 SLIST_INSERT_AFTER(temp, param, tp);
863 SLIST_INSERT_AFTER(prev, notify, tn);
865 SLIST_INSERT_AFTER(temp, notify, tn);
H A Dmain.c2697 SLIST_INSERT_AFTER(prev, uuser, up);
2699 SLIST_INSERT_AFTER(temp, uuser, up);
2805 SLIST_INSERT_AFTER(prev, user, vvu);
2807 SLIST_INSERT_AFTER(temp, user, vvu);
3050 SLIST_INSERT_AFTER(prev, view, vvl);
3052 SLIST_INSERT_AFTER(temp, view, vvl);
3122 SLIST_INSERT_AFTER(prev, ctx, vcl);
3124 SLIST_INSERT_AFTER(temp, ctx, vcl);
/freebsd-12-stable/sys/kern/
H A Dkern_et.c91 SLIST_INSERT_AFTER(tmp, et, et_all);
H A Duipc_mbuf2.c449 SLIST_INSERT_AFTER(tprev, t, m_tag_link);
/freebsd-12-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c332 SLIST_INSERT_AFTER(temp, entry, link);
336 SLIST_INSERT_AFTER(prev, entry, link);
534 SLIST_INSERT_AFTER(temp, entry, link);
538 SLIST_INSERT_AFTER(prev, entry, link);
/freebsd-12-stable/sys/netgraph/
H A Dng_pptpgre.c989 SLIST_INSERT_AFTER(last, np, next);
1010 SLIST_INSERT_AFTER(prev, np, next);
1028 SLIST_INSERT_AFTER(last, np, next);
1196 SLIST_INSERT_AFTER(last, np, next);
/freebsd-12-stable/sbin/nvmecontrol/
H A Dcomnd.c336 SLIST_INSERT_AFTER(last, cmd, link);
H A Dlogpage.c151 SLIST_INSERT_AFTER(a, p, link);
/freebsd-12-stable/sys/dev/sound/pcm/
H A Dchannel.h190 SLIST_INSERT_AFTER(x, y, CHN_LINK(z))
/freebsd-12-stable/share/man/man3/
H A DMakefile108 queue.3 SLIST_INSERT_AFTER.3 \
/freebsd-12-stable/usr.sbin/ac/
H A Dac.c200 SLIST_INSERT_AFTER(aup, up, next);
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h55 #undef SLIST_INSERT_AFTER macro
222 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
/freebsd-12-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h123 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
/freebsd-12-stable/contrib/nvi/vi/
H A Dvs_msg.c892 SLIST_INSERT_AFTER(mp_c, mp_n, q);
/freebsd-12-stable/contrib/openbsm/compat/
H A Dqueue.h179 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
/freebsd-12-stable/contrib/libevent/compat/sys/
H A Dqueue.h123 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
/freebsd-12-stable/sys/dev/nvdimm/
H A Dnvdimm.c237 SLIST_INSERT_AFTER(i, entry, link);
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_osfp.c460 SLIST_INSERT_AFTER(prev, ins, fp_next);
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c2882 SLIST_INSERT_AFTER(prev, wif, w_if);
2884 SLIST_INSERT_AFTER(temp, wif, w_if);
3297 SLIST_INSERT_AFTER(prev, wip, wp);
3753 SLIST_INSERT_AFTER(prev, sr, wsr);
3946 SLIST_INSERT_AFTER(prev, wmm, wm);
4287 SLIST_INSERT_AFTER(prev, wmr, wr);
/freebsd-12-stable/contrib/elftoolchain/libelf/
H A Delf_update.c438 SLIST_INSERT_AFTER(prevt, ex, ex_next);
/freebsd-12-stable/sys/sys/
H A Dqueue.h265 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro

Completed in 325 milliseconds

12