Searched defs:temp_path (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | dryrun.c | 708 char temp_path[PATH_MAX]; local 709 char *dot_pos = (temp_path+strlen(dr_dir)+7); 716 (void) snprintf(temp_path, sizeof (temp_path), "%s/dryrun", dr_dir); 720 if (!init_drfile(&dryrun_sumasc, temp_path)) 725 if (!init_drfile(&dryrun_fsasc, temp_path)) 730 if (!init_drfile(&dryrun_poasc, temp_path)) 735 if (!init_drfile(&dryrun_bin, temp_path)) 744 char temp_path[PATH_MAX]; local 750 (void) snprintf(temp_path, sizeo [all...] |
/illumos-gate/usr/src/lib/storage/liba5k/common/ |
H A D | mon.c | 3268 char temp_path[MAXPATHLEN]; local 3295 (void) strcpy(temp_path, path); 3296 if ((char_ptr = strrchr(temp_path, '/')) == NULL) { 3301 (void) strcat(temp_path, SLSH_DRV_NAME_SSD); 3335 (void) strcat(temp_path, sbuf); 3373 (void) strcpy(temp_path, wwnlp->physical_path); 3396 (void) strcat(temp_path, sbuf); 3402 if (stat(temp_path, &stat_buf) == -1) { 3410 temp_path); 3427 if (err = l_get_disk_status(temp_path, stat [all...] |
Completed in 544 milliseconds