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

/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRV.h81 UInt32 commandCode, UInt32 commandKind ) = 0;
H A DIONDRVFramebuffer.cpp145 UInt32 commandCode, UInt32 commandKind );
1038 UInt32 commandCode, UInt32 commandKind )
1042 if (kIONDRVInitializeCommand == commandCode)
1061 err = ndrv->doDriverIO( commandID, contents, commandCode, commandKind );
4138 UInt32 commandCode, UInt32 commandKind )
4143 switch (commandCode)
1037 doDriverIO( UInt32 commandID, void * contents, UInt32 commandCode, UInt32 commandKind ) argument
4137 doDriverIO( UInt32 commandID, void * contents, UInt32 commandCode, UInt32 commandKind ) argument
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h105 UInt32 commandCode, UInt32 commandKind );
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.c1275 MDNSPipeCommandCode commandCode; local
1281 err = read( inMDNS->p->commandPipe, &commandCode, sizeof( commandCode ) );
1284 switch( commandCode )
1307 dlog( kDebugLevelError, DEBUG_NAME "unknown pipe command code (code=0x%08X)\n", commandCode );

Completed in 173 milliseconds