Searched refs:hal_property_get_bool (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.h69 dbus_bool_t hal_property_get_bool (HalProperty *prop);
H A Ddevice.c255 hal_property_get_bool (p));
325 hal_property_get_bool (p));
395 if (hal_property_get_bool (p) !=
584 strncpy (buf, hal_property_get_bool (prop) ? "true" : "false", bufsize);
665 return hal_property_get_bool (prop);
804 if (hal_property_get_bool (prop) == value)
969 (hal_property_get_bool (p) ? "true" :
H A Dproperty.c200 hal_property_get_bool (HalProperty *prop) function
H A Dhald_dbus.c830 v = hal_property_get_bool (p);
1263 b = hal_property_get_bool (p);

Completed in 70 milliseconds