Searched refs:mkextPath (Results 1 - 3 of 3) sorted by path

/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c12538 char mkextPath[PATH_MAX] = __kStringUnknown; local
12554 /* resolveToBase */ false, mkextPath);
12557 kextPath, mkextPath);
13979 char mkextPath[PATH_MAX] = ""; local
13984 /* resolveToBase */ false, mkextPath);
13996 (mkextPath[0] ? mkextPath : "mkext data"));
14017 (mkextPath[0] ? mkextPath : "mkext data"));
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextcache_main.c339 if (toolArgs.mkextPath) {
386 SAFE_FREE(toolArgs.mkextPath);
672 if (toolArgs->mkextPath) {
677 toolArgs->mkextPath = malloc(PATH_MAX);
678 if (!toolArgs->mkextPath) {
685 len = strlcpy(toolArgs->mkextPath, optarg, PATH_MAX);
1455 if (!toolArgs->mkextPath && !toolArgs->prelinkedKernelPath &&
1464 if (toolArgs->volumeRootURL && !toolArgs->mkextPath &&
1532 if (toolArgs->mkextPath || toolArgs->prelinkedKernelPath) {
1819 result = takeVolumeForPath(toolArgs->mkextPath);
[all...]
H A Dkextcache_main.h238 char * mkextPath; // mkext option arg member in struct:__anon8987

Completed in 580 milliseconds