Searched refs:tcrp (Results 1 – 2 of 2) sorted by relevance
592 hasprocperm(const cred_t *tcrp, const cred_t *scrp) in hasprocperm() argument594 if (scrp == tcrp) in hasprocperm()596 if (scrp->cr_zone != tcrp->cr_zone && in hasprocperm()600 if (scrp->cr_uid == tcrp->cr_ruid || in hasprocperm()601 scrp->cr_ruid == tcrp->cr_ruid || in hasprocperm()602 scrp->cr_uid == tcrp->cr_suid || in hasprocperm()603 scrp->cr_ruid == tcrp->cr_suid || in hasprocperm()620 cred_t *tcrp; in prochasprocperm() local631 crhold(tcrp = tp->p_cred); in prochasprocperm()633 rets = hasprocperm(tcrp, scrp); in prochasprocperm()[all …]
868 struct T_capability_req *tcrp = (struct T_capability_req *)ioctlbuf; in _t_create() local891 tcrp->PRIM_type = T_CAPABILITY_REQ; in _t_create()892 tcrp->CAP_bits1 = TC1_INFO | TC1_ACCEPTOR_ID; in _t_create()