Home
last modified time | relevance | path

Searched refs:LIST_INSERT_AFTER (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-13.1/contrib/dma/
H A Daliases_parse.y57 LIST_INSERT_AFTER($2, $1, next);
/freebsd-13.1/sys/geom/vinum/
H A Dgeom_vinum_subr.c362 LIST_INSERT_AFTER(s2, s, in_plex); in gv_sd_to_plex()
722 LIST_INSERT_AFTER(fl, fl2, freelist); in gv_sd_to_drive()
743 LIST_INSERT_AFTER(s2, s, from_drive); in gv_sd_to_drive()
798 LIST_INSERT_AFTER(fl2, fl, freelist); in gv_free_sd()
848 LIST_INSERT_AFTER(fl2, fl, freelist); in gv_adjust_freespace()
H A Dgeom_vinum_events.c275 LIST_INSERT_AFTER(d2, d, drive); in gv_drive_lost()
H A Dgeom_vinum_rm.c384 LIST_INSERT_AFTER(d2, d, drive); in gv_rm_drive()
H A Dgeom_vinum_create.c122 LIST_INSERT_AFTER(d2, d, drive); in gv_create_drive()
/freebsd-13.1/sys/dev/ice/
H A Dice_osdep.h229 #define LIST_ADD_AFTER(entry, elem) LIST_INSERT_AFTER(elem, entry, entries)
283 LIST_INSERT_AFTER(node, entry, entries); \
/freebsd-13.1/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c440 LIST_INSERT_AFTER(valid_entry, default_entry, ll_struct); in cd9660_setup_boot()
482 LIST_INSERT_AFTER(default_entry, head, ll_struct); in cd9660_setup_boot()
500 LIST_INSERT_AFTER(head, temp, ll_struct); in cd9660_setup_boot()
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_hashtab.c110 LIST_INSERT_AFTER(parent, item, head); in drm_ht_insert_item()
H A Ddrm_gem_names.c219 LIST_INSERT_AFTER(np, &marker, link); in drm_gem_names_foreach()
/freebsd-13.1/usr.bin/gencat/
H A Dgencat.c611 LIST_INSERT_AFTER(q, p, entries);
648 LIST_INSERT_AFTER(q, p, entries);
/freebsd-13.1/usr.bin/netstat/
H A Dsctp.c242 LIST_INSERT_AFTER(prev_xl, xl, xladdr_entries); in sctp_process_tcb()
263 LIST_INSERT_AFTER(prev_xr, xr, xraddr_entries); in sctp_process_tcb()
/freebsd-13.1/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c252 LIST_INSERT_AFTER(last, dp, link); in note_spool_dir()
/freebsd-13.1/sys/kern/
H A Dsubr_rtc.c237 LIST_INSERT_AFTER(rtc, newrtc, rtc_entries); in clock_register_flags()
H A Dkern_fork.c618 LIST_INSERT_AFTER(p1, p2, p_pglist); in do_fork()
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dsys-queue.h71 #undef LIST_INSERT_AFTER
298 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
/freebsd-13.1/tools/regression/geom/MdLoad/
H A DMdLoad.c92 LIST_INSERT_AFTER(dsp3, dsp, sectors); in g_simdisk_insertsector()
/freebsd-13.1/sys/fs/nfsclient/
H A Dnfs_clsubs.c304 LIST_INSERT_AFTER(dp, dp2, ndm_list); in ncl_getcookie()
/freebsd-13.1/lib/libsecureboot/
H A Dveopen.c152 LIST_INSERT_AFTER(lfip, nfip, entries); in fingerprint_info_add()
/freebsd-13.1/sbin/pfctl/
H A Dpfctl_osfp.c762 LIST_INSERT_AFTER(nmlast, nm, nm_entry); in sort_name_list()
775 LIST_INSERT_AFTER(nmlast, nm, nm_entry); in sort_name_list()
/freebsd-13.1/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h174 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
/freebsd-13.1/contrib/libevent/compat/sys/
H A Dqueue.h174 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
/freebsd-13.1/share/man/man3/
H A DMakefile199 queue.3 LIST_INSERT_AFTER.3 \
/freebsd-13.1/contrib/openbsm/compat/
H A Dqueue.h373 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
/freebsd-13.1/sys/ddb/
H A Ddb_command.c247 LIST_INSERT_AFTER(last, cmd, next); in db_command_register()
/freebsd-13.1/sys/sys/
H A Dqueue.h567 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro

12