Searched refs:acctp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_acct.c125 * acctp suspend_acctp state
132 struct vnode *acctp; variable in typeref:struct:vnode
194 if (acctp != NULLVP || suspend_acctp != NULLVP) {
196 error = vn_close((acctp != NULLVP ? acctp : suspend_acctp),
199 acctp = suspend_acctp = NULLVP;
208 acctp = nd.ni_vp;
233 vp = acctp;
385 acctp = suspend_acctp;
389 } else if (acctp !
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dacct.h108 extern struct vnode *acctp;

Completed in 21 milliseconds