FreeBSD kernel kern code
export_fd_buf Struct Reference

Data Fields

struct filedesc * fdp
 
struct pwddesc * pdp
 
struct sbuf * sb
 
ssize_t remainder
 
struct kinfo_file kif
 
int flags
 

Detailed Description

Definition at line 4347 of file kern_descrip.c.

Field Documentation

◆ fdp

struct filedesc* export_fd_buf::fdp

Definition at line 4348 of file kern_descrip.c.

Referenced by export_file_to_sb(), kern_proc_cwd_out(), and kern_proc_filedesc_out().

◆ flags

int export_fd_buf::flags

◆ kif

struct kinfo_file export_fd_buf::kif

Definition at line 4352 of file kern_descrip.c.

Referenced by export_file_to_sb(), export_kinfo_to_sb(), and export_vnode_to_sb().

◆ pdp

struct pwddesc* export_fd_buf::pdp

Definition at line 4349 of file kern_descrip.c.

Referenced by export_vnode_to_sb(), kern_proc_cwd_out(), and kern_proc_filedesc_out().

◆ remainder

ssize_t export_fd_buf::remainder

◆ sb

struct sbuf* export_fd_buf::sb

Definition at line 4350 of file kern_descrip.c.

Referenced by export_kinfo_to_sb(), kern_proc_cwd_out(), and kern_proc_filedesc_out().


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