Home
last modified time | relevance | path

Searched refs:libhal_device_get_property_bool (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c341 if (libhal_device_get_property_bool(hal_ctx, udi, in volume_should_mount()
354 if (!libhal_device_get_property_bool(hal_ctx, storage_device, in volume_should_mount()
356 !libhal_device_get_property_bool(hal_ctx, storage_device, in volume_should_mount()
362 if (libhal_device_get_property_bool(hal_ctx, storage_device, in volume_should_mount()
458 is_mounted = libhal_device_get_property_bool(hal_ctx, udi, key, NULL); in rmm_property_modified()
503 libhal_device_get_property_bool(hal_ctx, udi, "info.claimed", in storage_eject_pressed()
547 if (libhal_device_get_property_bool(hal_ctx, udis[i], in rmm_mount_all()
585 if (v->my && libhal_device_get_property_bool(hal_ctx, v->udi, in rmm_unmount_all()
H A Drmm_common.c231 libhal_device_get_property_bool(hal_ctx, in rmm_hal_volume_find_default()
1038 ret = libhal_device_get_property_bool(hal_ctx, udis[i], in rmm_rescan()
1148 if (!libhal_device_get_property_bool(hal_ctx, udi, in rmm_volume_aa_from_prop()
/illumos-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c219 if (libhal_device_get_property_bool (ctx, vol_udi, "block.is_volume", &error)) { in unmount_childs()
221 if (libhal_device_get_property_bool (ctx, vol_udi, "volume.is_mounted", &error)) { in unmount_childs()
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_get_property.c232 libhal_device_get_property_bool (hal_ctx, udi, key, &error) ? "true" : "false"); in main()
H A Dhal-storage-mount.c507 if (libhal_device_get_property_bool (hal_ctx, udi, "volume.ignore", &error) ||
579 append_ro = libhal_device_get_property_bool (hal_ctx, libhal_drive_get_udi(drive),
H A Dlshal.c433 libhal_device_get_property_bool (hal_ctx, udi, key, &error) ? "true" : "false"); in print_property()
H A Dhal-storage-shared.c298 if (libhal_device_get_property_bool (hal_ctx, udi, "volume.ignore", &error) || in handle_unmount()
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dmapfile-vers67 libhal_device_get_property_bool;
H A Dlibhal.h280 dbus_bool_t libhal_device_get_property_bool (LibHalContext *ctx,
H A Dlibhal.c1560 libhal_device_get_property_bool (LibHalContext *ctx, in libhal_device_get_property_bool() function
/illumos-gate/usr/src/cmd/hal/utils/
H A Dacpi.c589 if (!libhal_device_get_property_bool(ctx, udi, "battery.present", in battery_update()
629 if (libhal_device_get_property_bool(ctx, in battery_update_all()
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c1807 if ((result = libhal_device_get_property_bool (hal_ctx, "/org/freedesktop/Hal/devices/computer", in libhal_drive_policy_default_use_managed_keyword()