Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcmlb.h327 boolean_t is_removable, boolean_t is_hotpluggable, char *node_type,
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c681 dbus_bool_t is_removable; member
944 LIBHAL_PROP_EXTRACT_BOOL ("storage.removable", drive->is_removable); in libhal_drive_from_udi()
990 if (drive->is_removable) in libhal_drive_from_udi()
1422 return drive->is_removable; in libhal_drive_uses_removable_media()
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c686 boolean_t is_removable, boolean_t is_hotpluggable, char *node_type, in cmlb_attach() argument
694 ASSERT(VALID_BOOLEAN(is_removable)); in cmlb_attach()
705 cl->cl_is_removable = is_removable; in cmlb_attach()
718 if (!is_removable) { in cmlb_attach()