Searched refs:tmppath (Results 1 – 3 of 3) sorted by relevance
59 char *tmppath; in getlocalbase() local66 tmppath = getenv("LOCALBASE"); in getlocalbase()67 if (tmppath != NULL && tmppath[0] != '\0') { in getlocalbase()68 localbase = tmppath; in getlocalbase()
1682 char *tmppath; in kern_symlinkat() local1689 tmppath = uma_zalloc(namei_zone, M_WAITOK); in kern_symlinkat()1690 if ((error = copyinstr(path1, tmppath, MAXPATHLEN, NULL)) != 0) in kern_symlinkat()1692 syspath = tmppath; in kern_symlinkat()1740 uma_zfree(namei_zone, tmppath); in kern_symlinkat()
2765 char *tmppath; in vdev_get_one_physpath() local2769 &tmppath) != 0) in vdev_get_one_physpath()2776 rsz = snprintf(physpath + pos, bytes_left, format, tmppath); in vdev_get_one_physpath()