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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp64 #define ARG32(x) ((void *)SCALAR32(x)) macro
3160 err = (object->*func)( ARG32(input[0]), ARG32(input[1]), ARG32(input[2]),
3161 ARG32(input[3]), ARG32(input[4]), ARG32(input[5]) );
3164 err = (object->*func)( ARG32(input[0]), ARG32(input[1]), ARG32(inpu
[all...]

Completed in 23 milliseconds