Home
last modified time | relevance | path

Searched refs:lookup_check_for_resolve_prefix (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dnamei.h263 int lookup_check_for_resolve_prefix(char *path, size_t pathbuflen, size_t len, uint32_t *resolv…
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_lookup.c281 resolve_error = lookup_check_for_resolve_prefix(cnp->cn_pnbuf, PATHBUFLEN, in namei()
321 error = lookup_check_for_resolve_prefix(cnp->cn_pnbuf, cnp->cn_pnlen, ndp->ni_pathlen, in namei()
760 lookup_check_for_resolve_prefix(char *path, size_t pathbuflen, size_t len, uint32_t *resolve_flags,… in lookup_check_for_resolve_prefix() function
H A Dvfs_attrlist.c2740 …err = lookup_check_for_resolve_prefix(pathbuf, PATHBUFLEN, PATHBUFLEN, &resolve_flags, &perfix_len… in calc_varsize()