Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/nfs/
H A Dnfs_boot.c284 char * check_path = NULL; in nfs_boot_init() local
286 check_path = zalloc(ZV_NAMEI); in nfs_boot_init()
287 snprintf(check_path, MAXPATHLEN, "%s/private", nd->nd_root.ndm_path); in nfs_boot_init()
290 && (strncmp(check_path, nd->nd_private.ndm_path, MAXPATHLEN) == 0)) { in nfs_boot_init()
294 NFS_ZFREE(ZV_NAMEI, check_path); in nfs_boot_init()