FreeBSD kernel kern code
sf_io Struct Reference

Data Fields

volatile u_int nios
 
u_int error
 
int npages
 
struct socket * so
 
struct mbuf * m
 
vm_object_t obj
 
vm_pindex_t pindex0
 
vm_page_t pa []
 

Detailed Description

Definition at line 88 of file kern_sendfile.c.

Field Documentation

◆ error

u_int sf_io::error

Definition at line 90 of file kern_sendfile.c.

Referenced by sendfile_iodone(), and vn_sendfile().

◆ m

struct mbuf* sf_io::m

Definition at line 93 of file kern_sendfile.c.

Referenced by sendfile_iodone(), and vn_sendfile().

◆ nios

volatile u_int sf_io::nios

Definition at line 89 of file kern_sendfile.c.

Referenced by sendfile_iodone(), sendfile_iowait(), sendfile_swapin(), and vn_sendfile().

◆ npages

int sf_io::npages

Definition at line 91 of file kern_sendfile.c.

Referenced by sendfile_iodone(), sendfile_swapin(), and vn_sendfile().

◆ obj

vm_object_t sf_io::obj

Definition at line 94 of file kern_sendfile.c.

Referenced by sendfile_iodone(), and vn_sendfile().

◆ pa

vm_page_t sf_io::pa[]

Definition at line 99 of file kern_sendfile.c.

Referenced by sendfile_iodone(), sendfile_swapin(), and vn_sendfile().

◆ pindex0

vm_pindex_t sf_io::pindex0

Definition at line 95 of file kern_sendfile.c.

Referenced by sendfile_iodone(), sendfile_swapin(), and vn_sendfile().

◆ so

struct socket* sf_io::so

Definition at line 92 of file kern_sendfile.c.

Referenced by sendfile_iodone(), and vn_sendfile().


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