Home
last modified time | relevance | path

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

12

/freebsd-12.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c271 SLIST_INSERT_AFTER(curnode, newnode, in symlist_add()
286 SLIST_INSERT_AFTER(curnode, newnode, in symlist_add()
577 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump()
589 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump()
/freebsd-12.1/lib/libc/tests/sys/
H A Dqueue_test.c91 SLIST_INSERT_AFTER(n1, n2, entries); in ATF_TC_BODY()
97 SLIST_INSERT_AFTER(n2, n3, entries); in ATF_TC_BODY()
/freebsd-12.1/contrib/bsnmp/snmpd/
H A Dtrap.c699 SLIST_INSERT_AFTER(prev, addrs, ta); in target_new_address()
701 SLIST_INSERT_AFTER(temp, addrs, ta); in target_new_address()
798 SLIST_INSERT_AFTER(prev, param, tp); in target_new_param()
800 SLIST_INSERT_AFTER(temp, param, tp); in target_new_param()
863 SLIST_INSERT_AFTER(prev, notify, tn); in target_new_notify()
865 SLIST_INSERT_AFTER(temp, notify, tn); in target_new_notify()
H A Dmain.c2697 SLIST_INSERT_AFTER(prev, uuser, up); in usm_new_user()
2699 SLIST_INSERT_AFTER(temp, uuser, up); in usm_new_user()
2805 SLIST_INSERT_AFTER(prev, user, vvu); in vacm_new_user()
2807 SLIST_INSERT_AFTER(temp, user, vvu); in vacm_new_user()
3050 SLIST_INSERT_AFTER(prev, view, vvl); in vacm_new_view()
3052 SLIST_INSERT_AFTER(temp, view, vvl); in vacm_new_view()
3122 SLIST_INSERT_AFTER(prev, ctx, vcl); in vacm_add_context()
3124 SLIST_INSERT_AFTER(temp, ctx, vcl); in vacm_add_context()
/freebsd-12.1/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c332 SLIST_INSERT_AFTER(temp, entry, link); in snmp_mapping_insert()
336 SLIST_INSERT_AFTER(prev, entry, link); in snmp_mapping_insert()
534 SLIST_INSERT_AFTER(temp, entry, link); in snmp_table_insert()
538 SLIST_INSERT_AFTER(prev, entry, link); in snmp_table_insert()
/freebsd-12.1/contrib/nvi/common/
H A Dmark.c182 SLIST_INSERT_AFTER(lmp, lmt, q); in mark_set()
H A Dseq.c125 SLIST_INSERT_AFTER(lastqp, qp, q); in seq_set()
/freebsd-12.1/sys/netgraph/
H A Dng_pptpgre.c989 SLIST_INSERT_AFTER(last, np, next); in ng_pptpgre_rcvdata_lower()
1010 SLIST_INSERT_AFTER(prev, np, next); in ng_pptpgre_rcvdata_lower()
1028 SLIST_INSERT_AFTER(last, np, next); in ng_pptpgre_rcvdata_lower()
1196 SLIST_INSERT_AFTER(last, np, next); in ng_pptpgre_reorder_timeout()
/freebsd-12.1/sys/kern/
H A Dkern_et.c91 SLIST_INSERT_AFTER(tmp, et, et_all); in et_register()
H A Duipc_mbuf2.c449 SLIST_INSERT_AFTER(tprev, t, m_tag_link); in m_tag_copy_chain()
/freebsd-12.1/crypto/openssh/openbsd-compat/
H A Dsys-queue.h55 #undef SLIST_INSERT_AFTER
222 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
/freebsd-12.1/sbin/nvmecontrol/
H A Dcomnd.c335 SLIST_INSERT_AFTER(last, cmd, link); in cmd_register()
H A Dlogpage.c150 SLIST_INSERT_AFTER(a, p, link); in logpage_register()
/freebsd-12.1/usr.sbin/ac/
H A Dac.c200 SLIST_INSERT_AFTER(aup, up, next); in update_user()
/freebsd-12.1/sys/dev/sound/pcm/
H A Dchannel.h190 SLIST_INSERT_AFTER(x, y, CHN_LINK(z))
/freebsd-12.1/share/man/man3/
H A DMakefile108 queue.3 SLIST_INSERT_AFTER.3 \
/freebsd-12.1/contrib/libevent/compat/sys/
H A Dqueue.h123 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
/freebsd-12.1/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h123 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
/freebsd-12.1/sys/netpfil/pf/
H A Dpf_osfp.c460 SLIST_INSERT_AFTER(prev, ins, fp_next); in pf_osfp_insert()
/freebsd-12.1/contrib/openbsm/compat/
H A Dqueue.h179 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
/freebsd-12.1/sys/dev/nvdimm/
H A Dnvdimm.c234 SLIST_INSERT_AFTER(i, entry, link); in read_label()
/freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c2882 SLIST_INSERT_AFTER(prev, wif, w_if); in wlan_add_wif()
2884 SLIST_INSERT_AFTER(temp, wif, w_if); in wlan_add_wif()
3297 SLIST_INSERT_AFTER(prev, wip, wp); in wlan_add_peer()
3753 SLIST_INSERT_AFTER(prev, sr, wsr); in wlan_scan_add_result()
3946 SLIST_INSERT_AFTER(prev, wmm, wm); in wlan_mac_add_mac()
4287 SLIST_INSERT_AFTER(prev, wmr, wr); in wlan_mesh_add_rtentry()
/freebsd-12.1/contrib/nvi/vi/
H A Dvs_msg.c892 SLIST_INSERT_AFTER(mp_c, mp_n, q); in vs_msgsave()
/freebsd-12.1/usr.sbin/newsyslog/
H A Dnewsyslog.c2170 SLIST_INSERT_AFTER(sprev, stmp, sw_nextp); in save_sigwork()
2215 SLIST_INSERT_AFTER(zprev, ztmp, zw_nextp); in save_zipwork()
/freebsd-12.1/sys/sys/
H A Dqueue.h265 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro

12