Searched refs:ucred (Results 26 - 50 of 59) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtypes.h303 struct ucred;
H A Duser.h73 #include <sys/ucred.h>
H A DMakefile48 ttydefaults.h ttydev.h types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
83 types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
H A Ddtrace_glue.h41 #include <sys/ucred.h>
209 typedef struct ucred cred_t;
H A Dsocketvar.h409 struct ucred;
505 extern int sopoll(struct socket *so, int events, struct ucred *cred, void *wql);
H A Dattr.h42 #include <sys/ucred.h>
H A Dmount_internal.h75 #include <sys/ucred.h>
H A Dsysctl.h84 #include <sys/ucred.h>
611 struct ucred *pc_ucred; /* Current credentials. */
H A Dkauth.h180 #include <sys/ucred.h>
181 // typedef struct ucred *kauth_cred_t;
H A Dmount.h80 #include <sys/ucred.h>
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.h47 #include <sys/ucred.h>
H A Dmain.c51 #include <sys/ucred.h>
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_policy.h107 struct ucred;
115 typedef struct ucred *kauth_cred_t;
396 newly created struct ucred, and should not be confused with a
4857 struct ucred *cred,
5254 struct ucred *active_cred,
5255 struct ucred *file_cred, /* NULLOK */
5399 struct ucred *cred,
5420 struct ucred *cred,
5439 struct ucred *cred,
5458 struct ucred *cre
[all...]
H A Dmac_internal.h293 int mac_socket_label_update(struct ucred *cred, struct socket *so, struct label *l);
H A Dmac_vfs.c783 mac_vnode_check_read(vfs_context_t ctx, struct ucred *file_cred,
1026 mac_vnode_check_stat(vfs_context_t ctx, struct ucred *file_cred,
1043 mac_vnode_check_truncate(vfs_context_t ctx, struct ucred *file_cred,
1061 mac_vnode_check_write(vfs_context_t ctx, struct ucred *file_cred,
H A Dmac_framework.h117 struct ucred;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_malloc.c333 { SOS(ucred), KMZ_CREATEZONE }, /* 16 M_CRED */
H A Dbsd_init.c356 struct ucred temp_cred;
H A Dkern_authorization.c37 #include <sys/ucred.h>
H A Dkern_bsm_token.c32 #include <sys/ucred.h>
H A Dkern_prot.c88 #include <sys/ucred.h>
H A Dubc_subr.c47 #include <sys/ucred.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_init.c83 #include <sys/ucred.h>
H A Dvfs_xattr.c2963 ucred_t ucred = vfs_context_ucred(context); local
2981 ret = vn_rdwr(UIO_READ, xvp, buff, chunk, pos, UIO_SYSSPACE, IO_NODELOCKED|IO_NOAUTH, ucred, &iolen, p);
2988 ret = vn_rdwr(UIO_WRITE, xvp, buff, chunk, pos + delta, UIO_SYSSPACE, IO_NODELOCKED|IO_NOAUTH, ucred, &iolen, p);
3017 ucred_t ucred = vfs_context_ucred(context); local
3036 ret = vn_rdwr(UIO_READ, xvp, buff, chunk, pos, UIO_SYSSPACE, IO_NODELOCKED|IO_NOAUTH, ucred, &iolen, p);
3043 ret = vn_rdwr(UIO_WRITE, xvp, buff, chunk, pos - delta, UIO_SYSSPACE, IO_NODELOCKED|IO_NOAUTH, ucred, &iolen, p);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_gss.c1499 struct ucred temp_cred;
1799 struct ucred temp_cred;

Completed in 138 milliseconds

123