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

/osnet-11/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c316 char *device_file, *raw_device_file; local
329 if ((raw_device_file = getenv ("HAL_PROP_BLOCK_SOLARIS_RAW_DEVICE")) == NULL)
377 } else if ((fd < 0) && ((fd = open (raw_device_file, O_RDONLY | O_NONBLOCK)) < 0)) {
378 HAL_DEBUG (("open failed for %s: %s", raw_device_file, strerror (errno)));
/osnet-11/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c313 char *raw_device_file; local
339 if ((raw_device_file = getenv ("HAL_PROP_BLOCK_SOLARIS_RAW_DEVICE")) == NULL)
367 if ((rfd = open (raw_device_file, O_RDONLY | O_NONBLOCK)) < 0) {
368 HAL_DEBUG (("Cannot open %s: %s", raw_device_file, strerror (errno)));
383 HAL_DEBUG (("Checking for optical disc on %s", raw_device_file));
/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c422 char *device_file, *raw_device_file; local
462 if ((raw_device_file = getenv ("HAL_PROP_BLOCK_SOLARIS_RAW_DEVICE")) == NULL) {
465 if (!dos_to_dev(raw_device_file, &rdevpath, &dos_num)) {
466 rdevpath = raw_device_file;

Completed in 17 milliseconds