Home
last modified time | relevance | path

Searched refs:LIST_INSERT_BEFORE (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/bsd/man/man3/
H A DMakefile38 queue.3 LIST_INSERT_BEFORE.3 \
/xnu-12377.61.12/bsd/net/
H A Dremote_vif.c242 LIST_INSERT_BEFORE(itr, client, _cle); in rvi_insert_client()
H A Dpf_norm.c1015 LIST_INSERT_BEFORE(fra, cur, fr_next); in pf_fragcache()
1720 LIST_INSERT_BEFORE(fra, cur, fr_next); in pf_frag6cache()
H A Dif_bridge.c7183 LIST_INSERT_BEFORE(lbrt, brt, brt_hash);
/xnu-12377.61.12/bsd/sys/
H A Dqueue.h551 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ macro
/xnu-12377.61.12/bsd/nfs/
H A Dnfs_subs.c1875 LIST_INSERT_BEFORE(nxfs2, nxfs, nxfs_next); in nfsrv_export()
1934 LIST_INSERT_BEFORE(nx2, nx, nx_next); in nfsrv_export()
/xnu-12377.61.12/bsd/netkey/
H A Dkey.c2651 LIST_INSERT_BEFORE(tmpsp, newsp, chain); in key_spdadd()