Lines Matching refs:args
40 #define AA_DEBUG(opt, fmt, args...) \ argument
43 pr_warn_ratelimited("%s: " fmt, __func__, ##args); \
45 #define AA_DEBUG_LABEL(LAB, X, fmt, args...) \ argument
48 AA_DEBUG(X, fmt, args); \
53 #define AA_BUG(X, args...) \ argument
56 AA_BUG_FMT((X), "" args); \
60 #define AA_BUG_FMT(X, fmt, args...) \ argument
61 WARN((X), "AppArmor WARN %s: (" #X "): " fmt, __func__, ##args)
63 #define AA_BUG_FMT(X, fmt, args...) \ argument
66 no_printk(fmt, ##args); \
73 #define AA_ERROR(fmt, args...) \ argument
74 pr_err_ratelimited("AppArmor: " fmt, ##args)