Home
last modified time | relevance | path

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

/illumos-gate/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);
/illumos-gate/usr/src/uts/common/syscall/
H A Ducredsys.c49 struct ucred_s *uc; in getpeerucred()
133 struct ucred_s *uc; in ucred_get()
/illumos-gate/usr/src/head/
H A Ducred.h39 typedef struct ucred_s ucred_t;
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c941 struct ucred_s *
944 struct ucred_s *uc; in cred2ucred()
968 uc->uc_labeloff = tslp == NULL ? 0 : sizeof (struct ucred_s); in cred2ucred()
1002 return (sizeof (struct ucred_s) + sizeof (bslabel_t)); in ucredminsize()
1004 return (sizeof (struct ucred_s)); in ucredminsize()
1018 struct ucred_s *
1022 struct ucred_s *uc; in pgetucred()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.h1087 struct ucred_s;
1089 extern int svc_getcallerucred(const SVCXPRT *, struct ucred_s **);
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c200 static int door_ucred(struct ucred_s *);
253 return (door_ucred((struct ucred_s *)arg1)); in doorfs()
320 (struct ucred_s *)(uintptr_t)(caddr32_t)arg1)); in doorfs32()
1676 door_ucred(struct ucred_s *uch) in door_ucred()
1683 struct ucred_s *res; in door_ucred()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1732 struct ucred_s *ucr; in udp_do_opt_set()
1744 ucr = (struct ucred_s *)invalp; in udp_do_opt_set()