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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc.h60 int ubc_setcred(struct vnode *, struct proc *) __deprecated;
/macosx-10.5.8/xnu-1228.15.4/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 *);
859 ubc_setcred(vp, p);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c467 * with the ubc_info via a call to ubc_setcred(), the reference
696 * a call to ubc_setcred()
796 * ubc_setcred
819 * DEPRECATION: ubc_setcred() is being deprecated. Please use
823 ubc_setcred(struct vnode *vp, proc_t p) function

Completed in 53 milliseconds