Searched refs:cdhash (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c821 proc_getcdhash(proc_t p, unsigned char *cdhash) argument
823 return vn_getcdhash(p->p_textvp, p->p_textoff, cdhash);
1746 unsigned char cdhash[SHA1_RESULTLEN]; local
1896 error = vn_getcdhash(tvp, toff, cdhash);
1900 error = copyout(cdhash, uaddr, sizeof (cdhash));
H A Dubc_subr.c2963 unsigned char *cdhash)
2989 bcopy(blob->csb_sha1, cdhash, sizeof (blob->csb_sha1));
2960 ubc_cs_getcdhash( vnode_t vp, off_t offset, unsigned char *cdhash) argument
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode.h1874 int vn_getcdhash(struct vnode *vp, off_t offset, unsigned char *cdhash);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c2533 vn_getcdhash(struct vnode *vp, off_t offset, unsigned char *cdhash) argument
2535 return ubc_cs_getcdhash(vp, offset, cdhash);

Completed in 46 milliseconds