Lines Matching refs:s_access
70 if ((shr->s_access == 0) && (GETSYSID(shr->s_sysid) == 0)) {
78 if (shr->s_access & ~(F_RDACC|F_WRACC|F_RWACC|F_RMACC|F_MDACC)) {
108 (shrl->shr->s_access & F_WRACC)))
124 if ((shr->s_access & F_WRACC) ||
126 (shrl->shr->s_access & F_WRACC)) {
146 if ((shr->s_access == F_RDACC) &&
147 (shrl->shr->s_access == F_RDACC))
170 if ((shr->s_access & F_WRACC) ||
172 (shrl->shr->s_access & F_WRACC)) {
181 if ((shrl->shr->s_access == F_RDACC) &&
199 if ((shr->s_access & shrl->shr->s_deny) ||
200 (shr->s_deny & shrl->shr->s_access)) {
208 shrl->shr->s_access = shr->s_access;
375 shr.s_access = 0;
477 printf(" access(%d): ", shr->s_access);
478 if (shr->s_access & F_RDACC)
480 if (shr->s_access & F_WRACC)
482 if ((shr->s_access & (F_RDACC|F_WRACC)) == 0)