Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dvfs_lookup.c1908 const char *savepath = NULL; in namei_tryemulroot()
1913 savepath = pathbuf_stringcopy_get(ndp->ni_pathbuf); in namei_tryemulroot()
1932 strcpy(ndp->ni_pathbuf->pb_path, savepath);
1933 pathbuf_stringcopy_put(ndp->ni_pathbuf, savepath);
1934 savepath = NULL;
1939 if (savepath != NULL) { in namei()
1940 pathbuf_stringcopy_put(ndp->ni_pathbuf, savepath); in namei()
1895 const char *savepath = NULL; namei_tryemulroot() local
/netbsd-src/lib/librumpuser/
H A Dsp_common.c643 int savepath = 0; in unix_parse() local
669 savepath = 1; in unix_parse()
678 if (savepath && *parsedurl == '\0') { in unix_parse()