Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c343 dbus_bool_t is_write_protected = FALSE; in main() local
411 is_write_protected = TRUE; in main()
414 if (check_floppy(rfd, &is_write_protected)) { in main()
426 is_write_protected = TRUE; in main()
470 libhal_changeset_set_property_bool (cs, "storage.removable.solaris.read_only", is_write_protected); in main()