Searched refs:libhal_psi_get_bool (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.h484 dbus_bool_t libhal_psi_get_bool (LibHalPropertySetIterator *iter);
H A Dlibhal.c918 * libhal_psi_get_bool:
926 libhal_psi_get_bool (LibHalPropertySetIterator * iter) function
2752 (libhal_psi_get_bool (&i) ? "true" :
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-device.c271 libhal_psi_get_bool(&it) ? "true" : "false"
H A Dlshal.c143 libhal_psi_get_bool (&it) ? "true" :
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c882 #define LIBHAL_PROP_EXTRACT_BOOL(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_BOOLEAN) _where_ = libhal_psi_get_bool (&it)
883 #define LIBHAL_PROP_EXTRACT_BOOL_BITFIELD(_property_, _where_, _field_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_BOOLEAN) _where_ |= libhal_psi_get_bool (&it) ? _field_ : 0
1927 if (libhal_psi_get_bool (&it)) {

Completed in 74 milliseconds