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 Ddevinfo_pci.c80 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 Ddevinfo_usb.c261 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 Ddevinfo_storage.c184 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 Ddevinfo.h41 hal_device_property_set_int (d, halprop, *(v)); \
H A Ddevinfo_cpu.c253 hal_device_property_set_int (d, "processor.number", cpu_id);
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice.h150 gboolean hal_device_property_set_int (HalDevice *device,
H A Ddevice.c241 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 Dutil.c216 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 Ddevice_info.c1127 hal_device_property_set_int (pc->device,
H A Dhald_dbus.c1116 rc = hal_device_property_set_int (d, key, v);
1443 rc = hal_device_property_set_int (device, key, v);

Completed in 354 milliseconds