ops.c | 57 static int mode_access(puffs_cookie_t, const struct puffs_cred *, mode_t); 250 mode_access(puffs_cookie_t opc, const struct puffs_cred *pcr, mode_t mode) function in typeref:typename:int 1099 if ((error = mode_access(opc, pcn->pcn_cred, mode)) != 0) 1697 (error = mode_access(opc, pcr, PUFFS_VWRITE)) != 0)
|