Searched refs:hal_device_property_get_int (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_pci.c | 91 ids_find_pci (hal_device_property_get_int (d, "pci.vendor_id"), in devinfo_pci_add() 92 hal_device_property_get_int (d, "pci.product_id"), in devinfo_pci_add() 93 hal_device_property_get_int (d, "pci.subsys_vendor_id"), in devinfo_pci_add() 94 hal_device_property_get_int (d, "pci.subsys_product_id"), in devinfo_pci_add()
|
H A D | devinfo_storage.c | 270 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() 1661 media_num = hal_device_property_get_int (d, "storage.solaris.legacy.media_num"); in devinfo_storage_foreach_nick()
|
H A D | sysevent.c | 547 cpu_id = hal_device_property_get_int (d, "processor.number"); in sysevent_dr_remove_cpu()
|
H A D | devinfo_usb.c | 648 hal_device_property_get_int (d, "scsi_host.host")); in devinfo_usb_scsa2usb_add()
|
/titanic_44/usr/src/cmd/hal/hald/ |
H A D | device.h | 131 dbus_int32_t hal_device_property_get_int (HalDevice *device,
|
H A D | device.c | 384 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 D | device_store.c | 330 if (hal_device_property_get_int (d, key) == value) in hal_device_store_match_key_value_int()
|
H A D | device_info.c | 295 *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()
|