Searched refs:hal_device_property_get_bool (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_storage.c | 554 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() 1091 !hal_device_property_get_bool (storage_d, "storage.solaris.vtoc_slices")) { 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() 1610 if (hal_device_property_get_bool (d, "volume.is_mounted")) { in devinfo_volume_hotplug_begin_remove() [all …]
|
H A D | devinfo.c | 120 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 D | hotplug.c | 88 if (parent != NULL && hal_device_property_get_bool (parent, "info.ignore")) { in hotplug_event_begin_devfs_add()
|
H A D | devinfo_acpi.c | 223 if (hal_device_property_get_bool(d, "button.workaround")) { in devinfo_lid_rescan()
|
/titanic_44/usr/src/cmd/hal/hald/ |
H A D | device.h | 135 dbus_bool_t hal_device_property_get_bool (HalDevice *device,
|
H A D | device.c | 396 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 D | hald_dbus.c | 1912 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 D | device_info.c | 440 if (hal_device_property_get_bool (d, prop_to_check) != value) in handle_match()
|