Searched refs:HAL_WARNING (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/hal/hald/ |
H A D | util_pm.c | 96 HAL_WARNING (("chargeLevel %i, returning -1!", chargeLevel)); in util_compute_percentage_charge() 103 HAL_WARNING (("chargeLastFull %i, percentage returning -1!", chargeLastFull)); in util_compute_percentage_charge() 108 HAL_WARNING (("Percentage %i, returning 100!", percentage)); in util_compute_percentage_charge() 113 HAL_WARNING (("Percentage %i, returning -1!", percentage)); in util_compute_percentage_charge() 145 HAL_WARNING (("chargeRate, chargeLevel or chargeLastFull < 0, returning -1")); in util_compute_time_remaining() 150 HAL_WARNING (("isDischarging & isCharging TRUE, returning -1")); in util_compute_time_remaining() 208 HAL_WARNING (("chargeLevel > chargeLastFull, returning -1")); in util_compute_time_remaining() 216 HAL_WARNING (("remaining_time %i, returning -1", remaining_time)); in util_compute_time_remaining() 221 HAL_WARNING (("remaining_time *very* high, returning -1")); in util_compute_time_remaining()
|
H A D | logger.h | 76 #define HAL_WARNING(expr) do {logger_setup(HAL_LOGPRI_WARNING, __FILE__, __LINE__, __FUNCTION__); l… macro
|
H A D | hald_dbus.c | 89 HAL_WARNING ((buf)); in raise_error() 209 HAL_WARNING (("Device %s is already locked: %s", in raise_device_already_locked() 238 HAL_WARNING (("Branch %s is already claimed by: %s", in raise_branch_already_claimed() 880 HAL_WARNING (("Unknown property type 0x%04x", type)); in foreach_property_append() 978 HAL_WARNING (("Cannot determine base service of caller")); in sender_has_privileges() 987 HAL_WARNING (("Could not get uid for connection: %s %s", error.name, error.message)); in sender_has_privileges() 1005 HAL_WARNING (("uid %d is not privileged", user_uid)); in sender_has_privileges() 1286 HAL_WARNING (("Unknown property type %d", type)); in device_get_property() 1468 HAL_WARNING (("Unsupported property type %d", type)); in device_set_property() 2032 HAL_WARNING (("Service '%s' was not in the list of services " in device_unlock() [all …]
|
H A D | property.c | 93 HAL_WARNING (("Key '%s' has invalid UTF-8 string '%s'", in hal_property_new_string() 288 HAL_WARNING (("Key '%s' has invalid UTF-8 string '%s'", in hal_property_set_string()
|
H A D | device.c | 265 HAL_WARNING (("Unknown property type %d", type)); in hal_device_merge_with_rewrite() 335 HAL_WARNING (("Unknown property type %d", type)); in hal_device_merge() 407 HAL_WARNING (("Unknown property type %d", type)); in hal_device_matches() 974 HAL_WARNING (("Unknown property type %d", type)); in hal_device_print()
|
H A D | util.c | 85 HAL_WARNING (("Invalid path %s", path)); in hal_util_remove_trailing_slash()
|
/titanic_50/usr/src/cmd/hal/addons/network-devices/ |
H A D | addon-network-discovery.c | 202 HAL_WARNING(("Unknown DBus message: %s, %s ", member, path)); in nds_filter_function() 210 HAL_WARNING(("Could not allocate memory for the DBus reply")); in nds_filter_function() 218 HAL_WARNING(("Could not sent reply")); in nds_filter_function() 250 HAL_WARNING(("Could not get DBus connection")); in nds_claim_interface() 256 HAL_WARNING(("Could not claim interface: %s", error->message)); in nds_claim_interface()
|
H A D | common.c | 256 HAL_WARNING(("%s: %s", error.name, error.message)); in add_network_printer()
|
/titanic_50/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo.c | 382 HAL_WARNING (("Error removing device")); in devinfo_callouts_remove_done()
|