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

/macosx-10.10/kext_tools-384.1.4/
H A Dkextload_main.c376 OSReturn loadResult = kOSReturnError; local
396 loadResult = KextManagerLoadKextWithIdentifier(kextID,
398 if (loadResult != kOSReturnSuccess) {
403 scratchCString, safe_mach_error_string(loadResult));
405 result = exitStatusForOSReturn(loadResult);
431 loadResult = KextManagerLoadKextWithURL(kextURL,
433 if (loadResult != kOSReturnSuccess) {
438 scratchCString, safe_mach_error_string(loadResult));
440 result = exitStatusForOSReturn(loadResult);
459 OSReturn loadResult local
[all...]
H A Dkextutil_main.c1163 int loadResult = processKext(theKext, toolArgs, &fatal); local
1165 /* Save the first non-OK loadResult as the return value.
1167 if (result == EX_OK && loadResult != EX_OK) {
1168 result = loadResult;
1459 OSReturn loadResult = kOSReturnError; local
1520 loadResult = OSKextLoadWithOptions(aKext,
1524 if (loadResult == kOSReturnSuccess) {
1531 kextPathCString, safe_mach_error_string(loadResult));
1534 if (loadResult == kOSKextReturnLinkError) {
1540 if (loadResult !
[all...]

Completed in 89 milliseconds