Searched refs: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]; in init_dryrunfile() local 709 char *dot_pos = (temp_path+strlen(dr_dir)+7); in init_dryrunfile() 716 (void) snprintf(temp_path, sizeof (temp_path), "%s/dryrun", dr_dir); in init_dryrunfile() 720 if (!init_drfile(&dryrun_sumasc, temp_path)) in init_dryrunfile() 725 if (!init_drfile(&dryrun_fsasc, temp_path)) in init_dryrunfile() 730 if (!init_drfile(&dryrun_poasc, temp_path)) in init_dryrunfile() 735 if (!init_drfile(&dryrun_bin, temp_path)) in init_dryrunfile() 744 char temp_path[PATH_MAX]; in init_contfile() local 750 (void) snprintf(temp_path, sizeof (temp_path), in init_contfile() 752 continue_bin = strdup(temp_path); in init_contfile()
|
/illumos-gate/usr/src/lib/storage/liba5k/common/ |
H A D | mon.c | 3269 char temp_path[MAXPATHLEN]; in l_get_node_status() local 3296 (void) strcpy(temp_path, path); in l_get_node_status() 3297 if ((char_ptr = strrchr(temp_path, '/')) == NULL) { in l_get_node_status() 3302 (void) strcat(temp_path, SLSH_DRV_NAME_SSD); in l_get_node_status() 3336 (void) strcat(temp_path, sbuf); in l_get_node_status() 3374 (void) strcpy(temp_path, wwnlp->physical_path); in l_get_node_status() 3397 (void) strcat(temp_path, sbuf); in l_get_node_status() 3403 if (stat(temp_path, &stat_buf) == -1) { in l_get_node_status() 3411 temp_path); in l_get_node_status() 3428 if (err = l_get_disk_status(temp_path, state, in l_get_node_status() [all …]
|