Home
last modified time | relevance | path

Searched refs:log_perror (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/efcode/fcdriver/
H A Dget_req.c75 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 Dlog.c233 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 Ddebug.c934 log_perror(MSG_ERROR, "Can't run: %s", buf); in ctrace()
/titanic_50/usr/src/lib/efcode/include/fcode/
H A Dlog.h47 void log_perror(int, char *, ...);