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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOTimeStamp.h34 IOTimeStampStartConstant(unsigned int csc, argument
38 KERNEL_DEBUG_CONSTANT(csc | DBG_FUNC_START, a, b, c, d, 0);
42 IOTimeStampEndConstant(unsigned int csc, argument
46 KERNEL_DEBUG_CONSTANT(csc | DBG_FUNC_END, a, b, c, d, 0);
50 IOTimeStampConstant(unsigned int csc, argument
54 KERNEL_DEBUG_CONSTANT(csc | DBG_FUNC_NONE, a, b, c, d, 0);
60 IOTimeStampStart(unsigned int csc, argument
64 KERNEL_DEBUG(csc | DBG_FUNC_START, a, b, c, d, 0);
68 IOTimeStampEnd(unsigned int csc, argument
72 KERNEL_DEBUG(csc | DBG_FUNC_EN
76 IOTimeStamp(unsigned int csc, unsigned int a = 0, unsigned int b = 0, unsigned int c = 0, unsigned int d = 0) argument
[all...]

Completed in 68 milliseconds