Home
last modified time | relevance | path

Searched refs:libhal_device_get_property_string (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c1095 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 Drmvolmgr.c347 if (!(storage_device = libhal_device_get_property_string(hal_ctx, udi, in volume_should_mount()
/illumos-gate/usr/src/cmd/hal/tools/
H A Dlshal.c273 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 Dhal_get_property.c202 str = libhal_device_get_property_string (hal_ctx, udi, key, &error); in main()
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dmapfile-vers63 libhal_device_get_property_string;
H A Dlibhal.h256 char *libhal_device_get_property_string (LibHalContext *ctx,
H A Dlibhal.c1274 libhal_device_get_property_string (LibHalContext *ctx, in libhal_device_get_property_string() function
/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.c331 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 Dacpi.c340 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 Dlibhal-storage.c1327 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 Daddon-storage.c165 device_file = libhal_device_get_property_string (ctx, udi, "block.device", &error); in force_unmount()