Searched refs:halprop (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo.h | 39 #define PROP_INT(d, node, v, diprop, halprop) \ argument 41 hal_device_property_set_int (d, halprop, *(v)); \ 44 #define PROP_STR(d, node, v, diprop, halprop) \ argument 46 hal_device_property_set_string (d, halprop, v); \ 49 #define PROP_BOOL(d, node, v, diprop, halprop) \ argument 50 hal_device_property_set_bool (d, halprop, \
|