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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_boot.c284 char * check_path = NULL; local
286 MALLOC_ZONE(check_path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
287 if (!check_path) {
288 printf("nfs_boot: can't allocate check_path buffer\n");
292 snprintf(check_path, MAXPATHLEN, "%s/private", nd->nd_root.ndm_path);
295 && (strncmp(check_path, nd->nd_private.ndm_path, MAXPATHLEN) == 0)) {
299 FREE_ZONE(check_path, MAXPATHLEN, M_NAMEI);

Completed in 22 milliseconds