Searched defs:LOG_ERR (Results 1 - 9 of 9) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dsyslog.h9 #define LOG_ERR 3 /* error conditions */ macro
/haiku/src/kits/device/
H A DJoystickTweaker.cpp39 # define LOG_ERR(text...) LOG(text) macro
43 # define LOG_ERR(text...) fprintf(stderr, text) macro
H A DJoystick.cpp36 # define LOG_ERR(text...) LOG(text) macro
40 # define LOG_ERR(text...) fprintf(stderr, text) macro
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp50 #define LOG_ERR(text...) LOG(text) macro
54 #define LOG_ERR(text...) fprintf(stderr, text) macro
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp51 #define LOG_ERR(text...) LOG(text) macro
55 #define LOG_ERR(text...) fprintf(stderr, text) macro
/haiku/headers/posix/
H A Dsyslog.h58 #define LOG_ERR 3 macro
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp81 # define LOG_ERR(text...) TRACE(text) macro
86 # define LOG_ERR(x...) debug_printf(x) macro
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp78 # define LOG_ERR(text...) TRACE(text) macro
83 # define LOG_ERR(text...) debug_printf(text) macro
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp86 # define LOG_ERR(text...) TRACE(text) macro
91 # define LOG_ERR(x...) debug_printf(x) macro
[all...]

Completed in 121 milliseconds