Lines Matching refs:access
173 * thread bids for exclusive access to this monitor
374 * exclusive access, and we have the vnode locked;
1560 * Use rput_opt for optimized access to the SR_ flags except
3199 int access;
3233 access = job_control_type(cmd);
3240 if ((access != -1) && ((error = i_straccess(stp, access)) != 0)) {
3528 access = job_control_type(strioc.ic_cmd);
3530 if ((access != -1) &&
3531 ((error = i_straccess(stp, access)) != 0)) {
3582 access = job_control_type(scp->sc_cmd);
3584 if (access != -1 && (error = i_straccess(stp, access)) != 0) {
5230 if ((error = i_straccess(stp, access)) != 0) {
5315 if ((error = i_straccess(stp, access)) != 0) {