ucred_s
typedef struct ucred_s ucred_t;
door_ucred(struct ucred_s *uch)
struct ucred_s *res;
static int door_ucred(struct ucred_s *);
return (door_ucred((struct ucred_s *)arg1));
(struct ucred_s *)(uintptr_t)(caddr32_t)arg1));
struct ucred_s *ucr;
ucr = (struct ucred_s *)invalp;
return (sizeof (struct ucred_s) + sizeof (bslabel_t));
return (sizeof (struct ucred_s));
struct ucred_s *
struct ucred_s *uc;
struct ucred_s *
struct ucred_s *uc;
uc->uc_labeloff = tslp == NULL ? 0 : sizeof (struct ucred_s);
struct ucred_s;
extern int svc_getcallerucred(const SVCXPRT *, struct ucred_s **);
#define UCRED_PRIV_OFF (sizeof (struct ucred_s))
extern struct ucred_s *pgetucred(struct proc *);
extern struct ucred_s *cred2ucred(const cred_t *, pid_t, void *,
#define UCRED_SIZE(ip) (sizeof (struct ucred_s) + sizeof (prcred_t) + \
extern struct ucred_s *_ucred_alloc(void);
struct ucred_s *uc;
struct ucred_s *uc;