Searched refs:errorfc (Results 1 – 1 of 1) sorted by relevance
227 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__) macro239 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL)
Completed in 2 milliseconds