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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c286 kauth_action_t testaction; local
322 testaction = vnode_isdir(vp) ? KAUTH_VNODE_LIST_DIRECTORY : KAUTH_VNODE_READ_DATA;
323 if (nfsrv_authorize(vp, NULL, testaction, ctx, nxo, 0))
332 testaction =
337 testaction =
340 if (nfsrv_authorize(vp, NULL, testaction, ctx, nxo, 0))
345 testaction =
349 testaction =
353 if (nfsrv_authorize(vp, NULL, testaction, ctx, nxo, 0))

Completed in 21 milliseconds