Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/format/
H A Dmenu_fdisk.c314 char *dkpath; in open_cur_file() local
320 dkpath = pbuf; in open_cur_file()
326 dkpath = pbuf; in open_cur_file()
328 dkpath = cur_disk->disk_path; in open_cur_file()
340 if ((cur_file = open_disk(dkpath, O_RDWR | O_NDELAY)) < 0) { in open_cur_file()
342 "Error: can't open selected disk '%s'.\n", dkpath); in open_cur_file()