Home
last modified time | relevance | path

Searched refs:ucred_s (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Ducred.h61 struct ucred_s { struct
101 #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);
/titanic_50/usr/src/uts/common/syscall/
H A Ducredsys.c49 struct ucred_s *uc; in getpeerucred()
133 struct ucred_s *uc; in ucred_get()
/titanic_50/usr/src/head/
H A Ducred.h39 typedef struct ucred_s ucred_t;
/titanic_50/usr/src/uts/common/os/
H A Dcred.c938 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()
/titanic_50/usr/src/uts/common/rpc/
H A Dsvc.h1056 struct ucred_s;
1058 extern int svc_getcallerucred(const SVCXPRT *, struct ucred_s **);
/titanic_50/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c198 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()
/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp.c1710 struct ucred_s *ucr; in udp_do_opt_set()
1722 ucr = (struct ucred_s *)invalp; in udp_do_opt_set()