Symbol: ucred_s
usr/src/head/ucred.h
39
typedef struct ucred_s ucred_t;
usr/src/uts/common/fs/doorfs/door_sys.c
1676
door_ucred(struct ucred_s *uch)
usr/src/uts/common/fs/doorfs/door_sys.c
1683
struct ucred_s *res;
usr/src/uts/common/fs/doorfs/door_sys.c
200
static int door_ucred(struct ucred_s *);
usr/src/uts/common/fs/doorfs/door_sys.c
253
return (door_ucred((struct ucred_s *)arg1));
usr/src/uts/common/fs/doorfs/door_sys.c
320
(struct ucred_s *)(uintptr_t)(caddr32_t)arg1));
usr/src/uts/common/inet/udp/udp.c
1731
struct ucred_s *ucr;
usr/src/uts/common/inet/udp/udp.c
1743
ucr = (struct ucred_s *)invalp;
usr/src/uts/common/os/cred.c
1002
return (sizeof (struct ucred_s) + sizeof (bslabel_t));
usr/src/uts/common/os/cred.c
1004
return (sizeof (struct ucred_s));
usr/src/uts/common/os/cred.c
1018
struct ucred_s *
usr/src/uts/common/os/cred.c
1022
struct ucred_s *uc;
usr/src/uts/common/os/cred.c
941
struct ucred_s *
usr/src/uts/common/os/cred.c
944
struct ucred_s *uc;
usr/src/uts/common/os/cred.c
968
uc->uc_labeloff = tslp == NULL ? 0 : sizeof (struct ucred_s);
usr/src/uts/common/rpc/svc.h
1088
struct ucred_s;
usr/src/uts/common/rpc/svc.h
1090
extern int svc_getcallerucred(const SVCXPRT *, struct ucred_s **);
usr/src/uts/common/sys/ucred.h
101
#define UCRED_PRIV_OFF (sizeof (struct ucred_s))
usr/src/uts/common/sys/ucred.h
115
extern struct ucred_s *pgetucred(struct proc *);
usr/src/uts/common/sys/ucred.h
116
extern struct ucred_s *cred2ucred(const cred_t *, pid_t, void *,
usr/src/uts/common/sys/ucred.h
124
#define UCRED_SIZE(ip) (sizeof (struct ucred_s) + sizeof (prcred_t) + \
usr/src/uts/common/sys/ucred.h
134
extern struct ucred_s *_ucred_alloc(void);
usr/src/uts/common/syscall/ucredsys.c
133
struct ucred_s *uc;
usr/src/uts/common/syscall/ucredsys.c
49
struct ucred_s *uc;