UbixOS  2.0
sys_setrlimit_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_setrlimit_args:
Collaboration graph

Data Fields

struct rlimitrlp
 
char rlp_l_ [0]
 
char rlp_r_ [(sizeof(register_t)<=sizeof(struct rlimit *) ? 0 :sizeof(register_t) - sizeof(struct rlimit *))]
 
u_int which
 
char which_l_ [0]
 
char which_r_ [(sizeof(register_t)<=sizeof(u_int) ? 0 :sizeof(register_t) - sizeof(u_int))]
 

Detailed Description

Definition at line 798 of file sysproto_posix.h.

Field Documentation

◆ rlp

struct rlimit* sys_setrlimit_args::rlp

Definition at line 803 of file sysproto_posix.h.

Referenced by sys_setrlimit().

◆ rlp_l_

char sys_setrlimit_args::rlp_l_[0]

Definition at line 802 of file sysproto_posix.h.

◆ rlp_r_

char sys_setrlimit_args::rlp_r_[(sizeof(register_t)<=sizeof(struct rlimit *) ? 0 :sizeof(register_t) - sizeof(struct rlimit *))]

Definition at line 804 of file sysproto_posix.h.

◆ which

u_int sys_setrlimit_args::which

Definition at line 800 of file sysproto_posix.h.

Referenced by sys_setrlimit().

◆ which_l_

char sys_setrlimit_args::which_l_[0]

Definition at line 799 of file sysproto_posix.h.

◆ which_r_

char sys_setrlimit_args::which_r_[(sizeof(register_t)<=sizeof(u_int) ? 0 :sizeof(register_t) - sizeof(u_int))]

Definition at line 801 of file sysproto_posix.h.


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