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

/barrelfish-master/include/vm/
H A Dvm_pager.h93 #define VM_PAGER_ERROR 4 macro
H A Dvnode_pager.c604 return VM_PAGER_ERROR;
670 return error ? VM_PAGER_ERROR : VM_PAGER_OK;
813 return (VM_PAGER_ERROR);
1019 return (error != 0 ? VM_PAGER_ERROR : VM_PAGER_OK);
1181 rtvals[i] = VM_PAGER_ERROR;
H A Dvm_fault.c712 if (rv == VM_PAGER_ERROR)
721 if (rv == VM_PAGER_ERROR || rv == VM_PAGER_BAD) {
727 return (rv == VM_PAGER_ERROR ? KERN_FAILURE :
H A Dswap_pager.c1223 return (VM_PAGER_ERROR);
1253 case VM_PAGER_ERROR:
H A Dvm_pageout.c476 * *eio is set to TRUE if pager returned VM_PAGER_ERROR or VM_PAGER_FAIL
533 case VM_PAGER_ERROR:

Completed in 87 milliseconds