Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dcodesign.h186 uint8_t csvnode_get_platform_identifier(struct vnode *, off_t);
/xnu-8792.61.2/bsd/kern/
H A Dkern_cs.c1557 return csvnode_get_platform_identifier(vp, offset); in csfg_get_platform_identifier()
1568 csvnode_get_platform_identifier(struct vnode *vp, off_t offset) in csvnode_get_platform_identifier() function
1600 return csvnode_get_platform_identifier(p->p_textvp, p->p_textoff); in csproc_get_platform_identifier()