Home
last modified time | relevance | path

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

/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dlog.h46 # define dbg(fmt, ...) nosay(ctx, LOG_DEBUG fmt, ## __VA_ARGS__)
63 # define err(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__)
64 # define warn(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__)
65 # define notice(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__)
66 # define info(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__)
67 # define dbg(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__)
73 nosay(struct se_gto_ctx *ctx, const char *fmt, ...) {}
76 nosay(struct se_gto_ctx *ctx, const char *fmt, ...) {} in nosay() function