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

/illumos-gate/usr/src/uts/common/sys/
H A Dcmlb.h265 * is_removable whether or not device is removable.
326 boolean_t is_removable, boolean_t is_hotpluggable, char *node_type,
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c689 dbus_bool_t is_removable; member in struct:LibHalDrive_s
952 LIBHAL_PROP_EXTRACT_BOOL ("storage.removable", drive->is_removable);
998 if (drive->is_removable)
1430 return drive->is_removable;
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c581 * is_removable whether or not device is removable.
684 boolean_t is_removable, boolean_t is_hotpluggable, char *node_type,
692 ASSERT(VALID_BOOLEAN(is_removable));
703 cl->cl_is_removable = is_removable;
716 if (!is_removable) {
683 cmlb_attach(dev_info_t *devi, cmlb_tg_ops_t *tgopsp, int device_type, boolean_t is_removable, boolean_t is_hotpluggable, char *node_type, int alter_behavior, cmlb_handle_t cmlbhandle, void *tg_cookie) argument

Completed in 75 milliseconds