UbixOS V2  2.0
sys_munmap_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_munmap_args:
Collaboration graph

Data Fields

void * addr
 
char addr_l_ [0]
 
char addr_r_ [(sizeof(register_t)<=sizeof(void *) ? 0 :sizeof(register_t) - sizeof(void *))]
 
size_t len
 
char len_l_ [0]
 
char len_r_ [(sizeof(register_t)<=sizeof(size_t) ? 0 :sizeof(register_t) - sizeof(size_t))]
 

Detailed Description

Definition at line 439 of file sysproto_posix.h.

Field Documentation

◆ addr

void* sys_munmap_args::addr

Definition at line 441 of file sysproto_posix.h.

◆ addr_l_

char sys_munmap_args::addr_l_[0]

Definition at line 440 of file sysproto_posix.h.

◆ addr_r_

char sys_munmap_args::addr_r_[(sizeof(register_t)<=sizeof(void *) ? 0 :sizeof(register_t) - sizeof(void *))]

Definition at line 442 of file sysproto_posix.h.

◆ len

size_t sys_munmap_args::len

Definition at line 444 of file sysproto_posix.h.

◆ len_l_

char sys_munmap_args::len_l_[0]

Definition at line 443 of file sysproto_posix.h.

◆ len_r_

char sys_munmap_args::len_r_[(sizeof(register_t)<=sizeof(size_t) ? 0 :sizeof(register_t) - sizeof(size_t))]

Definition at line 445 of file sysproto_posix.h.


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