Home
last modified time | relevance | path

Searched defs:log_error (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-debug-collector/tools/dreport.d/include.d/
H A Dfunctions122 function log_error() function
/openbmc/linux/arch/powerpc/include/asm/
H A Dmachdep.h76 void (*log_error)(char *buf, unsigned int err_type, int fatal); member
237 static inline void log_error(char *buf, unsigned int err_type, int fatal) in log_error() function
/openbmc/linux/fs/smb/client/
H A Dsmb2transport.c828 bool log_error) in smb2_check_receive()
H A Dtransport.c935 bool log_error) in cifs_check_receive()
/openbmc/linux/lib/crypto/mpi/
H A Dec.c27 #define log_error(fmt, ...) pr_err(fmt, ##__VA_ARGS__) macro
/openbmc/linux/tools/testing/selftests/net/
H A Dnettest.c178 static void log_error(const char *format, ...) in log_error() function
/openbmc/linux/fs/xfs/
H A Dxfs_log.c3728 bool log_error = (shutdown_flags & SHUTDOWN_LOG_IO_ERROR); in xlog_force_shutdown() local
/openbmc/linux/fs/dlm/
H A Ddlm_internal.h60 #define log_error(ls, fmt, args...) \ macro