FreeBSD kernel CAM code
pass_softc Struct Reference

Data Fields

pass_state state
 
pass_flags flags
 
u_int8_t pd_type
 
int open_count
 
u_int maxio
 
struct devstat * device_stats
 
struct cdev * dev
 
struct cdev * alias_dev
 
struct task add_physpath_task
 
struct task shutdown_kqueue_task
 
struct selinfo read_select
 

Detailed Description

Definition at line 128 of file scsi_pass.c.

Field Documentation

◆ add_physpath_task

struct task pass_softc::add_physpath_task

Definition at line 137 of file scsi_pass.c.

Referenced by passasync(), passcleanup(), and passregister().

◆ alias_dev

struct cdev* pass_softc::alias_dev

Definition at line 136 of file scsi_pass.c.

Referenced by pass_add_physpath().

◆ dev

struct cdev* pass_softc::dev

Definition at line 135 of file scsi_pass.c.

Referenced by pass_add_physpath(), passioctl(), passoninvalidate(), and passregister().

◆ device_stats

struct devstat* pass_softc::device_stats

Definition at line 134 of file scsi_pass.c.

Referenced by passcleanup(), passdone(), passregister(), passsendccb(), and passstart().

◆ flags

◆ maxio

u_int pass_softc::maxio

Definition at line 133 of file scsi_pass.c.

Referenced by passmemsetup(), passregister(), and passsendccb().

◆ open_count

int pass_softc::open_count

Definition at line 132 of file scsi_pass.c.

Referenced by passdevgonecb(), and passopen().

◆ pd_type

u_int8_t pass_softc::pd_type

Definition at line 131 of file scsi_pass.c.

Referenced by passregister().

◆ read_select

struct selinfo pass_softc::read_select

Definition at line 139 of file scsi_pass.c.

Referenced by pass_shutdown_kqueue(), passdone(), and passregister().

◆ shutdown_kqueue_task

struct task pass_softc::shutdown_kqueue_task

Definition at line 138 of file scsi_pass.c.

Referenced by passdevgonecb(), and passregister().

◆ state

pass_state pass_softc::state

Definition at line 129 of file scsi_pass.c.

Referenced by passregister(), and passstart().


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