FreeBSD kernel CAM code
cd_mode_params Struct Reference

#include <scsi_cd.h>

Public Member Functions

 STAILQ_ENTRY (cd_mode_params) links
 

Data Fields

int cdb_size
 
int alloc_len
 
u_int8_t * mode_buf
 

Detailed Description

Definition at line 850 of file scsi_cd.h.

Member Function Documentation

◆ STAILQ_ENTRY()

cd_mode_params::STAILQ_ENTRY ( cd_mode_params  )

Field Documentation

◆ alloc_len

int cd_mode_params::alloc_len

Definition at line 854 of file scsi_cd.h.

Referenced by cd6byteworkaround(), cdgetmode(), cdioctl(), and cdsetmode().

◆ cdb_size

int cd_mode_params::cdb_size

Definition at line 853 of file scsi_cd.h.

Referenced by cd6byteworkaround(), cdgetmode(), cdgetpage(), and cdsetmode().

◆ mode_buf

u_int8_t* cd_mode_params::mode_buf

Definition at line 855 of file scsi_cd.h.

Referenced by cd6byteworkaround(), cdgetmode(), cdgetpage(), cdioctl(), and cdsetmode().


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