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

/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c332 char *raw_device_file; local
359 if ((raw_device_file = getenv ("HAL_PROP_BLOCK_SOLARIS_RAW_DEVICE")) == NULL)
388 if ((rfd = open (raw_device_file, O_RDONLY | O_NONBLOCK)) < 0) {
389 HAL_DEBUG (("Cannot open %s: %s", raw_device_file, strerror (errno)));
404 HAL_DEBUG (("Checking for optical disc on %s", raw_device_file));
413 HAL_DEBUG (("Checking for floppy on %s", raw_device_file));
/illumos-gate/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)));
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c423 char *device_file, *raw_device_file; local
465 if ((raw_device_file = getenv ("HAL_PROP_BLOCK_SOLARIS_RAW_DEVICE")) == NULL) {
468 if (!dos_to_dev(raw_device_file, &rdevpath, &dos_num)) {
469 rdevpath = raw_device_file;

Completed in 43 milliseconds