Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_guarded.c1164 const uint32_t pathmax = 3 * EXIT_REASON_USER_DESC_MAX_LEN / 4; in vng_reason_from_pathname() local
1165 if (pathlen > pathmax) { in vng_reason_from_pathname()
1166 path += (pathlen - pathmax); in vng_reason_from_pathname()
1167 pathlen = pathmax; in vng_reason_from_pathname()