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

/xnu-2422.115.4/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 17 milliseconds