Searched refs:hal_device_property_set_int (Results 1 – 10 of 10) sorted by relevance
| /illumos-gate/usr/src/cmd/hal/hald/solaris/ |
| H A D | devinfo_usb.c | 255 hal_device_property_set_int (d, "usb_device.port_number", in set_usb_properties() 263 hal_device_property_set_int (d, "usb_device.device_class", in set_usb_properties() 265 hal_device_property_set_int (d, "usb_device.device_subclass", in set_usb_properties() 267 hal_device_property_set_int (d, "usb_device.device_protocol", in set_usb_properties() 277 hal_device_property_set_int (d, "usb_device.configuration_value", in set_usb_properties() 279 hal_device_property_set_int (d, "usb_device.max_power", in set_usb_properties() 281 hal_device_property_set_int (d, "usb_device.num_interfaces", in set_usb_properties() 301 hal_device_property_set_int (d, "usb_device.level_number", i); in set_usb_properties() 391 hal_device_property_set_int (d, "usb.interface.class", in devinfo_usb_if_add() 393 hal_device_property_set_int (d, "usb.interface.subclass", in devinfo_usb_if_add() [all …]
|
| H A D | devinfo_pci.c | 78 hal_device_property_set_int (d, "pci.vendor_id", vid); in devinfo_pci_add() 79 hal_device_property_set_int (d, "pci.product_id", pid); in devinfo_pci_add() 80 hal_device_property_set_int (d, "pci.subsys_vendor_id", svid); in devinfo_pci_add() 81 hal_device_property_set_int (d, "pci.subsys_product_id", spid); in devinfo_pci_add()
|
| H A D | devinfo_storage.c | 175 hal_device_property_set_int (d, "ide_host.number", 0); /* XXX */ in devinfo_ide_host_add() 192 hal_device_property_set_int (parent, "ide.host", 0); /* XXX */ in devinfo_ide_device_add() 193 hal_device_property_set_int (parent, "ide.channel", 0); in devinfo_ide_device_add() 226 hal_device_property_set_int (d, "storage.lun", 0); in devinfo_ide_storage_add() 269 hal_device_property_set_int (d, "scsi.host", in devinfo_scsi_add() 271 hal_device_property_set_int (d, "scsi.bus", 0); in devinfo_scsi_add() 302 hal_device_property_set_int (d, "storage.lun", in devinfo_scsi_storage_add() 421 hal_device_property_set_int (d, "storage.lun", 0); in devinfo_blkdev_storage_add() 503 hal_device_property_set_int (d, "block.major", major(dev)); in devinfo_floppy_add() 504 hal_device_property_set_int (d, "block.minor", minor(dev)); in devinfo_floppy_add() [all …]
|
| H A D | devinfo.h | 39 hal_device_property_set_int (d, halprop, *(v)); \
|
| H A D | devinfo_cpu.c | 177 hal_device_property_set_int (d, "processor.number", cpu_id); in devinfo_cpu_add()
|
| /illumos-gate/usr/src/cmd/hal/hald/ |
| H A D | util.c | 217 ret = hal_device_property_set_int (d, key, value); in hal_util_set_int_from_file() 358 ret = hal_device_property_set_int (d, key, value); in hal_util_set_bcd2_from_file() 710 res = hal_device_property_set_int (d, key, value); in hal_util_set_int_elem_from_file() 1063 hal_device_property_set_int (root, "info.claimed.uid", uid); in hal_util_branch_claim()
|
| H A D | device.c | 241 hal_device_property_set_int ( in hal_device_merge_with_rewrite() 311 hal_device_property_set_int ( in hal_device_merge() 723 hal_device_property_set_int (HalDevice *device, const char *key, in hal_device_property_set_int() function 872 rc = hal_device_property_set_int ( in hal_device_copy_property()
|
| H A D | device.h | 150 gboolean hal_device_property_set_int (HalDevice *device,
|
| H A D | device_info.c | 1127 hal_device_property_set_int (pc->device, in end()
|
| H A D | hald_dbus.c | 1116 rc = hal_device_property_set_int (d, key, v); in device_set_multiple_properties() 1443 rc = hal_device_property_set_int (device, key, v); in device_set_property()
|