Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c424 char *devpath, *rdevpath; in main() local
468 if (!dos_to_dev(raw_device_file, &rdevpath, &dos_num)) { in main()
469 rdevpath = raw_device_file; in main()
502 rfd = open (rdevpath, O_RDONLY | O_NONBLOCK); in main()