Searched refs:libhal_device_get_property_string (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/rmvolmgr/ |
H A D | rmm_common.c | 1095 if (!(aap->aa_symdev = libhal_device_get_property_string(hal_ctx, in rmm_volume_aa_from_prop() 1101 if (!(aap->aa_media = libhal_device_get_property_string(hal_ctx, in rmm_volume_aa_from_prop() 1110 if ((volume_label = (char *)libhal_device_get_property_string(hal_ctx, in rmm_volume_aa_from_prop() 1132 if (!(aap->aa_path = libhal_device_get_property_string(hal_ctx, udi, in rmm_volume_aa_from_prop() 1137 if (!(aap->aa_rawpath = libhal_device_get_property_string(hal_ctx, udi, in rmm_volume_aa_from_prop() 1143 if (!(aap->aa_type = libhal_device_get_property_string(hal_ctx, udi, in rmm_volume_aa_from_prop() 1151 } else if (!(aap->aa_partname = libhal_device_get_property_string( in rmm_volume_aa_from_prop() 1157 if (!(mountpoint = libhal_device_get_property_string(hal_ctx, udi, in rmm_volume_aa_from_prop()
|
H A D | rmvolmgr.c | 347 if (!(storage_device = libhal_device_get_property_string(hal_ctx, udi, in volume_should_mount()
|
/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | lshal.c | 273 devices[i].parent = libhal_device_get_property_string (hal_ctx, in dump_devices() 409 str = libhal_device_get_property_string (hal_ctx, udi, key, &error); in print_property()
|
H A D | hal_get_property.c | 202 str = libhal_device_get_property_string (hal_ctx, udi, key, &error); in main()
|
/illumos-gate/usr/src/lib/hal/libhal/common/ |
H A D | mapfile-vers | 63 libhal_device_get_property_string;
|
H A D | libhal.h | 256 char *libhal_device_get_property_string (LibHalContext *ctx,
|
H A D | libhal.c | 1274 libhal_device_get_property_string (LibHalContext *ctx, in libhal_device_get_property_string() function
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | device.c | 331 if ((p = libhal_device_get_property_string(ctx, udi[i], in hald_symname() 388 if ((path = libhal_device_get_property_string(ctx, in hald_findname()
|
/illumos-gate/usr/src/cmd/hal/utils/ |
H A D | acpi.c | 340 reporting_unit = libhal_device_get_property_string(ctx, udi, in battery_dynamic_update() 727 devfs_path = libhal_device_get_property_string(ctx, udi, in open_device()
|
/illumos-gate/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.c | 1327 storage_udi = libhal_device_get_property_string (hal_ctx, udi, "block.storage_device", &err1); in libhal_drive_from_device_file() 1791 if ((result = libhal_device_get_property_string (hal_ctx, "/org/freedesktop/Hal/devices/computer", in libhal_drive_policy_default_get_mount_root() 1823 if ((result = libhal_device_get_property_string (hal_ctx, "/org/freedesktop/Hal/devices/computer", in libhal_drive_policy_default_get_managed_keyword_primary() 1839 if ((result = libhal_device_get_property_string (hal_ctx, "/org/freedesktop/Hal/devices/computer", in libhal_drive_policy_default_get_managed_keyword_secondary()
|
/illumos-gate/usr/src/cmd/hal/addons/storage/ |
H A D | addon-storage.c | 165 device_file = libhal_device_get_property_string (ctx, udi, "block.device", &error); in force_unmount()
|