| /NextBSD/sys/sys/mach/ |
| HD | mach_vm_server.h | 66 (target_task, address, size, set_maximum, new_protection) in mach_vm_protect() argument 70 boolean_t set_maximum; 72 { return mach_vm_protect(target_task, address, size, set_maximum, new_protection); } 78 boolean_t set_maximum, 530 boolean_t set_maximum; member
|
| HD | vm_map_server.h | 144 (target_task, address, size, set_maximum, new_protection) in vm_protect() argument 148 boolean_t set_maximum; 150 { return vm_protect(target_task, address, size, set_maximum, new_protection); } 156 boolean_t set_maximum, 763 (target_task, address, size, set_maximum, new_protection) in vm_protect() argument 767 boolean_t set_maximum; 769 { return vm_protect(target_task, address, size, set_maximum, new_protection); } 775 boolean_t set_maximum, 1396 boolean_t set_maximum; member
|
| HD | mach_traps.h | 166 boolean_t set_maximum, 596 PAD_ARG_(boolean_t, set_maximum); /* 1 word */
|
| /NextBSD/include/mach/ |
| HD | mach_vm.h | 65 (target_task, address, size, set_maximum, new_protection) in mach_vm_protect() argument 69 boolean_t set_maximum; 71 { return mach_vm_protect(target_task, address, size, set_maximum, new_protection); } 77 boolean_t set_maximum, 513 boolean_t set_maximum; member
|
| HD | vm_map.h | 95 (target_task, address, size, set_maximum, new_protection) in vm_protect() argument 99 boolean_t set_maximum; 101 { return vm_protect(target_task, address, size, set_maximum, new_protection); } 107 boolean_t set_maximum, 679 boolean_t set_maximum; member
|
| /NextBSD/sys/compat/mach/ |
| HD | mach_vm_server.c | 141 boolean_t set_maximum; member 776 (target_task, address, size, set_maximum, new_protection) in mach_vm_protect() argument 780 boolean_t set_maximum; 782 { return mach_vm_protect(target_task, address, size, set_maximum, new_protection); } 788 boolean_t set_maximum, 809 boolean_t set_maximum; in _Xmach_vm_protect() member 850 …OutP->RetCode = mach_vm_protect(target_task, In0P->address, In0P->size, In0P->set_maximum, In0P->n… in _Xmach_vm_protect()
|
| HD | vm_map_server.c | 192 boolean_t set_maximum; member 1449 (target_task, address, size, set_maximum, new_protection) in vm_protect() argument 1453 boolean_t set_maximum; 1455 { return vm_protect(target_task, address, size, set_maximum, new_protection); } 1461 boolean_t set_maximum, 1482 boolean_t set_maximum; in _Xvm_protect() member 1523 …OutP->RetCode = vm_protect(target_task, In0P->address, In0P->size, In0P->set_maximum, In0P->new_pr… in _Xvm_protect()
|
| /NextBSD/sys/compat/mach/defs/ |
| HD | mach_vm.defs | 153 set_maximum : boolean_t; 167 set_maximum : boolean_t;
|
| HD | vm_map.defs | 154 set_maximum : boolean_t;
|
| /NextBSD/sys/kern/ |
| HD | systrace_args.c | 3452 iarg[3] = p->set_maximum; /* int */ in systrace_args()
|
| /NextBSD/sys/sys/ |
| HD | sysproto.h | 1859 char set_maximum_l_[PADL_(int)]; int set_maximum; char set_maximum_r_[PADR_(int)]; member
|