Searched refs:fhlenp (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_boot.c170 u_char *fhp, u_int32_t *fhlenp);
694 md_mount(mdsin, path, v3, sotype, fhp, fhlenp)
700 u_int32_t *fhlenp;
765 *fhlenp = fhlen;
770 *fhlenp = NFSX_V2FH;
H A Dnfs_vfsops.c4796 __unused int *fhlenp,
4794 nfs_vfs_vptofh( __unused vnode_t vp, __unused int *fhlenp, __unused unsigned char *fhp, __unused vfs_context_t ctx) argument
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c461 devfs_vptofh (__unused struct vnode *vp, __unused int *fhlenp, __unused unsigned char *fhp, __unused vfs_context_t ctx) argument
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c159 static int hfs_vptofh(struct vnode *vp, int *fhlenp, unsigned char *fhp, vfs_context_t context);
2672 hfs_vptofh(struct vnode *vp, int *fhlenp, unsigned char *fhp, __unused vfs_context_t context) argument
2680 if (*fhlenp < (int)sizeof(struct hfsfid))
2688 *fhlenp = sizeof(struct hfsfid);
/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c356 VFS_VPTOFH(struct vnode * vp, int *fhlenp, unsigned char * fhp, vfs_context_t ctx) argument
367 error = (*vp->v_mount->mnt_op->vfs_vptofh)(vp, fhlenp, fhp, ctx);

Completed in 158 milliseconds