Lines Matching defs:uc
1540 extern au_id_t ucred_getauid(const ucred_t *uc);
1541 extern au_asid_t ucred_getasid(const ucred_t *uc);
1542 extern const au_mask_t *ucred_getamask(const ucred_t *uc);
1557 ucred_t *uc = NULL;
1562 if (getpeerucred(fd, &uc) == -1) {
1577 tsolinfo->zid = ucred_getzoneid(uc);
1578 tsolinfo->uid = ucred_getruid(uc);
1579 tsolinfo->euid = ucred_geteuid(uc);
1580 tsolinfo->gid = ucred_getrgid(uc);
1581 tsolinfo->egid = ucred_getegid(uc);
1582 tsolinfo->pid = ucred_getpid(uc);
1583 sl = ucred_getlabel(uc);
1595 privs = (priv_set_t *)ucred_getprivset(uc, PRIV_EFFECTIVE);
1671 tsolinfo->auid = ucred_getauid(uc);
1677 tsolinfo->asid = ucred_getasid(uc);
1680 if ((amask = ucred_getamask(uc)) != NULL) {
1693 ucred_free(uc);