Searched refs:cur_disk_path (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/format/ |
H A D | checkdev.h | 43 int checkdevinuse(char *cur_disk_path, diskaddr_t start, diskaddr_t end,
|
H A D | checkdev.c | 272 checkdevinuse(char *cur_disk_path, diskaddr_t start, diskaddr_t end, int print, argument 301 * There could be two kinds of strings in cur_disk_path 306 if (*cur_disk_path != 'c') { 311 (void) stat(cur_disk_path, &stbuf); 325 cur_disk_path = basename(cur_disk_path); 326 name = strrchr(cur_disk_path, 'd'); 341 dm_get_slices(cur_disk_path, &slices, &error);
|
Completed in 65 milliseconds