Searched refs:ALG_PERR (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/engines/
H A De_afalg.c161 ALG_PERR("%s(%d): Failed to get eventfd : ", __FILE__,
186 ALG_PERR("%s(%d): Failed to get eventfd : ", __FILE__, __LINE__);
204 ALG_PERR("%s(%d): io_setup error : ", __FILE__, __LINE__);
271 ALG_PERR("%s(%d): read failed for event fd : ", __FILE__, __LINE__);
295 ALG_PERR("%s(%d): retry %d for io_read failed : ",
314 ALG_PERR("%s(%d): io_getevents failed : ", __FILE__, __LINE__);
354 ALG_PERR("%s(%d): Failed to set socket option : ", __FILE__, __LINE__);
376 ALG_PERR("%s(%d): Failed to open socket : ", __FILE__, __LINE__);
383 ALG_PERR("%s(%d): Failed to bind socket : ", __FILE__, __LINE__);
390 ALG_PERR("
[all...]
H A De_afalg.h29 # define ALG_PERR(x, ...) \ macro
31 fprintf(stderr, "ALG_PERR: " x, __VA_ARGS__); \
36 fprintf(stderr, "ALG_PERR: " x, __VA_ARGS__); \

Completed in 86 milliseconds