Searched refs:dkpath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmenu_fdisk.c315 char *dkpath; local
321 dkpath = pbuf;
327 dkpath = pbuf;
329 dkpath = cur_disk->disk_path;
340 /* Open cur_file with the required path dkpath */
341 if ((cur_file = open_disk(dkpath, O_RDWR | O_NDELAY)) < 0) {
343 "Error: can't open selected disk '%s'.\n", dkpath);

Completed in 67 milliseconds