Searched refs:ucred_s (Results 1 – 7 of 7) sorted by relevance
61 struct ucred_s { struct101 #define UCRED_PRIV_OFF (sizeof (struct ucred_s))115 extern struct ucred_s *pgetucred(struct proc *);116 extern struct ucred_s *cred2ucred(const cred_t *, pid_t, void *,124 #define UCRED_SIZE(ip) (sizeof (struct ucred_s) + sizeof (prcred_t) + \134 extern struct ucred_s *_ucred_alloc(void);
49 struct ucred_s *uc; in getpeerucred()133 struct ucred_s *uc; in ucred_get()
39 typedef struct ucred_s ucred_t;
938 struct ucred_s *941 struct ucred_s *uc; in cred2ucred()965 uc->uc_labeloff = tslp == NULL ? 0 : sizeof (struct ucred_s); in cred2ucred()999 return (sizeof (struct ucred_s) + sizeof (bslabel_t)); in ucredminsize()1001 return (sizeof (struct ucred_s)); in ucredminsize()1015 struct ucred_s *1019 struct ucred_s *uc; in pgetucred()
1056 struct ucred_s;1058 extern int svc_getcallerucred(const SVCXPRT *, struct ucred_s **);
198 static int door_ucred(struct ucred_s *);251 return (door_ucred((struct ucred_s *)arg1)); in doorfs()318 (struct ucred_s *)(uintptr_t)(caddr32_t)arg1)); in doorfs32()1661 door_ucred(struct ucred_s *uch) in door_ucred()1668 struct ucred_s *res; in door_ucred()
1710 struct ucred_s *ucr; in udp_do_opt_set()1722 ucr = (struct ucred_s *)invalp; in udp_do_opt_set()