Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c231 char tmp_path_name[PATH_MAX]; in check_and_unmount_vold() local
272 (void) snprintf(tmp_path_name, PATH_MAX, "%s%s", "/vol/dev/", in check_and_unmount_vold()
275 (void) snprintf(tmp_path_name, PATH_MAX, "%s", real_name); in check_and_unmount_vold()
277 DPRINTF1("%s \n", tmp_path_name); in check_and_unmount_vold()
278 ret_val = stat(tmp_path_name, &stat_buf); in check_and_unmount_vold()
306 if (strstr(mntp->mnt_special, tmp_path_name) != in check_and_unmount_vold()
586 char tmp_path_name[PATH_MAX]; in my_open() local
608 (void) strcpy(tmp_path_name, real_name); in my_open()
609 ret_val = stat(tmp_path_name, &stat_buf); in my_open()
632 if (strncmp(tmp_path_name, "/vol/dev/", strlen("/vol/dev/")) in my_open()
[all …]