Searched refs:prop_to_check (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/hal/hald/ |
H A D | device_info.c | 331 char prop_to_check[256]; in handle_match() local 349 prop_to_check, sizeof (prop_to_check))) { in handle_match() 374 if (hal_device_property_get_type (d, prop_to_check) != HAL_PROPERTY_TYPE_STRING) in handle_match() 377 if (strcmp (hal_device_property_get_string (d, prop_to_check), in handle_match() 394 if (hal_device_property_get_type (d, prop_to_check) != HAL_PROPERTY_TYPE_INT32) in handle_match() 397 if (hal_device_property_get_int (d, prop_to_check) != value) { in handle_match() 413 if (hal_device_property_get_type (d, prop_to_check) != HAL_PROPERTY_TYPE_UINT64) in handle_match() 416 if (hal_device_property_get_uint64 (d, prop_to_check) != value) { in handle_match() 436 if (hal_device_property_get_type (d, prop_to_check) != in handle_match() 440 if (hal_device_property_get_bool (d, prop_to_check) != value) in handle_match() [all …]
|