FreeBSD kernel kern code
read_args Struct Reference

Data Fields

int fd
 
void * buf
 
size_t nbyte
 

Detailed Description

Definition at line 185 of file sys_generic.c.

Field Documentation

◆ buf

void* read_args::buf

Definition at line 187 of file sys_generic.c.

Referenced by sys_read(), and systrace_args().

◆ fd

int read_args::fd

Definition at line 186 of file sys_generic.c.

Referenced by sys_read(), and systrace_args().

◆ nbyte

size_t read_args::nbyte

Definition at line 188 of file sys_generic.c.

Referenced by sys_read(), and systrace_args().


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