Home
last modified time | relevance | path

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

12

/freebsd/contrib/dma/
H A Daliases_parse.y57 LIST_INSERT_AFTER($2, $1, next);
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_subr.c359 LIST_INSERT_AFTER(s2, s, in_plex); in gv_sd_to_plex()
719 LIST_INSERT_AFTER(fl, fl2, freelist); in gv_sd_to_drive()
740 LIST_INSERT_AFTER(s2, s, from_drive); in gv_sd_to_drive()
795 LIST_INSERT_AFTER(fl2, fl, freelist); in gv_free_sd()
845 LIST_INSERT_AFTER(fl2, fl, freelist); in gv_adjust_freespace()
H A Dgeom_vinum_events.c271 LIST_INSERT_AFTER(d2, d, drive); in gv_drive_lost()
H A Dgeom_vinum_rm.c381 LIST_INSERT_AFTER(d2, d, drive); in gv_rm_drive()
H A Dgeom_vinum_create.c119 LIST_INSERT_AFTER(d2, d, drive); in gv_create_drive()
/freebsd/sys/dev/ice/
H A Dice_osdep.h230 #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 Dcd9660_eltorito.c454 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 Ddrm_hashtab.c108 LIST_INSERT_AFTER(parent, item, head); in drm_ht_insert_item()
H A Ddrm_gem_names.c216 LIST_INSERT_AFTER(np, &marker, link); in drm_gem_names_foreach()
/freebsd/usr.bin/gencat/
H A Dgencat.c609 LIST_INSERT_AFTER(q, p, entries);
646 LIST_INSERT_AFTER(q, p, entries);
/freebsd/usr.bin/netstat/
H A Dsctp.c233 LIST_INSERT_AFTER(prev_xl, xl, xladdr_entries); in sctp_process_tcb()
254 LIST_INSERT_AFTER(prev_xr, xr, xraddr_entries); in sctp_process_tcb()
/freebsd/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c250 LIST_INSERT_AFTER(last, dp, link); in note_spool_dir()
/freebsd/sys/sys/
H A Dqueue_mergesort.h48 LIST_INSERT_AFTER(slistelm, elm, field)
/freebsd/sys/kern/
H A Dsubr_rtc.c234 LIST_INSERT_AFTER(rtc, newrtc, rtc_entries); in clock_register_flags()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h71 #undef LIST_INSERT_AFTER
298 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
/freebsd/tools/regression/geom/MdLoad/
H A DMdLoad.c90 LIST_INSERT_AFTER(dsp3, dsp, sectors); in g_simdisk_insertsector()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clsubs.c301 LIST_INSERT_AFTER(dp, dp2, ndm_list); in ncl_getcookie()
/freebsd/lib/libsecureboot/
H A Dveopen.c157 LIST_INSERT_AFTER(lfip, nfip, entries); in fingerprint_info_add()
/freebsd/sys/security/mac/
H A Dmac_framework.c570 LIST_INSERT_AFTER(last_mpc, mpc, mpc_list); in mac_policy_register()
/freebsd/sbin/pfctl/
H A Dpfctl_osfp.c759 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 Dqueue.h174 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
/freebsd/contrib/libevent/compat/sys/
H A Dqueue.h174 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
/freebsd/contrib/openbsm/compat/
H A Dqueue.h373 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
/freebsd/share/man/man3/
H A DMakefile212 queue.3 LIST_INSERT_AFTER.3 \
/freebsd/sys/ddb/
H A Ddb_command.c270 LIST_INSERT_AFTER(last, cmd, next); in db_command_register()

12