FreeBSD kernel amd64 OFW device code
ofwd_softc Struct Reference

Data Fields

struct bio_queue_head ofwd_bio_queue
 
struct mtx ofwd_queue_mtx
 
ihandle_t ofwd_instance
 
off_t ofwd_mediasize
 
unsigned ofwd_sectorsize
 
unsigned ofwd_fwheads
 
unsigned ofwd_fwsectors
 
struct proc * ofwd_procp
 
struct g_geom * ofwd_gp
 
struct g_provider * ofwd_pp
 

Detailed Description

Definition at line 48 of file ofw_disk.c.

Field Documentation

◆ ofwd_bio_queue

struct bio_queue_head ofwd_softc::ofwd_bio_queue

Definition at line 50 of file ofw_disk.c.

Referenced by g_ofwd_init(), g_ofwd_start(), and ofwd_kthread().

◆ ofwd_fwheads

unsigned ofwd_softc::ofwd_fwheads

Definition at line 55 of file ofw_disk.c.

Referenced by g_ofwd_init().

◆ ofwd_fwsectors

unsigned ofwd_softc::ofwd_fwsectors

Definition at line 56 of file ofw_disk.c.

Referenced by g_ofwd_init().

◆ ofwd_gp

struct g_geom* ofwd_softc::ofwd_gp

Definition at line 58 of file ofw_disk.c.

Referenced by g_ofwd_init().

◆ ofwd_instance

ihandle_t ofwd_softc::ofwd_instance

Definition at line 52 of file ofw_disk.c.

Referenced by g_ofwd_init(), and ofwd_startio().

◆ ofwd_mediasize

off_t ofwd_softc::ofwd_mediasize

Definition at line 53 of file ofw_disk.c.

Referenced by g_ofwd_init().

◆ ofwd_pp

struct g_provider* ofwd_softc::ofwd_pp

Definition at line 59 of file ofw_disk.c.

Referenced by g_ofwd_init().

◆ ofwd_procp

struct proc* ofwd_softc::ofwd_procp

Definition at line 57 of file ofw_disk.c.

Referenced by g_ofwd_init().

◆ ofwd_queue_mtx

struct mtx ofwd_softc::ofwd_queue_mtx

Definition at line 51 of file ofw_disk.c.

Referenced by g_ofwd_init(), g_ofwd_start(), and ofwd_kthread().

◆ ofwd_sectorsize

unsigned ofwd_softc::ofwd_sectorsize

Definition at line 54 of file ofw_disk.c.

Referenced by g_ofwd_init().


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