Home
last modified time | relevance | path

Searched defs:xp (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.41.9/bsd/miscfs/bindfs/
H A Dbind_subr.c183 bind_hashins(struct mount * mp, struct bind_node * xp, struct vnode ** vpp) in bind_hashins()
235 bind_hashrem(struct bind_node * xp) in bind_hashrem()
247 struct bind_node * xp; in bind_nodecreate() local
265 struct bind_node * xp = bind_nodecreate(lowervp); in bind_getnewvnode() local
H A Dbindfs.h125 #define BINDTOV(xp) ((xp)->bind_vnode) argument
H A Dbind_vnops.c273 struct bind_node * xp; in bind_reclaim() local
/xnu-8792.41.9/bsd/miscfs/nullfs/
H A Dnull_subr.c187 null_hashins(struct mount * mp, struct null_node * xp, struct vnode ** vpp) in null_hashins()
243 null_hashrem(struct null_node * xp) in null_hashrem()
253 struct null_node * xp; in null_nodecreate() local
271 struct null_node * xp = null_nodecreate(lowervp); in null_getnewvnode() local
H A Dnullfs.h135 #define NULLTOV(xp) ((xp)->null_vnode) argument
H A Dnull_vnops.c654 struct null_node * xp; in null_reclaim() local
/xnu-8792.41.9/tests/
H A Davx.c314 uint32_t *xp = (uint32_t *) &avx_state->__fpu_xmm7; in ymm_sigalrm_handler() local
824 uint64_t *xp = (uint64_t *) &avx_state->__fpu_xmm7; in zmm_sigalrm_handler() local
853 uint64_t *xp = (uint64_t *) &avx_state->__fpu_xmm7; in zmm_sigalrm_handler_no_mod() local
/xnu-8792.41.9/bsd/nfs/
H A Dnfs_serv.c3385 vnode_t vp, xp, dvp, dirp; in nfsrv_link() local