Searched refs:temp_path (Results 1 – 2 of 2) sorted by relevance
| /titanic_44/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()
|
| /titanic_44/usr/src/lib/storage/liba5k/common/ |
| H A D | mon.c | 3268 char temp_path[MAXPATHLEN]; in l_get_node_status() local 3295 (void) strcpy(temp_path, path); in l_get_node_status() 3296 if ((char_ptr = strrchr(temp_path, '/')) == NULL) { in l_get_node_status() 3301 (void) strcat(temp_path, SLSH_DRV_NAME_SSD); in l_get_node_status() 3335 (void) strcat(temp_path, sbuf); in l_get_node_status() 3373 (void) strcpy(temp_path, wwnlp->physical_path); in l_get_node_status() 3396 (void) strcat(temp_path, sbuf); in l_get_node_status() 3402 if (stat(temp_path, &stat_buf) == -1) { in l_get_node_status() 3410 temp_path); in l_get_node_status() 3427 if (err = l_get_disk_status(temp_path, state, in l_get_node_status() [all …]
|