Home
last modified time | relevance | path

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

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