Home
last modified time | relevance | path

Searched defs:_fmt (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/tools/xenstore/
A Dutils.h31 #define eprintf(_fmt, _args...) xprintf("[ERR] %s" _fmt, __FUNCTION__, ##_args) argument
/xen-4.10.0-shim-comet/tools/debugger/kdd/
A Dkdd.h510 #define KDD_LOG_IF(_v, _s, _fmt, _a...) do { \ argument
517 #define KDD_LOG(_s, _fmt, _a...) KDD_LOG_IF(1, (_s), (_fmt), ##_a) argument
518 #define KDD_DEBUG(_s, _fmt, _a...) KDD_LOG_IF(3, (_s), (_fmt), ##_a) argument
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c4791 #define AUDIT_FAIL(_level, _fmt, _a...) do { \ argument
4808 #define AUDIT_FAIL_MIN(_level, _fmt, _a...) do { \ argument

Completed in 17 milliseconds