Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c554 if (!hal_device_property_get_bool (d, "storage.removable.media_available")) { in devinfo_floppy_rescan_probing_done()
1055 if (hal_device_property_get_bool (d, "info.ignore")) { in devinfo_volume_preprobing_done()
1082 if ((hal_device_property_get_bool (storage_d, "storage.no_partitions_hint") || in devinfo_volume_preprobing_done()
1122 if (hal_device_property_get_bool (parent, "info.ignore")) { in devinfo_volume_hotplug_begin_add()
1321 if (hal_device_property_get_bool (d, "block.is_volume")) { in devinfo_storage_device_rescan()
1329 media_available = !hal_device_property_get_bool (d, "storage.removable") || in devinfo_storage_device_rescan()
1330 hal_device_property_get_bool (d, "storage.removable.media_available"); in devinfo_storage_device_rescan()
1480 is_partition = hal_device_property_get_bool (d, "volume.is_partition"); in devinfo_storage_mnttab_event()
1603 if (hal_device_property_get_bool (d, "volume.is_mounted")) { in devinfo_volume_hotplug_begin_remove()
1638 } else if (hal_device_property_get_bool (d, "storage.removable") || in devinfo_storage_get_legacy_media()
[all …]
H A Ddevinfo.c120 if (hal_device_property_get_bool (parent, "info.claimed")) { in devinfo_set_default_properties()
250 if (hal_device_property_get_bool (d, "info.ignore")) { in devinfo_callouts_preprobing_done()
304 if (parent != NULL && hal_device_property_get_bool (parent, "info.ignore")) { in hotplug_event_begin_add_devinfo()
H A Dhotplug.c88 if (parent != NULL && hal_device_property_get_bool (parent, "info.ignore")) { in hotplug_event_begin_devfs_add()
H A Ddevinfo_acpi.c223 if (hal_device_property_get_bool(d, "button.workaround")) { in devinfo_lid_rescan()
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.h135 dbus_bool_t hal_device_property_get_bool (HalDevice *device,
H A Ddevice.c396 hal_device_property_get_bool (device2, key)) in hal_device_matches()
655 hal_device_property_get_bool (HalDevice *device, const char *key) in hal_device_property_get_bool() function
881 to_device, to, hal_device_property_get_bool (from_device, from)); in hal_device_copy_property()
H A Dhald_dbus.c1912 already_locked = hal_device_property_get_bool (d, "info.locked"); in device_lock()
2005 rc = hal_device_property_get_bool (d, "info.locked"); in device_unlock()
2091 already_claimed = hal_device_property_get_bool (d, "info.claimed"); in manager_claim_branch()
2173 already_claimed = hal_device_property_get_bool (d, "info.claimed"); in manager_unclaim_branch()
2970 if (hal_device_property_get_bool (d, "info.ignore")) { in manager_commit_preprobing_done()
H A Ddevice_info.c440 if (hal_device_property_get_bool (d, prop_to_check) != value) in handle_match()