/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_misc.c | 84 hal_device_property_set_string (d, "info.subsystem", "unknown"); 85 hal_device_property_set_string (d, "info.product", "Computer"); 86 hal_device_property_set_string (d, "info.udi", "/org/freedesktop/Hal/devices/computer"); 88 hal_device_property_set_string (d, "solaris.devfs_path", devfs_path); 91 hal_device_property_set_string (d, "system.kernel.name", un.sysname); 92 hal_device_property_set_string (d, "system.kernel.version", un.release); 93 hal_device_property_set_string (d, "system.kernel.machine", un.machine); 114 hal_device_property_set_string (local_d, "info.parent", hal_device_get_udi (d)); 115 hal_device_property_set_string (local_d, "info.subsystem", "unknown"); 116 hal_device_property_set_string (local_ [all...] |
H A D | devinfo_pci.c | 65 hal_device_property_set_string (d, "info.subsystem", "pci"); 99 hal_device_property_set_string (d, "pci.vendor", vendor_name); 100 hal_device_property_set_string (d, "info.vendor", vendor_name); 104 hal_device_property_set_string (d, "pci.product", product_name); 105 hal_device_property_set_string (d, "info.product", product_name); 109 hal_device_property_set_string (d, "pci.subsys_vendor", 114 hal_device_property_set_string (d, "pci.subsys_product", subsys_product_name);
|
H A D | devinfo_cpu.c | 216 hal_device_property_set_string (d, "info.parent", 237 hal_device_property_set_string (d, "info.udi", udi); 239 hal_device_property_set_string (d, "info.product", s); 241 hal_device_property_set_string (d, "info.product", 244 hal_device_property_set_string (d, "solaris.devfs_path", 247 hal_device_property_set_string (d, "info.solaris.driver",
|
H A D | devinfo_storage.c | 182 hal_device_property_set_string (d, "info.product", "IDE host controller"); 183 hal_device_property_set_string (d, "info.subsystem", "ide_host"); 199 hal_device_property_set_string (parent, "info.product", "IDE device"); 200 hal_device_property_set_string (parent, "info.subsystem", "ide"); 225 hal_device_property_set_string (d, "info.category", "storage"); 230 hal_device_property_set_string (d, "info.udi", udi); 234 hal_device_property_set_string (d, "storage.bus", "ide"); 236 hal_device_property_set_string (d, "storage.drive_type", "disk"); 271 hal_device_property_set_string (d, "info.subsystem", "scsi"); 276 hal_device_property_set_string ( [all...] |
H A D | devinfo_ieee1394.c | 83 hal_device_property_set_string (d, "info.subsystem", "ieee1394"); 84 hal_device_property_set_string (d, "info.product", "FireWire SBP-2 device");
|
H A D | devinfo_usb.c | 145 hal_device_property_set_string (d, "info.subsystem", "usb_device"); 396 hal_device_property_set_string (d, "solaris.devfs_path", devfs_path); 397 hal_device_property_set_string (d, "info.subsystem", "usb"); 398 hal_device_property_set_string (d, "info.product", "USB Device Interface"); 526 hal_device_property_set_string(d, "info.subsystem", "video4linux"); 527 hal_device_property_set_string(d, "info.category", "video4linux"); 534 hal_device_property_set_string(d, "video4linux.device", dev_videolink); 540 hal_device_property_set_string(d, "info.udi", udi); 588 hal_device_property_set_string(d, "info.subsystem", "input"); 589 hal_device_property_set_string( [all...] |
H A D | devinfo.c | 92 hal_device_property_set_string (d, "info.parent", hal_device_get_udi (parent)); 94 hal_device_property_set_string (d, "info.parent", "/org/freedesktop/Hal/devices/local"); 102 hal_device_property_set_string (d, "info.udi", udi); 105 hal_device_property_set_string (d, "info.product", s); 107 hal_device_property_set_string (d, "info.product", di_node_name (node)); 110 hal_device_property_set_string (d, "solaris.devfs_path", devfs_path); 113 hal_device_property_set_string (d, "info.solaris.driver", 123 hal_device_property_set_string (d, "info.claimed.service", s1);
|
H A D | devinfo_acpi.c | 85 hal_device_property_set_string(computer, 87 hal_device_property_set_string(computer, 147 hal_device_property_set_string(d, "info.category", "input"); 148 hal_device_property_set_string(d, "button.type", "power"); 149 hal_device_property_set_string(d, "info.product", "Power Button");
|
H A D | devinfo.h | 46 hal_device_property_set_string (d, halprop, v); \
|
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | device.h | 147 gboolean hal_device_property_set_string (HalDevice *device,
|
H A D | device_info.c | 1105 hal_device_property_set_string (pc->device, pc->merge_key, pc->cdata_buf); 1228 hal_device_property_set_string (pc->device, pc->merge_key, buf2); 1266 hal_device_property_set_string (pc->device, pc->merge_key, buf2); 1291 hal_device_property_set_string (spawned, "info.bus", "unknown"); 1292 hal_device_property_set_string (spawned, "info.udi", pc->merge_key); 1293 hal_device_property_set_string (spawned, "info.parent", pc->device->udi);
|
H A D | device.c | 235 hal_device_property_set_string ( 305 hal_device_property_set_string ( 687 hal_device_property_set_string (HalDevice *device, const char *key, function 868 rc = hal_device_property_set_string (
|
H A D | util.c | 418 ret = hal_device_property_set_string (d, key, buf); 662 res = hal_device_property_set_string (d, key, value); 1096 hal_device_property_set_string (root, "info.claimed.service", service);
|
H A D | hald_dbus.c | 1108 rc = hal_device_property_set_string (d, key, v); 1436 rc = hal_device_property_set_string (device, key, v); 1934 hal_device_property_set_string (d, "info.locked.reason", reason); 1935 hal_device_property_set_string (d, "info.locked.dbus_name", 2114 hal_device_property_set_string (d, "info.claimed.dbus_name", sender); 2862 hal_device_property_set_string (d, "info.udi", udi); 2976 hal_device_property_set_string (d, "info.udi", "/org/freedesktop/Hal/devices/ignored-device"); 2977 hal_device_property_set_string (d, "info.product", "Ignored Device"); 3047 hal_device_property_set_string (d, "info.udi", udi);
|