/freebsd/contrib/dma/ |
H A D | aliases_parse.y | 57 LIST_INSERT_AFTER($2, $1, next);
|
/freebsd/sys/dev/ice/ |
H A D | ice_osdep.h | 230 #define LIST_ADD_AFTER(entry, elem) LIST_INSERT_AFTER(elem, entry, entries) 284 LIST_INSERT_AFTER(node, entry, entries); \
|
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_eltorito.c | 454 LIST_INSERT_AFTER(valid_entry, default_entry, ll_struct); in cd9660_setup_boot() 496 LIST_INSERT_AFTER(default_entry, head, ll_struct); in cd9660_setup_boot() 514 LIST_INSERT_AFTER(head, temp, ll_struct); in cd9660_setup_boot()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_hashtab.c | 108 LIST_INSERT_AFTER(parent, item, head); in drm_ht_insert_item()
|
H A D | drm_gem_names.c | 216 LIST_INSERT_AFTER(np, &marker, link); in drm_gem_names_foreach()
|
/freebsd/usr.bin/gencat/ |
H A D | gencat.c | 609 LIST_INSERT_AFTER(q, p, entries); 646 LIST_INSERT_AFTER(q, p, entries);
|
/freebsd/usr.bin/netstat/ |
H A D | sctp.c | 232 LIST_INSERT_AFTER(prev_xl, xl, xladdr_entries); in sctp_process_tcb() 253 LIST_INSERT_AFTER(prev_xr, xr, xraddr_entries); in sctp_process_tcb()
|
/freebsd/usr.sbin/lpr/chkprintcap/ |
H A D | chkprintcap.c | 250 LIST_INSERT_AFTER(last, dp, link); in note_spool_dir()
|
/freebsd/sys/sys/ |
H A D | queue_mergesort.h | 48 LIST_INSERT_AFTER(slistelm, elm, field)
|
H A D | queue.h | 613 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
|
/freebsd/sys/kern/ |
H A D | subr_rtc.c | 234 LIST_INSERT_AFTER(rtc, newrtc, rtc_entries); in clock_register_flags()
|
H A D | kern_fork.c | 620 LIST_INSERT_AFTER(p1, p2, p_pglist); in do_fork()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sys-queue.h | 71 #undef LIST_INSERT_AFTER 298 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
|
/freebsd/tools/regression/geom/MdLoad/ |
H A D | MdLoad.c | 90 LIST_INSERT_AFTER(dsp3, dsp, sectors); in g_simdisk_insertsector()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clsubs.c | 301 LIST_INSERT_AFTER(dp, dp2, ndm_list); in ncl_getcookie()
|
/freebsd/lib/libsecureboot/ |
H A D | veopen.c | 157 LIST_INSERT_AFTER(lfip, nfip, entries); in fingerprint_info_add()
|
/freebsd/sys/security/mac/ |
H A D | mac_framework.c | 576 LIST_INSERT_AFTER(last_mpc, mpc, mpc_list); in mac_policy_register()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_osfp.c | 759 LIST_INSERT_AFTER(nmlast, nm, nm_entry); in sort_name_list() 772 LIST_INSERT_AFTER(nmlast, nm, nm_entry); in sort_name_list()
|
/freebsd/contrib/ntp/sntp/libevent/compat/sys/ |
H A D | queue.h | 174 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
|
/freebsd/contrib/libevent/compat/sys/ |
H A D | queue.h | 174 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
|
/freebsd/contrib/openbsm/compat/ |
H A D | queue.h | 373 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
|
/freebsd/share/man/man3/ |
H A D | Makefile | 211 queue.3 LIST_INSERT_AFTER.3 \
|
/freebsd/sys/ddb/ |
H A D | db_command.c | 270 LIST_INSERT_AFTER(last, cmd, next);
|
/freebsd/contrib/libarchive/unzip/ |
H A D | la_queue.h | 529 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
|
/freebsd/sys/geom/part/ |
H A D | g_part.c | 462 LIST_INSERT_AFTER(last, entry, gpe_entry); in g_part_new_entry() 812 LIST_INSERT_AFTER(last, entry, gpe_entry); in g_part_ctl_add()
|