Searched refs:HAL_WARNING (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil_pm.c96 HAL_WARNING (("chargeLevel %i, returning -1!", chargeLevel));
103 HAL_WARNING (("chargeLastFull %i, percentage returning -1!", chargeLastFull));
108 HAL_WARNING (("Percentage %i, returning 100!", percentage));
113 HAL_WARNING (("Percentage %i, returning -1!", percentage));
145 HAL_WARNING (("chargeRate, chargeLevel or chargeLastFull < 0, returning -1"));
150 HAL_WARNING (("isDischarging & isCharging TRUE, returning -1"));
208 HAL_WARNING (("chargeLevel > chargeLastFull, returning -1"));
216 HAL_WARNING (("remaining_time %i, returning -1", remaining_time));
221 HAL_WARNING (("remaining_time *very* high, returning -1"));
H A Dlogger.h76 #define HAL_WARNING(expr) do {logger_setup(HAL_LOGPRI_WARNING, __FILE__, __LINE__, __FUNCTION__); logger_emit expr; } while(0) macro
H A Dproperty.c93 HAL_WARNING (("Key '%s' has invalid UTF-8 string '%s'",
288 HAL_WARNING (("Key '%s' has invalid UTF-8 string '%s'",
H A Dhald_dbus.c89 HAL_WARNING ((buf));
209 HAL_WARNING (("Device %s is already locked: %s",
238 HAL_WARNING (("Branch %s is already claimed by: %s",
880 HAL_WARNING (("Unknown property type 0x%04x", type));
978 HAL_WARNING (("Cannot determine base service of caller"));
987 HAL_WARNING (("Could not get uid for connection: %s %s", error.name, error.message));
1005 HAL_WARNING (("uid %d is not privileged", user_uid));
1286 HAL_WARNING (("Unknown property type %d", type));
1468 HAL_WARNING (("Unsupported property type %d", type));
2032 HAL_WARNING (("Servic
[all...]
H A Ddevice.c265 HAL_WARNING (("Unknown property type %d", type));
335 HAL_WARNING (("Unknown property type %d", type));
407 HAL_WARNING (("Unknown property type %d", type));
974 HAL_WARNING (("Unknown property type %d", type));
H A Dutil.c85 HAL_WARNING (("Invalid path %s", path));
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c202 HAL_WARNING(("Unknown DBus message: %s, %s ", member, path));
210 HAL_WARNING(("Could not allocate memory for the DBus reply"));
218 HAL_WARNING(("Could not sent reply"));
250 HAL_WARNING(("Could not get DBus connection"));
256 HAL_WARNING(("Could not claim interface: %s", error->message));
H A Dcommon.c256 HAL_WARNING(("%s: %s", error.name, error.message));
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.c382 HAL_WARNING (("Error removing device"));

Completed in 84 milliseconds