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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c773 proc_getcdhash(proc_t p, unsigned char *cdhash) argument
775 return vn_getcdhash(p->p_textvp, p->p_textoff, cdhash);
1648 unsigned char cdhash[SHA1_RESULTLEN]; local
1753 error = vn_getcdhash(tvp, toff, cdhash);
1757 error = copyout(cdhash, uaddr, sizeof (cdhash));
H A Dubc_subr.c2673 unsigned char *cdhash)
2697 bcopy(blob->csb_sha1, cdhash, sizeof (blob->csb_sha1));
2670 ubc_cs_getcdhash( vnode_t vp, off_t offset, unsigned char *cdhash) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode.h636 int vn_getcdhash(struct vnode *vp, off_t offset, unsigned char *cdhash);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c2319 vn_getcdhash(struct vnode *vp, off_t offset, unsigned char *cdhash) argument
2321 return ubc_cs_getcdhash(vp, offset, cdhash);

Completed in 59 milliseconds