Symbol: libhal_device_get_property_bool
usr/src/cmd/hal/addons/storage/addon-storage.c
219
if (libhal_device_get_property_bool (ctx, vol_udi, "block.is_volume", &error)) {
usr/src/cmd/hal/addons/storage/addon-storage.c
221
if (libhal_device_get_property_bool (ctx, vol_udi, "volume.is_mounted", &error)) {
usr/src/cmd/hal/tools/hal-storage-mount.c
507
if (libhal_device_get_property_bool (hal_ctx, udi, "volume.ignore", &error) ||
usr/src/cmd/hal/tools/hal-storage-mount.c
579
append_ro = libhal_device_get_property_bool (hal_ctx, libhal_drive_get_udi(drive),
usr/src/cmd/hal/tools/hal-storage-shared.c
298
if (libhal_device_get_property_bool (hal_ctx, udi, "volume.ignore", &error) ||
usr/src/cmd/hal/tools/hal_get_property.c
232
libhal_device_get_property_bool (hal_ctx, udi, key, &error) ? "true" : "false");
usr/src/cmd/hal/tools/lshal.c
433
libhal_device_get_property_bool (hal_ctx, udi, key, &error) ? "true" : "false");
usr/src/cmd/hal/utils/acpi.c
589
if (!libhal_device_get_property_bool(ctx, udi, "battery.present",
usr/src/cmd/hal/utils/acpi.c
629
if (libhal_device_get_property_bool(ctx,
usr/src/cmd/rmvolmgr/rmm_common.c
1040
ret = libhal_device_get_property_bool(hal_ctx, udis[i],
usr/src/cmd/rmvolmgr/rmm_common.c
1150
if (!libhal_device_get_property_bool(hal_ctx, udi,
usr/src/cmd/rmvolmgr/rmm_common.c
233
libhal_device_get_property_bool(hal_ctx,
usr/src/cmd/rmvolmgr/rmvolmgr.c
341
if (libhal_device_get_property_bool(hal_ctx, udi,
usr/src/cmd/rmvolmgr/rmvolmgr.c
354
if (!libhal_device_get_property_bool(hal_ctx, storage_device,
usr/src/cmd/rmvolmgr/rmvolmgr.c
356
!libhal_device_get_property_bool(hal_ctx, storage_device,
usr/src/cmd/rmvolmgr/rmvolmgr.c
362
if (libhal_device_get_property_bool(hal_ctx, storage_device,
usr/src/cmd/rmvolmgr/rmvolmgr.c
458
is_mounted = libhal_device_get_property_bool(hal_ctx, udi, key, NULL);
usr/src/cmd/rmvolmgr/rmvolmgr.c
503
libhal_device_get_property_bool(hal_ctx, udi, "info.claimed",
usr/src/cmd/rmvolmgr/rmvolmgr.c
547
if (libhal_device_get_property_bool(hal_ctx, udis[i],
usr/src/cmd/rmvolmgr/rmvolmgr.c
585
if (v->my && libhal_device_get_property_bool(hal_ctx, v->udi,
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
1807
if ((result = libhal_device_get_property_bool (hal_ctx, "/org/freedesktop/Hal/devices/computer",
usr/src/lib/hal/libhal/common/libhal.h
280
dbus_bool_t libhal_device_get_property_bool (LibHalContext *ctx,