Home
last modified time | relevance | path

Searched refs:ubc_cs_getcdhash (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dubc_internal.h262 int ubc_cs_getcdhash(vnode_t, off_t, unsigned char *, uint8_t*);
/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c6154 ubc_cs_getcdhash( in ubc_cs_getcdhash() function
H A Dkern_exec.c6985 int cdhash_errror = ubc_cs_getcdhash(imgp->ip_vp, imgp->ip_arch_offset, cdhash, NULL); in exec_add_apple_strings()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c3819 return ubc_cs_getcdhash(vp, offset, cdhash, type); in vn_getcdhash()