FreeBSD kernel kern code
ftruncate_args Struct Reference

Data Fields

int fd
 
int pad
 
off_t length
 

Detailed Description

Definition at line 616 of file sys_generic.c.

Field Documentation

◆ fd

int ftruncate_args::fd

Definition at line 617 of file sys_generic.c.

Referenced by sys_ftruncate(), and systrace_args().

◆ length

off_t ftruncate_args::length

Definition at line 619 of file sys_generic.c.

Referenced by sys_ftruncate(), and systrace_args().

◆ pad

int ftruncate_args::pad

Definition at line 618 of file sys_generic.c.


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