FreeBSD kernel kern code
lseek_args Struct Reference

Data Fields

int fd
 
int pad
 
off_t offset
 
int whence
 

Detailed Description

Definition at line 1969 of file vfs_syscalls.c.

Field Documentation

int lseek_args::fd

Definition at line 1970 of file vfs_syscalls.c.

Referenced by freebsd6_lseek(), and systrace_args().

off_t lseek_args::offset

Definition at line 1972 of file vfs_syscalls.c.

Referenced by freebsd6_lseek(), and systrace_args().

int lseek_args::pad

Definition at line 1971 of file vfs_syscalls.c.

int lseek_args::whence

Definition at line 1973 of file vfs_syscalls.c.

Referenced by freebsd6_lseek(), and systrace_args().


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