FreeBSD kernel CAM code
ccb_calc_geometry Struct Reference

#include <cam_ccb.h>

Collaboration diagram for ccb_calc_geometry:

Data Fields

struct ccb_hdr ccb_h
 
u_int32_t block_size
 
u_int64_t volume_size
 
u_int32_t cylinders
 
u_int8_t heads
 
u_int8_t secs_per_track
 

Detailed Description

Definition at line 1134 of file cam_ccb.h.

Field Documentation

◆ block_size

u_int32_t ccb_calc_geometry::block_size

Definition at line 1136 of file cam_ccb.h.

Referenced by cam_calc_geometry(), dasetgeom(), and xpt_action_default().

◆ ccb_h

struct ccb_hdr ccb_calc_geometry::ccb_h

Definition at line 1135 of file cam_ccb.h.

Referenced by cam_calc_geometry(), and dasetgeom().

◆ cylinders

u_int32_t ccb_calc_geometry::cylinders

Definition at line 1138 of file cam_ccb.h.

Referenced by cam_calc_geometry(), dasetgeom(), and xpt_action_default().

◆ heads

u_int8_t ccb_calc_geometry::heads

Definition at line 1139 of file cam_ccb.h.

Referenced by cam_calc_geometry(), dasetgeom(), and xpt_action_default().

◆ secs_per_track

u_int8_t ccb_calc_geometry::secs_per_track

Definition at line 1140 of file cam_ccb.h.

Referenced by cam_calc_geometry(), dasetgeom(), and xpt_action_default().

◆ volume_size

u_int64_t ccb_calc_geometry::volume_size

Definition at line 1137 of file cam_ccb.h.

Referenced by cam_calc_geometry(), dasetgeom(), and xpt_action_default().


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