Searched refs:libhal_device_get_property_bool (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c341 if (libhal_device_get_property_bool(hal_ctx, udi,
354 if (!libhal_device_get_property_bool(hal_ctx, storage_device,
356 !libhal_device_get_property_bool(hal_ctx, storage_device,
362 if (libhal_device_get_property_bool(hal_ctx, storage_device,
458 is_mounted = libhal_device_get_property_bool(hal_ctx, udi, key, NULL);
503 libhal_device_get_property_bool(hal_ctx, udi, "info.claimed",
547 if (libhal_device_get_property_bool(hal_ctx, udis[i],
585 if (v->my && libhal_device_get_property_bool(hal_ctx, v->udi,
H A Drmm_common.c231 libhal_device_get_property_bool(hal_ctx,
1038 ret = libhal_device_get_property_bool(hal_ctx, udis[i],
1148 if (!libhal_device_get_property_bool(hal_ctx, udi,
/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");
H A Dhal-storage-shared.c298 if (libhal_device_get_property_bool (hal_ctx, udi, "volume.ignore", &error) ||
H A Dlshal.c433 libhal_device_get_property_bool (hal_ctx, udi, key, &error) ? "true" : "false");
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),
/illumos-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c218 if (libhal_device_get_property_bool (ctx, vol_udi, "block.is_volume", &error)) {
220 if (libhal_device_get_property_bool (ctx, vol_udi, "volume.is_mounted", &error)) {
/illumos-gate/usr/src/cmd/hal/utils/
H A Dacpi.c589 if (!libhal_device_get_property_bool(ctx, udi, "battery.present",
629 if (libhal_device_get_property_bool(ctx,
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.h277 dbus_bool_t libhal_device_get_property_bool (LibHalContext *ctx,
H A Dlibhal.c1549 * libhal_device_get_property_bool:
1560 libhal_device_get_property_bool (LibHalContext *ctx, function
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c1815 if ((result = libhal_device_get_property_bool (hal_ctx, "/org/freedesktop/Hal/devices/computer",

Completed in 89 milliseconds