Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/man/man3/
H A DMakefile38 queue.3 LIST_INSERT_BEFORE.3 \
/xnu-8792.41.9/bsd/net/
H A Dremote_vif.c242 LIST_INSERT_BEFORE(itr, client, _cle); in rvi_insert_client()
H A Dpf_norm.c1013 LIST_INSERT_BEFORE(fra, cur, fr_next); in pf_fragcache()
1715 LIST_INSERT_BEFORE(fra, cur, fr_next); in pf_frag6cache()
H A Dif_bridge.c7059 LIST_INSERT_BEFORE(lbrt, brt, brt_hash);
/xnu-8792.41.9/bsd/sys/
H A Dqueue.h553 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ macro
/xnu-8792.41.9/bsd/nfs/
H A Dnfs_subs.c1898 LIST_INSERT_BEFORE(nxfs2, nxfs, nxfs_next); in nfsrv_export()
1957 LIST_INSERT_BEFORE(nx2, nx, nx_next); in nfsrv_export()
/xnu-8792.41.9/bsd/netkey/
H A Dkey.c2681 LIST_INSERT_BEFORE(tmpsp, newsp, chain); in key_spdadd()