Home
last modified time | relevance | path

Searched refs:hal_device_property_get_int (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_pci.c89 ids_find_pci (hal_device_property_get_int (d, "pci.vendor_id"), in devinfo_pci_add()
90 hal_device_property_get_int (d, "pci.product_id"), in devinfo_pci_add()
91 hal_device_property_get_int (d, "pci.subsys_vendor_id"), in devinfo_pci_add()
92 hal_device_property_get_int (d, "pci.subsys_product_id"), in devinfo_pci_add()
H A Ddevinfo_storage.c270 hal_device_property_get_int (parent, "scsi_host.host")); in devinfo_scsi_add()
303 hal_device_property_get_int (parent, "scsi.lun")); in devinfo_scsi_storage_add()
533 major = hal_device_property_get_int (parent, "block.major"); in devinfo_floppy_add_volume()
534 minor = hal_device_property_get_int (parent, "block.minor"); in devinfo_floppy_add_volume()
1083 (dos_num > hal_device_property_get_int (storage_d, "storage.solaris.num_dos_partitions")))) { in devinfo_volume_preprobing_done()
1084 HAL_INFO (("%d > %d %s", dos_num, hal_device_property_get_int (storage_d, in devinfo_volume_preprobing_done()
1473 major = hal_device_property_get_int (d, "block.major"); in devinfo_storage_mnttab_event()
1474 minor = hal_device_property_get_int (d, "block.minor"); in devinfo_storage_mnttab_event()
1481 partition_number = hal_device_property_get_int (d, "volume.partition.number"); in devinfo_storage_mnttab_event()
1654 media_num = hal_device_property_get_int (d, "storage.solaris.legacy.media_num"); in devinfo_storage_foreach_nick()
H A Dsysevent.c548 cpu_id = hal_device_property_get_int (d, "processor.number"); in sysevent_dr_remove_cpu()
H A Ddevinfo_usb.c648 hal_device_property_get_int (d, "scsi_host.host")); in devinfo_usb_scsa2usb_add()
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.h131 dbus_int32_t hal_device_property_get_int (HalDevice *device,
H A Ddevice.c384 hal_device_property_get_int (device2, key)) in hal_device_matches()
623 hal_device_property_get_int (HalDevice *device, const char *key) in hal_device_property_get_int() function
873 to_device, to, hal_device_property_get_int (from_device, from)); in hal_device_copy_property()
H A Ddevice_store.c330 if (hal_device_property_get_int (d, key) == value) in hal_device_store_match_key_value_int()
H A Ddevice_info.c295 *result = ((dbus_int64_t) hal_device_property_get_int (d, key)) - strtoll (right_side, NULL, 0); in match_compare_property()
397 if (hal_device_property_get_int (d, prop_to_check) != value) { in handle_match()