Home
last modified time | relevance | path

Searched refs:hal_device_property_get_as_string (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.h123 const char *hal_device_property_get_as_string (HalDevice *device,
H A Ddevice_info.c1213 hal_device_property_get_as_string (pc->device, pc->cdata_buf, buf, sizeof (buf)); in end()
1251 hal_device_property_get_as_string (pc->device, pc->cdata_buf, buf, sizeof (buf)); in end()
H A Ddevice.c559 hal_device_property_get_as_string (HalDevice *device, const char *key, char *buf, size_t bufsize) in hal_device_property_get_as_string() function