Home | Sort by: relevance | last modified time | path |
/src/sys/compat/sys/ | |
uvm.h | 70 extern int (*uvm_swap_stats50)(const struct sys_swapctl_args *, register_t *); |
/src/sys/uvm/ | |
uvm_swapstub.c | 43 int (*uvm_swap_stats50)(const struct sys_swapctl_args *, register_t *) = variable in typeref:typename:int (*)(const struct sys_swapctl_args *,register_t *) |
uvm_swap.c | 498 int (*uvm_swap_stats50)(const struct sys_swapctl_args *, register_t *) = variable in typeref:typename:int (*)(const struct sys_swapctl_args *,register_t *) 558 error = (*uvm_swap_stats50)(uap, retval); |
/src/sys/compat/common/ | |
uvm_50.c | 83 uvm_swap_stats50 = compat_uvm_swap_stats50; 89 uvm_swap_stats50 = (void *)enosys; |