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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_module_apple.c85 dtrace_kernel_path(char *kernel_path, size_t max_length) { argument
86 assert(kernel_path);
90 if (strlcpy(kernel_path, path, max_length) < max_length)
/macosx-10.10.1/kext_tools-384.1.4/
H A Dbootcaches.h205 const char * kernel_path);
H A Dbootcaches.c1761 const char * kernel_path)
1808 * Note: kernel_path is a static array, not a pointer field.
1810 if (kernel_path[0]) {
1813 pathcat(fullPath, kernel_path);
1758 check_kext_boot_cache_file( struct bootCaches * caches, const char * cache_path, const char * kernel_path) argument

Completed in 74 milliseconds