Home
last modified time | relevance | path

Searched refs:csvnode_get_platform_identifier (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/sys/
H A Dcodesign.h185 uint8_t csvnode_get_platform_identifier(struct vnode *, off_t);
/xnu-11215/bsd/kern/
H A Dkern_cs.c1633 return csvnode_get_platform_identifier(vp, offset); in csfg_get_platform_identifier()
1644 csvnode_get_platform_identifier(struct vnode *vp, off_t offset) in csvnode_get_platform_identifier() function
1676 return csvnode_get_platform_identifier(p->p_textvp, p->p_textoff); in csproc_get_platform_identifier()