Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.h50 HalProperty *hal_property_new_string (const char *key,
H A Dproperty.c74 hal_property_new_string (const char *key, const char *value) in hal_property_new_string() function
H A Ddevice.c711 prop = hal_property_new_string (key, value); in hal_device_property_set_string()