hal_device_property_set_int
hal_device_property_set_int (
hal_device_property_set_int (
rc = hal_device_property_set_int (
gboolean hal_device_property_set_int (HalDevice *device,
hal_device_property_set_int (pc->device,
rc = hal_device_property_set_int (d, key, v);
rc = hal_device_property_set_int (device, key, v);
hal_device_property_set_int (d, halprop, *(v)); \
hal_device_property_set_int (d, "processor.number", cpu_id);
hal_device_property_set_int (d, "pci.vendor_id", vid);
hal_device_property_set_int (d, "pci.product_id", pid);
hal_device_property_set_int (d, "pci.subsys_vendor_id", svid);
hal_device_property_set_int (d, "pci.subsys_product_id", spid);
hal_device_property_set_int (d, "block.major", major (dev));
hal_device_property_set_int (d, "block.minor", minor (dev));
hal_device_property_set_int (d, "volume.partition.number", dosnum);
hal_device_property_set_int (d, "volume.block_size", 512);
hal_device_property_set_int (d, "storage.solaris.legacy.media_num", media_num);
hal_device_property_set_int (d, "ide_host.number", 0); /* XXX */
hal_device_property_set_int (parent, "ide.host", 0); /* XXX */
hal_device_property_set_int (parent, "ide.channel", 0);
hal_device_property_set_int (d, "storage.lun", 0);
hal_device_property_set_int (d, "scsi.host",
hal_device_property_set_int (d, "scsi.bus", 0);
hal_device_property_set_int (d, "storage.lun",
hal_device_property_set_int (d, "storage.lun", 0);
hal_device_property_set_int (d, "block.major", major(dev));
hal_device_property_set_int (d, "block.minor", minor(dev));
hal_device_property_set_int (d, "block.major", major(dev));
hal_device_property_set_int (d, "block.minor", minor(dev));
hal_device_property_set_int (parent, "block.major", major);
hal_device_property_set_int (parent, "block.minor", minor(maindev->dev));
hal_device_property_set_int (d, "usb_device.port_number",
hal_device_property_set_int (d, "usb_device.device_class",
hal_device_property_set_int (d, "usb_device.device_subclass",
hal_device_property_set_int (d, "usb_device.device_protocol",
hal_device_property_set_int (d, "usb_device.configuration_value",
hal_device_property_set_int (d, "usb_device.max_power",
hal_device_property_set_int (d, "usb_device.num_interfaces",
hal_device_property_set_int (d, "usb_device.level_number", i);
hal_device_property_set_int (d, "usb.interface.class",
hal_device_property_set_int (d, "usb.interface.subclass",
hal_device_property_set_int (d, "usb.interface.protocol",
hal_device_property_set_int (d, "usb.interface.number",
hal_device_property_set_int (d, "scsi_host.host", 0);
hal_device_property_set_int (root, "info.claimed.uid", uid);
ret = hal_device_property_set_int (d, key, value);
ret = hal_device_property_set_int (d, key, value);
res = hal_device_property_set_int (d, key, value);