FreeBSD virtual memory subsystem code
mmap_args Struct Reference

Data Fields

void * addr
 
size_t len
 
int prot
 
int flags
 
int fd
 
long pad
 
off_t pos
 

Detailed Description

Definition at line 167 of file vm_mmap.c.

Field Documentation

◆ addr

void* mmap_args::addr

Definition at line 168 of file vm_mmap.c.

Referenced by sys_mmap().

◆ fd

int mmap_args::fd

Definition at line 172 of file vm_mmap.c.

Referenced by sys_mmap().

◆ flags

int mmap_args::flags

Definition at line 171 of file vm_mmap.c.

Referenced by sys_mmap().

◆ len

size_t mmap_args::len

Definition at line 169 of file vm_mmap.c.

Referenced by sys_mmap().

◆ pad

long mmap_args::pad

Definition at line 173 of file vm_mmap.c.

◆ pos

off_t mmap_args::pos

Definition at line 174 of file vm_mmap.c.

Referenced by sys_mmap().

◆ prot

int mmap_args::prot

Definition at line 170 of file vm_mmap.c.

Referenced by sys_mmap().


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