Searched refs:hal_device_property_set_int (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_pci.c | 80 hal_device_property_set_int (d, "pci.vendor_id", vid); 81 hal_device_property_set_int (d, "pci.product_id", pid); 82 hal_device_property_set_int (d, "pci.subsys_vendor_id", svid); 83 hal_device_property_set_int (d, "pci.subsys_product_id", spid);
|
H A D | devinfo_usb.c | 261 hal_device_property_set_int (d, "usb_device.port_number", 269 hal_device_property_set_int (d, "usb_device.device_class", 271 hal_device_property_set_int (d, "usb_device.device_subclass", 273 hal_device_property_set_int (d, "usb_device.device_protocol", 283 hal_device_property_set_int (d, "usb_device.configuration_value", 285 hal_device_property_set_int (d, "usb_device.max_power", 287 hal_device_property_set_int (d, "usb_device.num_interfaces", 307 hal_device_property_set_int (d, "usb_device.level_number", i); 405 hal_device_property_set_int (d, "usb.interface.class", 407 hal_device_property_set_int ( [all...] |
H A D | devinfo_storage.c | 184 hal_device_property_set_int (d, "ide_host.number", 0); /* XXX */ 201 hal_device_property_set_int (parent, "ide.host", 0); /* XXX */ 202 hal_device_property_set_int (parent, "ide.channel", 0); 235 hal_device_property_set_int (d, "storage.lun", 0); 278 hal_device_property_set_int (d, "scsi.host", 280 hal_device_property_set_int (d, "scsi.bus", 0); 311 hal_device_property_set_int (d, "storage.lun", 430 hal_device_property_set_int (d, "storage.lun", 0); 497 hal_device_property_set_int (d, "storage.lun", 0); 579 hal_device_property_set_int ( [all...] |
H A D | devinfo.h | 41 hal_device_property_set_int (d, halprop, *(v)); \
|
H A D | devinfo_cpu.c | 253 hal_device_property_set_int (d, "processor.number", cpu_id);
|
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | device.h | 150 gboolean hal_device_property_set_int (HalDevice *device,
|
H A D | device.c | 241 hal_device_property_set_int ( 311 hal_device_property_set_int ( 723 hal_device_property_set_int (HalDevice *device, const char *key, function 872 rc = hal_device_property_set_int (
|
H A D | util.c | 216 ret = hal_device_property_set_int (d, key, value); 357 ret = hal_device_property_set_int (d, key, value); 709 res = hal_device_property_set_int (d, key, value); 1097 hal_device_property_set_int (root, "info.claimed.uid", uid);
|
H A D | device_info.c | 1127 hal_device_property_set_int (pc->device,
|
H A D | hald_dbus.c | 1116 rc = hal_device_property_set_int (d, key, v); 1443 rc = hal_device_property_set_int (device, key, v);
|
Completed in 354 milliseconds