Searched refs:LIST_INSERT_AFTER (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-9.3-release/usr.bin/csup/
H A Dqueue.h191 #undef LIST_INSERT_AFTER macro
192 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
H A Drcsfile.c530 LIST_INSERT_AFTER(d_tmp2, d_tmp, branch_next_date);
1226 LIST_INSERT_AFTER(b_iter, b, branch_next);
1251 LIST_INSERT_AFTER(d2, d, table_next);
1293 LIST_INSERT_AFTER(d2, d, delta_next);
H A Ddiff.c235 LIST_INSERT_AFTER(curec, ec, next);
/freebsd-9.3-release/contrib/nvi/common/
H A Dmark.c181 LIST_INSERT_AFTER(lmp, lmt, q);
H A Dseq.c120 LIST_INSERT_AFTER(lastqp, qp, q);
/freebsd-9.3-release/sys/dev/drm/
H A Ddrm_hashtab.c109 LIST_INSERT_AFTER(parent, item, head);
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_hashtab.c109 LIST_INSERT_AFTER(parent, item, head);
H A Ddrm_gem_names.c200 LIST_INSERT_AFTER(np, &marker, link);
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_mod.c152 LIST_INSERT_AFTER(b, p, entries);
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_subr.c359 LIST_INSERT_AFTER(s2, s, in_plex);
720 LIST_INSERT_AFTER(fl, fl2, freelist);
741 LIST_INSERT_AFTER(s2, s, from_drive);
797 LIST_INSERT_AFTER(fl2, fl, freelist);
848 LIST_INSERT_AFTER(fl2, fl, freelist);
H A Dgeom_vinum_events.c258 LIST_INSERT_AFTER(d2, d, drive);
H A Dgeom_vinum_rm.c382 LIST_INSERT_AFTER(d2, d, drive);
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c423 LIST_INSERT_AFTER(valid_entry, default_entry, ll_struct);
458 LIST_INSERT_AFTER(default_entry, head, ll_struct);
476 LIST_INSERT_AFTER(head, temp, ll_struct);
/freebsd-9.3-release/contrib/nvi/include/sys/
H A Dqueue.h89 #define LIST_INSERT_AFTER(listelm, elm, field) { \ macro
/freebsd-9.3-release/share/man/man3/
H A DMakefile51 queue.3 LIST_INSERT_AFTER.3 \
/freebsd-9.3-release/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c244 LIST_INSERT_AFTER(last, dp, link);
/freebsd-9.3-release/usr.bin/gencat/
H A Dgencat.c692 LIST_INSERT_AFTER(q, p, entries);
729 LIST_INSERT_AFTER(q, p, entries);
/freebsd-9.3-release/usr.bin/netstat/
H A Dsctp.c308 LIST_INSERT_AFTER(prev_xl, xl, xladdr_entries);
329 LIST_INSERT_AFTER(prev_xr, xr, xraddr_entries);
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clsubs.c317 LIST_INSERT_AFTER(dp, dp2, ndm_list);
H A Dnfs_clcomsubs.c379 LIST_INSERT_AFTER(dp, dp2, ndm_list);
/freebsd-9.3-release/tools/regression/geom/MdLoad/
H A DMdLoad.c92 LIST_INSERT_AFTER(dsp3, dsp, sectors);
/freebsd-9.3-release/sys/netinet/
H A Dtcp_reass.c320 LIST_INSERT_AFTER(p, te, tqe_q);
/freebsd-9.3-release/sys/dev/eisa/
H A Deisaconf.c519 LIST_INSERT_AFTER(node, reservation, links);
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_osfp.c759 LIST_INSERT_AFTER(nmlast, nm, nm_entry);
772 LIST_INSERT_AFTER(nmlast, nm, nm_entry);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsys-queue.h68 #undef LIST_INSERT_AFTER macro
291 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro

Completed in 381 milliseconds

123