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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.h66 const char *hal_property_get_string (HalProperty *prop);
H A Ddevice.c237 hal_property_get_string (p));
307 hal_property_get_string (p));
376 if (strcmp (hal_property_get_string (p),
553 return hal_property_get_string (prop);
572 strncpy (buf, hal_property_get_string (prop), bufsize);
701 strcmp (hal_property_get_string (prop), value) == 0)
947 hal_property_get_string (p));
H A Dproperty.c173 hal_property_get_string (HalProperty *prop) function
H A Dhald_dbus.c750 v = hal_property_get_string (p);
1235 s = hal_property_get_string (p);

Completed in 71 milliseconds