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

/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/head/
H A Ducred.h39 typedef struct ucred_s ucred_t;
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Ducredsys.c49 struct ucred_s *uc;
133 struct ucred_s *uc;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dcred.c942 struct ucred_s *
945 struct ucred_s *uc;
966 * That's why we use sizeof (struct ucred_s). The other
969 uc->uc_labeloff = tslp == NULL ? 0 : sizeof (struct ucred_s);
1003 return (sizeof (struct ucred_s) + sizeof (bslabel_t));
1005 return (sizeof (struct ucred_s));
1019 struct ucred_s *
1023 struct ucred_s *uc;
/opensolaris-onvv-gate/usr/src/uts/common/rpc/
H A Dsvc.h1048 struct ucred_s;
1050 extern int svc_getcallerucred(const SVCXPRT *, struct ucred_s **);
/opensolaris-onvv-gate/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));
318 (struct ucred_s *)(uintptr_t)(caddr32_t)arg1));
1661 door_ucred(struct ucred_s *uch)
1668 struct ucred_s *res;
/opensolaris-onvv-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1641 struct ucred_s *ucr;
1653 ucr = (struct ucred_s *)invalp;

Completed in 89 milliseconds