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

/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dsyslog.h9 #define LOG_ERR 3 /* error conditions */ macro
/haiku-fatelf/headers/posix/
H A Dsyslog.h55 #define LOG_ERR 3 macro
/haiku-fatelf/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-fatelf/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-fatelf/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-fatelf/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-fatelf/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp77 # define LOG_ERR(text...) TRACE(text) macro
82 # define LOG_ERR(text...) debug_printf(text) macro
/haiku-fatelf/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp84 # define LOG_ERR(text...) TRACE(text) macro
89 # define LOG_ERR(x...) debug_printf(x) macro

Completed in 71 milliseconds