Home
last modified time | relevance | path

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 Ddevinfo_pci.c78 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 Ddevinfo_usb.c256 hal_device_property_set_int (d, "usb_device.port_number", in set_usb_properties()
264 hal_device_property_set_int (d, "usb_device.device_class", in set_usb_properties()
266 hal_device_property_set_int (d, "usb_device.device_subclass", in set_usb_properties()
280 hal_device_property_set_int (d, "usb_device.max_power", in set_usb_properties()
282 hal_device_property_set_int (d, "usb_device.num_interfaces", in set_usb_properties()
302 hal_device_property_set_int (d, "usb_device.level_number", i); in set_usb_properties()
392 hal_device_property_set_int (d, "usb.interface.class", in devinfo_usb_if_add()
394 hal_device_property_set_int (d, "usb.interface.subclass", in devinfo_usb_if_add()
396 hal_device_property_set_int (d, "usb.interface.protocol", in devinfo_usb_if_add()
398 hal_device_property_set_int (d, "usb.interface.number", in devinfo_usb_if_add()
[all …]
H A Ddevinfo_storage.c192 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()
690 hal_device_property_set_int (d, "block.major", major(dev)); in devinfo_lofi_add_minor()
[all …]
H A Ddevinfo.h39 hal_device_property_set_int (d, halprop, *(v)); \
H A Ddevinfo_cpu.c177 hal_device_property_set_int (d, "processor.number", cpu_id); in devinfo_cpu_add()
/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c216 ret = hal_device_property_set_int (d, key, value); in hal_util_set_int_from_file()
357 ret = hal_device_property_set_int (d, key, value); in hal_util_set_bcd2_from_file()
709 res = hal_device_property_set_int (d, key, value); in hal_util_set_int_elem_from_file()
1097 hal_device_property_set_int (root, "info.claimed.uid", uid); in hal_util_branch_claim()
H A Ddevice.c241 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 Ddevice.h150 gboolean hal_device_property_set_int (HalDevice *device,
H A Ddevice_info.c1127 hal_device_property_set_int (pc->device, in end()
H A Dhald_dbus.c1116 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()