Searched refs:COPYIO_TRACE (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/osfmk/x86_64/ |
| H A D | copyio.c | 162 #define COPYIO_TRACE(x, a, b, c, d, e) KERNEL_DEBUG_CONSTANT(x, a, b, c, d, e) macro 164 #define COPYIO_TRACE(x, a, b, c, d, e) do { } while(0) macro 187 COPYIO_TRACE(debug_type | DBG_FUNC_START, in copyio() 277 COPYIO_TRACE(0xeff70044 | DBG_FUNC_NONE, user_addr, in copyio() 387 COPYIO_TRACE(debug_type | DBG_FUNC_END, user_addr, kernel_addr, nbytes, error, 0); in copyio()
|