| /xnu-12377.1.9/bsd/skywalk/ |
| H A D | os_skywalk_private.h | 236 #define _SK_LOG(_type, _flag, _fmt, ...) do { \ argument 248 #define SK_ERR(_fmt, ...) _SK_LOG(OS_LOG_TYPE_ERROR, SK_VERB_ERROR, _fmt, ##__VA_ARGS__) argument 251 #define SK_PERR(_p, _fmt, ...) do { \ argument 256 #define SK_D(_fmt, ...) _SK_LOG(OS_LOG_TYPE_DEFAULT, SK_VERB_DEFAULT, _fmt, ##__VA_ARGS__) argument 259 #define SK_DF(_flag, _fmt, ...) _SK_LOG(OS_LOG_TYPE_DEFAULT, (uint64_t)_flag, _fmt, ##__VA_ARGS__) argument 262 #define SK_PDF(_flag, _p, _fmt, ...) do { \ argument 267 #define _SK_RD(_flag, _lps, _fmt, ...) do { \ argument 278 #define SK_RDF(_flag, _lps, _fmt, ...) \ argument 280 #define SK_RD(_lps, _fmt, ...) \ argument 282 #define SK_RDERR(_lps, _fmt, ...) \ argument [all …]
|
| /xnu-12377.1.9/tests/skywalk/ |
| H A D | skywalk_test_common.h | 43 #define SKT_LOG(_fmt, ...) do { \ argument 57 #define SKD(_lvl, _fmt, ...) \ argument 64 #define SKD0(_fmt, ...) SKD(0, _fmt, ##__VA_ARGS__) argument 65 #define SKD1(_fmt, ...) SKD(1, _fmt, ##__VA_ARGS__) argument 66 #define SKD2(_fmt, ...) SKD(2, _fmt, ##__VA_ARGS__) argument 67 #define SKD3(_fmt, ...) SKD(3, _fmt, ##__VA_ARGS__) argument
|
| H A D | skt_utunloop.c | 76 #define VLOG(_fmt, ...) \ argument
|
| /xnu-12377.1.9/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable.c | 56 #define cht_log(level, _fmt, ...) \ argument 64 #define cht_log(_flag, _fmt, ...) do { ((void)0); } while (0) argument 67 #define cht_err(_fmt, ...) cht_log(CHTV_ERR, _fmt, ##__VA_ARGS__) argument 68 #define cht_warn(_fmt, ...) cht_log(CHTV_WARN, _fmt, ##__VA_ARGS__) argument 69 #define cht_info(_fmt, ...) cht_log(CHTV_INFO, _fmt, ##__VA_ARGS__) argument 70 #define cht_debug(_fmt, ...) cht_log(CHTV_DEBUG, _fmt, ##__VA_ARGS__) argument
|
| /xnu-12377.1.9/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 114 #define NETEM_LOG(_level, _fmt, ...) \ argument
|
| /xnu-12377.1.9/bsd/skywalk/namespace/ |
| H A D | netns.c | 69 #define NS_PORT_ERR(_fmt, ...) do { \ argument
|