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

/illumos-gate/usr/src/uts/common/sys/
H A Dcmlb.h267 * is_hotpluggable whether or not device is hotpluggable.
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.c688 dbus_bool_t is_hotpluggable; member in struct:LibHalDrive_s
951 LIBHAL_PROP_EXTRACT_BOOL ("storage.hotpluggable", drive->is_hotpluggable);
1424 return drive->is_hotpluggable;
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c583 * is_hotpluggable whether or not device is hotpluggable.
684 boolean_t is_removable, boolean_t is_hotpluggable, char *node_type,
693 ASSERT(VALID_BOOLEAN(is_hotpluggable));
704 cl->cl_is_hotpluggable = is_hotpluggable;
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 82 milliseconds