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

/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_pci.c91 ids_find_pci (hal_device_property_get_int (d, "pci.vendor_id"),
92 hal_device_property_get_int (d, "pci.product_id"),
93 hal_device_property_get_int (d, "pci.subsys_vendor_id"),
94 hal_device_property_get_int (d, "pci.subsys_product_id"),
H A Ddevinfo_storage.c279 hal_device_property_get_int (parent, "scsi_host.host"));
312 hal_device_property_get_int (parent, "scsi.lun"));
609 major = hal_device_property_get_int (parent, "block.major");
610 minor = hal_device_property_get_int (parent, "block.minor");
1159 (dos_num > hal_device_property_get_int (storage_d, "storage.solaris.num_dos_partitions")))) {
1160 HAL_INFO (("%d > %d %s", dos_num, hal_device_property_get_int (storage_d,
1549 major = hal_device_property_get_int (d, "block.major");
1550 minor = hal_device_property_get_int (d, "block.minor");
1557 partition_number = hal_device_property_get_int (d, "volume.partition.number");
1737 media_num = hal_device_property_get_int (
[all...]
H A Ddevinfo_usb.c661 hal_device_property_get_int (d, "scsi_host.host"));
H A Dsysevent.c582 cpu_id = hal_device_property_get_int (d, "processor.number");
/osnet-11/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))
623 hal_device_property_get_int (HalDevice *device, const char *key) function
873 to_device, to, hal_device_property_get_int (from_device, from));
H A Ddevice_store.c330 if (hal_device_property_get_int (d, key) == value)
H A Ddevice_info.c295 *result = ((dbus_int64_t) hal_device_property_get_int (d, key)) - strtoll (right_side, NULL, 0);
397 if (hal_device_property_get_int (d, prop_to_check) != value) {

Completed in 38 milliseconds