Home
last modified time | relevance | path

Searched refs:hal_device_property_set_string (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_misc.c84 hal_device_property_set_string (d, "info.subsystem", "unknown"); in devinfo_computer_add()
85 hal_device_property_set_string (d, "info.product", "Computer"); in devinfo_computer_add()
146 hal_device_property_set_string(d, "info.subsystem", "input"); in devinfo_keyboard_add()
147 hal_device_property_set_string(d, "info.category", "input"); in devinfo_keyboard_add()
148 hal_device_property_set_string(d, "input.device", "/dev/kbd"); in devinfo_keyboard_add()
149 hal_device_property_set_string(d, "input.originating_device", in devinfo_keyboard_add()
156 hal_device_property_set_string(d, "info.udi", udi); in devinfo_keyboard_add()
181 hal_device_property_set_string(d, "info.subsystem", "input"); in devinfo_mouse_add()
182 hal_device_property_set_string(d, "info.category", "input"); in devinfo_mouse_add()
184 hal_device_property_set_string(d, "input.originating_device", in devinfo_mouse_add()
[all …]
H A Ddevinfo_storage.c221 hal_device_property_set_string (d, "info.udi", udi); in devinfo_ide_storage_add()
262 hal_device_property_set_string (d, "info.subsystem", "scsi"); in devinfo_scsi_add()
267 hal_device_property_set_string (d, "info.udi", udi); in devinfo_scsi_add()
297 hal_device_property_set_string (d, "info.udi", udi); in devinfo_scsi_storage_add()
392 hal_device_property_set_string (d, "info.udi", udi); in devinfo_blkdev_add()
417 hal_device_property_set_string (d, "info.udi", udi); in devinfo_blkdev_storage_add()
505 hal_device_property_set_string (d, "block.device", devlink); in devinfo_floppy_add()
1015 hal_device_property_set_string (d, "volume.fstype", ""); in devinfo_volume_add()
1016 hal_device_property_set_string (d, "volume.fsusage", ""); in devinfo_volume_add()
1018 hal_device_property_set_string (d, "volume.uuid", ""); in devinfo_volume_add()
[all …]
H A Ddevinfo_pci.c63 hal_device_property_set_string (d, "info.subsystem", "pci"); in devinfo_pci_add()
97 hal_device_property_set_string (d, "pci.vendor", vendor_name); in devinfo_pci_add()
98 hal_device_property_set_string (d, "info.vendor", vendor_name); in devinfo_pci_add()
102 hal_device_property_set_string (d, "pci.product", product_name); in devinfo_pci_add()
103 hal_device_property_set_string (d, "info.product", product_name); in devinfo_pci_add()
107 hal_device_property_set_string (d, "pci.subsys_vendor", in devinfo_pci_add()
112hal_device_property_set_string (d, "pci.subsys_product", subsys_product_name); in devinfo_pci_add()
H A Ddevinfo_usb.c146 hal_device_property_set_string (d, "info.subsystem", "usb_device"); in devinfo_usb_add()
384 hal_device_property_set_string (d, "info.subsystem", "usb"); in devinfo_usb_if_add()
527 hal_device_property_set_string(d, "info.udi", udi); in devinfo_usb_video4linux_add()
575 hal_device_property_set_string(d, "info.subsystem", "input"); in devinfo_usb_input_add()
576 hal_device_property_set_string(d, "info.category", "input"); in devinfo_usb_input_add()
588 hal_device_property_set_string(d, "input.device", devlink); in devinfo_usb_input_add()
589 hal_device_property_set_string(d, "input.originating_device", in devinfo_usb_input_add()
596 hal_device_property_set_string(d, "info.udi", udi); in devinfo_usb_input_add()
650 hal_device_property_set_string (d, "info.udi", udi); in devinfo_usb_scsa2usb_add()
686 hal_device_property_set_string (d, "info.category", "printer"); in devinfo_usb_printer_add()
[all …]
H A Ddevinfo_cpu.c140 hal_device_property_set_string (d, "info.parent", in devinfo_cpu_add()
161 hal_device_property_set_string (d, "info.udi", udi); in devinfo_cpu_add()
163 hal_device_property_set_string (d, "info.product", s); in devinfo_cpu_add()
165 hal_device_property_set_string (d, "info.product", in devinfo_cpu_add()
168 hal_device_property_set_string (d, "solaris.devfs_path", in devinfo_cpu_add()
171 hal_device_property_set_string (d, "info.solaris.driver", in devinfo_cpu_add()
H A Ddevinfo.c93 hal_device_property_set_string (d, "info.parent", hal_device_get_udi (parent)); in devinfo_set_default_properties()
95 hal_device_property_set_string (d, "info.parent", "/org/freedesktop/Hal/devices/local"); in devinfo_set_default_properties()
103 hal_device_property_set_string (d, "info.udi", udi); in devinfo_set_default_properties()
106 hal_device_property_set_string (d, "info.product", s); in devinfo_set_default_properties()
108 hal_device_property_set_string (d, "info.product", di_node_name (node)); in devinfo_set_default_properties()
111 hal_device_property_set_string (d, "solaris.devfs_path", devfs_path); in devinfo_set_default_properties()
114 hal_device_property_set_string (d, "info.solaris.driver", in devinfo_set_default_properties()
124 hal_device_property_set_string (d, "info.claimed.service", s1); in devinfo_set_default_properties()
H A Ddevinfo_acpi.c85 hal_device_property_set_string(computer, in devinfo_acpi_add()
87 hal_device_property_set_string(computer, in devinfo_acpi_add()
147 hal_device_property_set_string(d, "info.category", "input"); in devinfo_power_button_add()
148 hal_device_property_set_string(d, "button.type", "power"); in devinfo_power_button_add()
149 hal_device_property_set_string(d, "info.product", "Power Button"); in devinfo_power_button_add()
H A Ddevinfo_ieee1394.c81 hal_device_property_set_string (d, "info.subsystem", "ieee1394"); in devinfo_scsa1394_add()
82 hal_device_property_set_string (d, "info.product", "FireWire SBP-2 device"); in devinfo_scsa1394_add()
H A Ddevinfo.h44 hal_device_property_set_string (d, halprop, v); \
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c1105 hal_device_property_set_string (pc->device, pc->merge_key, pc->cdata_buf); in end()
1228 hal_device_property_set_string (pc->device, pc->merge_key, buf2); in end()
1266 hal_device_property_set_string (pc->device, pc->merge_key, buf2); in end()
1291 hal_device_property_set_string (spawned, "info.bus", "unknown"); in end()
1292 hal_device_property_set_string (spawned, "info.udi", pc->merge_key); in end()
1293 hal_device_property_set_string (spawned, "info.parent", pc->device->udi); in end()
H A Ddevice.c235 hal_device_property_set_string ( in hal_device_merge_with_rewrite()
305 hal_device_property_set_string ( in hal_device_merge()
687 hal_device_property_set_string (HalDevice *device, const char *key, in hal_device_property_set_string() function
868 rc = hal_device_property_set_string ( in hal_device_copy_property()
H A Ddevice.h147 gboolean hal_device_property_set_string (HalDevice *device,
H A Dutil.c418 ret = hal_device_property_set_string (d, key, buf); in hal_util_set_string_from_file()
662 res = hal_device_property_set_string (d, key, value); in hal_util_set_string_elem_from_file()
1096 hal_device_property_set_string (root, "info.claimed.service", service); in hal_util_branch_claim()
H A Dhald_dbus.c1108 rc = hal_device_property_set_string (d, key, v); in device_set_multiple_properties()
1436 rc = hal_device_property_set_string (device, key, v); in device_set_property()
1934 hal_device_property_set_string (d, "info.locked.reason", reason); in device_lock()
1935 hal_device_property_set_string (d, "info.locked.dbus_name", in device_lock()
2114 hal_device_property_set_string (d, "info.claimed.dbus_name", sender); in manager_claim_branch()
2862 hal_device_property_set_string (d, "info.udi", udi); in manager_new_device()
2976 hal_device_property_set_string (d, "info.udi", "/org/freedesktop/Hal/devices/ignored-device"); in manager_commit_preprobing_done()
2977 hal_device_property_set_string (d, "info.product", "Ignored Device"); in manager_commit_preprobing_done()
3047 hal_device_property_set_string (d, "info.udi", udi); in manager_commit_to_gdl()