Searched refs:access_bits (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/tpm/ |
H A D | tpm.c | 1110 uint8_t access_bits; in tis_check_active_locality() local 1119 access_bits = tpm_get8(tpm, TPM_ACCESS); in tis_check_active_locality() 1120 access_bits &= (TPM_ACCESS_ACTIVE_LOCALITY | TPM_ACCESS_VALID); in tis_check_active_locality() 1125 if (access_bits == (TPM_ACCESS_ACTIVE_LOCALITY | TPM_ACCESS_VALID)) { in tis_check_active_locality()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vnops.c | 15132 int access_bits, nfs4_lost_rqst_t *lrp, nfs4_error_t *ep, in nfs4close_one() argument 15159 len, maxprot, mmap_flags, access_bits)); in nfs4close_one() 15413 if (access_bits & FREAD) in nfs4close_one() 15415 if (access_bits & FWRITE) in nfs4close_one() 15421 nfs4_open_downgrade(access_bits, 0, oop, osp, vp, cr, in nfs4close_one() 15435 oop, osp, odg_cred_otw, vp, access_bits, 0); in nfs4close_one()
|