Home
last modified time | relevance | path

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

12

/freebsd-13.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()
576 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump()
588 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump()
/freebsd-13.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-13.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.c2695 SLIST_INSERT_AFTER(prev, uuser, up); in usm_new_user()
2697 SLIST_INSERT_AFTER(temp, uuser, up); in usm_new_user()
2803 SLIST_INSERT_AFTER(prev, user, vvu); in vacm_new_user()
2805 SLIST_INSERT_AFTER(temp, user, vvu); in vacm_new_user()
3048 SLIST_INSERT_AFTER(prev, view, vvl); in vacm_new_view()
3050 SLIST_INSERT_AFTER(temp, view, vvl); in vacm_new_view()
3120 SLIST_INSERT_AFTER(prev, ctx, vcl); in vacm_add_context()
3122 SLIST_INSERT_AFTER(temp, ctx, vcl); in vacm_add_context()
/freebsd-13.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-13.1/contrib/nvi/common/
H A Dmark.c166 SLIST_INSERT_AFTER(lmp, lmt, q); in mark_set()
H A Dseq.c111 SLIST_INSERT_AFTER(lastqp, qp, q); in seq_set()
/freebsd-13.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-13.1/sys/kern/
H A Dkern_et.c93 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-13.1/crypto/openssh/openbsd-compat/
H A Dsys-queue.h103 #undef SLIST_INSERT_AFTER
224 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
/freebsd-13.1/sbin/nvmecontrol/
H A Dcomnd.c336 SLIST_INSERT_AFTER(last, cmd, link); in cmd_register()
H A Dlogpage.c151 SLIST_INSERT_AFTER(a, p, link); in logpage_register()
/freebsd-13.1/usr.sbin/ac/
H A Dac.c200 SLIST_INSERT_AFTER(aup, up, next); in update_user()
/freebsd-13.1/sys/dev/nvdimm/
H A Dnvdimm.c238 SLIST_INSERT_AFTER(i, entry, link); in read_label()
/freebsd-13.1/sys/dev/sound/pcm/
H A Dchannel.h191 SLIST_INSERT_AFTER(x, y, CHN_LINK(z))
/freebsd-13.1/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h123 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
/freebsd-13.1/contrib/libevent/compat/sys/
H A Dqueue.h123 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
/freebsd-13.1/share/man/man3/
H A DMakefile218 queue.3 SLIST_INSERT_AFTER.3 \
/freebsd-13.1/contrib/openbsm/compat/
H A Dqueue.h179 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
/freebsd-13.1/sys/netpfil/pf/
H A Dpf_osfp.c456 SLIST_INSERT_AFTER(prev, ins, fp_next); in pf_osfp_insert()
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c2881 SLIST_INSERT_AFTER(prev, wif, w_if); in wlan_add_wif()
2883 SLIST_INSERT_AFTER(temp, wif, w_if); in wlan_add_wif()
3296 SLIST_INSERT_AFTER(prev, wip, wp); in wlan_add_peer()
3752 SLIST_INSERT_AFTER(prev, sr, wsr); in wlan_scan_add_result()
3945 SLIST_INSERT_AFTER(prev, wmm, wm); in wlan_mac_add_mac()
4286 SLIST_INSERT_AFTER(prev, wmr, wr); in wlan_mesh_add_rtentry()
/freebsd-13.1/contrib/nvi/vi/
H A Dvs_msg.c891 SLIST_INSERT_AFTER(mp_c, mp_n, q); in vs_msgsave()
/freebsd-13.1/sys/sys/
H A Dqueue.h262 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
/freebsd-13.1/usr.sbin/newsyslog/
H A Dnewsyslog.c2193 SLIST_INSERT_AFTER(sprev, stmp, sw_nextp); in save_sigwork()
2238 SLIST_INSERT_AFTER(zprev, ztmp, zw_nextp); in save_zipwork()

12