Searched defs:temp_path (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c3267 char temp_path[MAXPATHLEN]; local
3294 (void) strcpy(temp_path, path);
3295 if ((char_ptr = strrchr(temp_path, '/')) == NULL) {
3300 (void) strcat(temp_path, SLSH_DRV_NAME_SSD);
3334 (void) strcat(temp_path, sbuf);
3372 (void) strcpy(temp_path, wwnlp->physical_path);
3395 (void) strcat(temp_path, sbuf);
3401 if (stat(temp_path, &stat_buf) == -1) {
3409 temp_path);
3426 if (err = l_get_disk_status(temp_path, stat
[all...]

Completed in 29 milliseconds