Lines Matching defs:amode
2158 int amode;2166 0, uap->amode));2173 int amode;2182 uap->amode));2187 enum uio_seg pathseg, int flag, int amode)2197 if (amode != F_OK && (amode & ~(R_OK | W_OK | X_OK)) != 0)2214 AUDIT_ARG_VALUE(amode);2222 error = vn_access(vp, amode, usecred, td);2239 int amode;2247 AT_EACCESS, uap->amode));