Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.h60 HalProperty *hal_property_new_strlist (const char *key);
H A Ddevice.c1141 prop = hal_property_new_strlist (key); in hal_device_property_strlist_append()
1173 prop = hal_property_new_strlist (key); in hal_device_property_strlist_prepend()
1220 prop = hal_property_new_strlist (key); in hal_device_property_strlist_clear()
1267 prop = hal_property_new_strlist (key); in hal_device_property_strlist_add()
H A Dproperty.c376 hal_property_new_strlist (const char *key) in hal_property_new_strlist() function