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

/macosx-10.10/IOATAPIProtocolTransport-350.0.3/ATAPILogger/
H A DATAPILogger.cpp187 ATAPISysctlArgs atapiArgs; local
212 bzero ( &atapiArgs, sizeof ( atapiArgs ) );
226 atapiArgs.type = kATAPITypeDebug;
227 atapiArgs.operation = kATAPIOperationGetFlags;
229 error = sysctlbyname ( ATAPI_SYSCTL, NULL, NULL, &atapiArgs, sizeof ( atapiArgs ) );
235 error = sysctlbyname ( ATAPI_SYSCTL, NULL, NULL, &atapiArgs, sizeof ( atapiArgs ) );
243 gSavedATAPIDebugMask = atapiArgs
1149 ATAPISysctlArgs atapiArgs; local
[all...]

Completed in 120 milliseconds