Home
last modified time | relevance | path

Searched refs:set_maximum (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/sys/mach/
HDmach_vm_server.h66 (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
HDvm_map_server.h144 (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
HDmach_traps.h166 boolean_t set_maximum,
596 PAD_ARG_(boolean_t, set_maximum); /* 1 word */
/NextBSD/include/mach/
HDmach_vm.h65 (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
HDvm_map.h95 (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/
HDmach_vm_server.c141 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()
HDvm_map_server.c192 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/
HDmach_vm.defs153 set_maximum : boolean_t;
167 set_maximum : boolean_t;
HDvm_map.defs154 set_maximum : boolean_t;
/NextBSD/sys/kern/
HDsystrace_args.c3452 iarg[3] = p->set_maximum; /* int */ in systrace_args()
/NextBSD/sys/sys/
HDsysproto.h1859 char set_maximum_l_[PADL_(int)]; int set_maximum; char set_maximum_r_[PADR_(int)]; member