Searched refs:hal_device_property_set_bool (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_storage.c | 232 hal_device_property_set_bool (d, "storage.media_check_enabled", FALSE); in devinfo_ide_storage_add() 235 hal_device_property_set_bool (d, "storage.requires_eject", FALSE); in devinfo_ide_storage_add() 306 hal_device_property_set_bool (d, "storage.requires_eject", FALSE); in devinfo_scsi_storage_add() 317 hal_device_property_set_bool (d, "storage.media_check_enabled", in devinfo_scsi_storage_add() 328 hal_device_property_set_bool (d, "storage.no_partitions_hint", TRUE); in devinfo_scsi_storage_add() 329 hal_device_property_set_bool (d, "storage.requires_eject", TRUE); in devinfo_scsi_storage_add() 426 hal_device_property_set_bool (d, "storage.requires_eject", FALSE); in devinfo_blkdev_storage_add() 427 hal_device_property_set_bool (d, "storage.media_check_enabled", TRUE); in devinfo_blkdev_storage_add() 495 hal_device_property_set_bool (d, "storage.hotpluggable", FALSE); in devinfo_floppy_add() 496 hal_device_property_set_bool (d, "storage.removable", TRUE); in devinfo_floppy_add() [all …]
|
H A D | devinfo_acpi.c | 146 hal_device_property_set_bool(d, "button.has_state", FALSE); in devinfo_power_button_add() 215 hal_device_property_set_bool(d, "button.state.value", in devinfo_lid_event() 225 hal_device_property_set_bool(d, "button.state.value", FALSE); in devinfo_lid_rescan()
|
H A D | devinfo_misc.c | 96 hal_device_property_set_bool(d, "power_management.can_hibernate", in devinfo_computer_add() 98 hal_device_property_set_bool(d, "power_management.can_suspend", in devinfo_computer_add()
|
H A D | devinfo.h | 50 hal_device_property_set_bool (d, halprop, \
|
H A D | devinfo_cpu.c | 234 if (hal_device_property_set_bool (d, "processor.can_throttle", in devinfo_cpu_add()
|
H A D | devinfo_usb.c | 284 hal_device_property_set_bool (d, "usb_device.can_wake_up", in set_usb_properties() 286 hal_device_property_set_bool (d, "usb_device.is_self_powered", in set_usb_properties()
|
H A D | devinfo.c | 123 hal_device_property_set_bool (d, "info.claimed", TRUE); in devinfo_set_default_properties()
|
/titanic_41/usr/src/cmd/hal/hald/ |
H A D | device.c | 253 hal_device_property_set_bool ( in hal_device_merge_with_rewrite() 323 hal_device_property_set_bool ( in hal_device_merge() 791 hal_device_property_set_bool (HalDevice *device, const char *key, in hal_device_property_set_bool() function 880 rc = hal_device_property_set_bool ( in hal_device_copy_property()
|
H A D | device.h | 156 gboolean hal_device_property_set_bool (HalDevice *device,
|
H A D | util.c | 768 hal_device_property_set_bool (d, key, strcmp (tokens[i], expected) == 0); in hal_util_set_bool_elem_from_file() 1095 hal_device_property_set_bool (root, "info.claimed", claimed); in hal_util_branch_claim()
|
H A D | hald_dbus.c | 1140 rc = hal_device_property_set_bool (d, key, v); in device_set_multiple_properties() 1464 rc = hal_device_property_set_bool (device, key, v); in device_set_property() 1933 hal_device_property_set_bool (d, "info.locked", TRUE); in device_lock()
|
H A D | device_info.c | 1147 hal_device_property_set_bool (pc->device, pc->merge_key, in end()
|