Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dassert.h83 #ifndef __FILE_NAME__
84 #define __FILE_NAME__ __FILE__ macro
97 (__builtin_expect(!!((ex)), 1L) ? (void)0 : Assert(__FILE_NAME__, __LINE__, # ex))
99 …!((ex)), 1L) ? (void)0 : __Panic("%s:%d Assertion failed: %s : " fmt, __FILE_NAME__, __LINE__, # e…
117 __FILE_NAME__, __LINE__, #a " " #op " " #b, a_, #op, b_); \
128 __FILE_NAME__, __LINE__, #a " " #op " " #b, a_, #op, b_); \
139 __FILE_NAME__, __LINE__, #a " " #op " " #b, a_, #op, b_); \
148 …(__builtin_expect(!!(((!kext_assertions_enable) || (ex))), 1L) ? (void)0 : Assert(__FILE_NAME__, _…
150 … (ex))), 1L) ? (void)0 : __Panic("%s:%d Assertion failed: %s : " fmt, __FILE_NAME__, __LINE__, # e…
H A Ddebug.h526 #ifdef __FILE_NAME__
527 #define PANIC_LOCATION __FILE_NAME__ ":" LINE_NUMBER(__LINE__)
530 #define __FILE_NAME__ __FILE__ macro
536 (panic)(ex " @%s:%d", ## __VA_ARGS__, __FILE_NAME__, __LINE__); \
541 (panic)(#ex " @%s:%d", ## __VA_ARGS__, __FILE_NAME__, __LINE__); \
/xnu-8020.140.41/osfmk/i386/
H A Dpmap.h173 #define pmap_assert(ex) (pmap_asserts_enabled ? ((ex) ? (void)0 : Assert(__FILE_NAME__, __LINE__, #…
182 …kprintf("Assertion %s failed (%s:%d, caller %p) " fmt , #ex, __FILE_NAME__, __LINE__, __builtin_re…
183 …panic("Assertion %s failed (%s:%d, caller %p) " fmt , #ex, __FILE_NAME__, __LINE__, __builtin_retu…
/xnu-8020.140.41/bsd/kern/
H A Ddecmpfs.c97 printf("%s:%d:%s: " x, __FILE_NAME__, __LINE__, __FUNCTION__, ## args)
101 printf("%s:%d:%s: %s: " x, __FILE_NAME__, __LINE__, __FUNCTION__, \
108 printf("%s:%d:%s: %s: " x, __FILE_NAME__, __LINE__, __FUNCTION__, \
/xnu-8020.140.41/iokit/Kernel/
H A DIONVRAM.cpp68 IOLog("%s:%s:%u - " fmt, __FILE_NAME__, __FUNCTION__, __LINE__, ##args); \
73 IOLog("%s:%s:%u - " fmt, __FILE_NAME__, __FUNCTION__, __LINE__, ##args); \