Searched refs:log_perror (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/efcode/fcdriver/ |
H A D | get_req.c | 75 log_perror(MSG_FATAL, "read(%s) failed", fcode_dev); in fc_get_request() 80 log_perror(MSG_FATAL, "ioctl(FC_GET_PARAMETERS) failed"); in fc_get_request() 150 log_perror(MSG_FATAL, "ioctl(FC_GET_FCODE_DATA) failed"); in get_fcode_from_device() 178 log_perror(MSG_DEBUG, "Save_fcode_to_file: Can't open '%s'", in save_fcode_to_file() 309 log_perror(MSG_FATAL, "ioctl(FC_SET_FCODE_ERROR) failed"); in find_fcode() 320 log_perror(MSG_ERROR, "Can't open '%s'", fcode_dev); in open_fcode_dev() 354 log_perror(MSG_FATAL, "ioctl(FC_GET_PARAMETERS) failed"); in get_efdaemon_request()
|
/titanic_50/usr/src/lib/efcode/engine/ |
H A D | log.c | 233 log_perror(int msg_level, char *fmt, ...) in log_perror() function 257 log_perror(MSG_FATAL, fname); in open_error_log() 332 log_perror(MSG_ERROR, "Can't open '%s'\n", fname); in set_error_log()
|
H A D | debug.c | 934 log_perror(MSG_ERROR, "Can't run: %s", buf); in ctrace()
|
/titanic_50/usr/src/lib/efcode/include/fcode/ |
H A D | log.h | 47 void log_perror(int, char *, ...);
|