/freebsd/sys/sys/ |
H A D | ucred.h | 73 struct ucred { struct 74 struct mtx cr_mtx; 75 long cr_ref; /* (c) reference count */ 76 u_int cr_users; /* (c) proc + thread using this cred */ 77 u_int cr_flags; /* credential flags */ 78 struct auditinfo_addr cr_audit; /* Audit properties. */ 102 #define NOCRED ((struct ucred *)0) /* no credential available */ argument
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-getpeereid.c | 49 ucred_t *ucred = NULL; in getpeereid() local
|
/freebsd/sys/rpc/ |
H A D | svc_auth.c | 160 int (*getcred)(struct svc_req *, struct ucred **, int *)) in svc_auth_reg()
|
H A D | rpcsec_gss.h | 364 rpc_gss_ucred_t **ucred, void **cookie) in rpc_gss_getcred_call()
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 113 struct ucred { struct 114 int foo;
|
/freebsd/tools/regression/rpcsec_gss/ |
H A D | rpctest.c | 170 rpc_gss_ucred_t *ucred; in server_program_1() local
|
/freebsd/sys/kern/ |
H A D | uipc_sem.c | 301 ksem_alloc(struct ucred *ucred, mode_t mode, unsigned int value) in ksem_alloc() 358 ksem_access(struct ksem *ks, struct ucred *ucred) in ksem_access() 403 ksem_remove(char *path, Fnv32_t fnv, struct ucred *ucred) in ksem_remove()
|
H A D | uipc_shm.c | 937 shm_alloc(struct ucred *ucred, mode_t mode, bool largepage) in shm_alloc() 1023 shm_access(struct shmfd *shmfd, struct ucred *ucred, int flags) in shm_access() 1130 shm_remove(char *path, Fnv32_t fnv, struct ucred *ucred) in shm_remove()
|
H A D | kern_lockf.c | 2474 struct ucred *ucred; in vfs_report_lockf() local
|
H A D | uipc_mqueue.c | 1025 do_unlink(struct mqfs_node *pn, struct ucred *ucred) in do_unlink()
|
/freebsd/sys/vm/ |
H A D | phys_pager.c | 147 vm_ooffset_t foff, struct ucred *ucred) in phys_pager_alloc()
|
/freebsd/lib/libkvm/ |
H A D | kvm_proc.c | 119 struct ucred ucred; in kvm_proclist() local
|
/freebsd/sys/dev/vmm/ |
H A D | vmm_dev.c | 57 struct ucred *ucred; member 77 vmm_priv_check(struct ucred *ucred) in vmm_priv_check()
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | trans_lsock.c | 426 struct xucred ucred; in check_priv_stream() local
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_vnops.c | 2051 struct ucred ucred, *ucp; ufs_mkdir() local 2808 struct ucred ucred, *ucp; ufs_makeinode() local [all...] |
/freebsd/lib/librpcsec_gss/ |
H A D | svc_rpcsec_gss.c | 318 rpc_gss_ucred_t **ucred, void **cookie) in rpc_gss_getcred()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vnops.c | 1181 ffs_extwrite(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *ucred) in ffs_extwrite()
|
/freebsd/sys/rpc/rpcsec_gss/ |
H A D | svc_rpcsec_gss.c | 491 rpc_gss_ucred_t **ucred, void **cookie) in rpc_gss_getcred()
|
/freebsd/lib/libprocstat/ |
H A D | libprocstat.c | 1968 struct ucred ucred; in procstat_getgroups_kvm() local
|