/titanic_50/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_misc.c | 84 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() 86 hal_device_property_set_string (d, "info.udi", "/org/freedesktop/Hal/devices/computer"); in devinfo_computer_add() 88 hal_device_property_set_string (d, "solaris.devfs_path", devfs_path); in devinfo_computer_add() 91 hal_device_property_set_string (d, "system.kernel.name", un.sysname); in devinfo_computer_add() 92 hal_device_property_set_string (d, "system.kernel.version", un.release); in devinfo_computer_add() 93 hal_device_property_set_string (d, "system.kernel.machine", un.machine); in devinfo_computer_add() 114 hal_device_property_set_string (local_d, "info.parent", hal_device_get_udi (d)); in devinfo_computer_add() 115 hal_device_property_set_string (local_d, "info.subsystem", "unknown"); in devinfo_computer_add() 116 hal_device_property_set_string (local_d, "info.product", "Local devices"); in devinfo_computer_add() [all …]
|
H A D | devinfo_pci.c | 65 hal_device_property_set_string (d, "info.subsystem", "pci"); in devinfo_pci_add() 99 hal_device_property_set_string (d, "pci.vendor", vendor_name); in devinfo_pci_add() 100 hal_device_property_set_string (d, "info.vendor", vendor_name); in devinfo_pci_add() 104 hal_device_property_set_string (d, "pci.product", product_name); in devinfo_pci_add() 105 hal_device_property_set_string (d, "info.product", product_name); in devinfo_pci_add() 109 hal_device_property_set_string (d, "pci.subsys_vendor", in devinfo_pci_add() 114 … hal_device_property_set_string (d, "pci.subsys_product", subsys_product_name); in devinfo_pci_add()
|
H A D | devinfo_storage.c | 173 hal_device_property_set_string (d, "info.product", "IDE host controller"); in devinfo_ide_host_add() 174 hal_device_property_set_string (d, "info.subsystem", "ide_host"); in devinfo_ide_host_add() 190 hal_device_property_set_string (parent, "info.product", "IDE device"); in devinfo_ide_device_add() 191 hal_device_property_set_string (parent, "info.subsystem", "ide"); in devinfo_ide_device_add() 216 hal_device_property_set_string (d, "info.category", "storage"); in devinfo_ide_storage_add() 221 hal_device_property_set_string (d, "info.udi", udi); in devinfo_ide_storage_add() 225 hal_device_property_set_string (d, "storage.bus", "ide"); in devinfo_ide_storage_add() 227 hal_device_property_set_string (d, "storage.drive_type", "disk"); 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() [all …]
|
H A D | devinfo_usb.c | 146 hal_device_property_set_string (d, "info.subsystem", "usb_device"); in devinfo_usb_add() 383 hal_device_property_set_string (d, "solaris.devfs_path", devfs_path); in devinfo_usb_if_add() 384 hal_device_property_set_string (d, "info.subsystem", "usb"); in devinfo_usb_if_add() 385 hal_device_property_set_string (d, "info.product", "USB Device Interface"); in devinfo_usb_if_add() 513 hal_device_property_set_string(d, "info.subsystem", "video4linux"); in devinfo_usb_video4linux_add() 514 hal_device_property_set_string(d, "info.category", "video4linux"); in devinfo_usb_video4linux_add() 521 hal_device_property_set_string(d, "video4linux.device", dev_videolink); in devinfo_usb_video4linux_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() [all …]
|
H A D | devinfo_cpu.c | 142 hal_device_property_set_string (d, "info.parent", in devinfo_cpu_add() 163 hal_device_property_set_string (d, "info.udi", udi); in devinfo_cpu_add() 165 hal_device_property_set_string (d, "info.product", s); in devinfo_cpu_add() 167 hal_device_property_set_string (d, "info.product", in devinfo_cpu_add() 170 hal_device_property_set_string (d, "solaris.devfs_path", in devinfo_cpu_add() 173 hal_device_property_set_string (d, "info.solaris.driver", in devinfo_cpu_add()
|
H A D | devinfo.c | 93 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 D | devinfo_acpi.c | 85 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 D | devinfo_ieee1394.c | 83 hal_device_property_set_string (d, "info.subsystem", "ieee1394"); in devinfo_scsa1394_add() 84 hal_device_property_set_string (d, "info.product", "FireWire SBP-2 device"); in devinfo_scsa1394_add()
|
H A D | devinfo.h | 46 hal_device_property_set_string (d, halprop, v); \
|
/titanic_50/usr/src/cmd/hal/hald/ |
H A D | device_info.c | 1105 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 D | device.c | 235 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 D | device.h | 147 gboolean hal_device_property_set_string (HalDevice *device,
|
H A D | util.c | 418 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 D | hald_dbus.c | 1108 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()
|