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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.h67 dbus_int32_t hal_property_get_int (HalProperty *prop);
H A Ddevice.c243 hal_property_get_int (p));
313 hal_property_get_int (p));
383 if (hal_property_get_int (p) !=
575 snprintf (buf, bufsize, "%d", hal_property_get_int (prop));
633 return hal_property_get_int (prop);
736 if (hal_property_get_int (prop) == value)
952 hal_property_get_int (p),
953 hal_property_get_int (p));
H A Dproperty.c182 hal_property_get_int (HalProperty *prop) function
H A Dhald_dbus.c770 v = hal_property_get_int (p);
1242 i = hal_property_get_int (p);

Completed in 70 milliseconds