Searched refs:hal_device_property_get_bool (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo.c | 119 if (hal_device_property_get_bool (parent, "info.claimed")) { 250 if (hal_device_property_get_bool (d, "info.ignore")) { 304 if (parent != NULL && hal_device_property_get_bool (parent, "info.ignore")) {
|
H A D | devinfo_storage.c | 630 if (!hal_device_property_get_bool (d, "storage.removable.media_available")) { 1131 if (hal_device_property_get_bool (d, "info.ignore")) { 1158 if ((hal_device_property_get_bool (storage_d, "storage.no_partitions_hint") || 1167 !hal_device_property_get_bool (storage_d, "storage.solaris.vtoc_slices")) { 1198 if (hal_device_property_get_bool (parent, "info.ignore")) { 1397 if (hal_device_property_get_bool (d, "block.is_volume")) { 1405 media_available = !hal_device_property_get_bool (d, "storage.removable") || 1406 hal_device_property_get_bool (d, "storage.removable.media_available"); 1556 is_partition = hal_device_property_get_bool (d, "volume.is_partition"); 1686 if (hal_device_property_get_bool ( [all...] |
H A D | hotplug.c | 88 if (parent != NULL && hal_device_property_get_bool (parent, "info.ignore")) {
|
H A D | devinfo_acpi.c | 223 if (hal_device_property_get_bool(d, "button.workaround")) {
|
/osnet-11/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)) 655 hal_device_property_get_bool (HalDevice *device, const char *key) function 881 to_device, to, hal_device_property_get_bool (from_device, from));
|
H A D | hald_dbus.c | 1912 already_locked = hal_device_property_get_bool (d, "info.locked"); 2005 rc = hal_device_property_get_bool (d, "info.locked"); 2091 already_claimed = hal_device_property_get_bool (d, "info.claimed"); 2173 already_claimed = hal_device_property_get_bool (d, "info.claimed"); 2970 if (hal_device_property_get_bool (d, "info.ignore")) {
|
H A D | device_info.c | 440 if (hal_device_property_get_bool (d, prop_to_check) != value)
|
Completed in 68 milliseconds