Searched refs:csc (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIOTimeStamp.h34 IOTimeStampStartConstant(unsigned int csc, argument
38 KERNEL_DEBUG_CONSTANT(((uint32_t)csc) | DBG_FUNC_START, a, b, c, d, 0);
42 IOTimeStampEndConstant(uintptr_t csc, argument
46 KERNEL_DEBUG_CONSTANT(((uint32_t)csc) | DBG_FUNC_END, a, b, c, d, 0);
50 IOTimeStampConstant(uintptr_t csc, argument
54 KERNEL_DEBUG_CONSTANT(((uint32_t)csc) | DBG_FUNC_NONE, a, b, c, d, 0);
60 IOTimeStampStart(uintptr_t csc, argument
64 KERNEL_DEBUG(((uint32_t)csc) | DBG_FUNC_START, a, b, c, d, 0);
68 IOTimeStampEnd(uintptr_t csc, argument
72 KERNEL_DEBUG(((uint32_t)csc) | DBG_FUNC_EN
76 IOTimeStamp(uintptr_t csc, uintptr_t a = 0, uintptr_t b = 0, uintptr_t c = 0, uintptr_t d = 0) argument
[all...]
/xnu-2782.1.97/iokit/Kernel/
H A DIOKitKernelInternal.h45 #define IOServiceTrace(csc, a, b, c, d) do { \
47 KERNEL_DEBUG_CONSTANT(IODBG_IOSERVICE(csc), a, b, c, d, 0); \
53 #define IOServiceTrace(csc, a, b, c, d) do { \

Completed in 12 milliseconds