FreeBSD virtual memory subsystem code
mprotect_args Struct Reference

Data Fields

const void * addr
 
size_t len
 
int prot
 

Detailed Description

Definition at line 649 of file vm_mmap.c.

Field Documentation

◆ addr

const void* mprotect_args::addr

Definition at line 650 of file vm_mmap.c.

Referenced by sys_mprotect().

◆ len

size_t mprotect_args::len

Definition at line 651 of file vm_mmap.c.

Referenced by sys_mprotect().

◆ prot

int mprotect_args::prot

Definition at line 652 of file vm_mmap.c.

Referenced by sys_mprotect().


The documentation for this struct was generated from the following file: