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

/macosx-10.10.1/xnu-2782.1.97/libkern/
H A DOSKextLib.cpp298 kern_return_t copyin_result; local
300 copyin_result = vm_map_copyin(kernel_map,
303 if (copyin_result == KERN_SUCCESS) {
310 *op_result = copyin_result; // xxx - should we map to our own code?
318 kern_return_t copyin_result; local
320 copyin_result = vm_map_copyin(kernel_map,
323 if (copyin_result == KERN_SUCCESS) {
330 *op_result = copyin_result; // xxx - should we map to our own code?

Completed in 78 milliseconds