Searched refs:ubc_setcred (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dubc.h69 int ubc_setcred(struct vnode *, struct proc *) __deprecated;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c90 #define ubc_setcred ubc_setcred_deprecated macro
92 #undef ubc_setcred macro
93 int ubc_setcred(struct vnode *, struct proc *);
1072 ubc_setcred(vp, p);
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c664 * with the ubc_info via a call to ubc_setcred(), the reference
903 * a call to ubc_setcred()
1003 * ubc_setcred
1026 * DEPRECATION: ubc_setcred() is being deprecated. Please use
1030 ubc_setcred(struct vnode *vp, proc_t p) function

Completed in 27 milliseconds