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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_fault.h78 #define VM_FAULT_SUCCESS 0 macro
H A Dvm_fault.c503 return (VM_FAULT_SUCCESS);
859 return VM_FAULT_SUCCESS;
936 if (error != VM_FAULT_SUCCESS)
1427 if (error != VM_FAULT_SUCCESS)
1959 dbgTrace(0xBEEF001A, (unsigned int) VM_FAULT_SUCCESS, 0); /* (TEST/DEBUG) */
1961 return (VM_FAULT_SUCCESS);
3010 * if kr != VM_FAULT_SUCCESS, then the paging reference
3014 * if kr == VM_FAULT_SUCCESS, then the paging reference
3024 if (kr != VM_FAULT_SUCCESS) {
3542 if (result != VM_FAULT_SUCCESS)
[all...]
H A Dvm_apple_protect.c445 case VM_FAULT_SUCCESS:
H A Dmemory_object.c831 case VM_FAULT_SUCCESS:
H A Dvm_object.c2155 case VM_FAULT_SUCCESS:
2250 } while (result != VM_FAULT_SUCCESS);
H A Dvm_pageout.c4922 case VM_FAULT_SUCCESS:
4975 } while (result != VM_FAULT_SUCCESS);

Completed in 51 milliseconds