Searched refs:tcrp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcred.c580 * "scrp" has permission to act on credentials set "tcrp". It enforces the
589 * user id of tcrp or scrp has the PRIV_PROC_OWNER privilege, the check
594 hasprocperm(const cred_t *tcrp, const cred_t *scrp) argument
596 if (scrp == tcrp)
598 if (scrp->cr_zone != tcrp->cr_zone &&
602 if (scrp->cr_uid == tcrp->cr_ruid ||
603 scrp->cr_ruid == tcrp->cr_ruid ||
604 scrp->cr_uid == tcrp->cr_suid ||
605 scrp->cr_ruid == tcrp->cr_suid ||
622 cred_t *tcrp; local
[all...]
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c868 struct T_capability_req *tcrp = (struct T_capability_req *)ioctlbuf; local
891 tcrp->PRIM_type = T_CAPABILITY_REQ;
892 tcrp->CAP_bits1 = TC1_INFO | TC1_ACCEPTOR_ID;

Completed in 61 milliseconds