FreeBSD kernel CAM code
periph_match_pattern Struct Reference

#include <cam_ccb.h>

Data Fields

char periph_name [DEV_IDLEN]
 
u_int32_t unit_number
 
path_id_t path_id
 
target_id_t target_id
 
lun_id_t target_lun
 
periph_pattern_flags flags
 

Detailed Description

Definition at line 433 of file cam_ccb.h.

Field Documentation

◆ flags

periph_pattern_flags periph_match_pattern::flags

Definition at line 439 of file cam_ccb.h.

Referenced by cam_compat_handle_0x19(), xptbusmatch(), xptdevicematch(), and xptperiphmatch().

◆ path_id

path_id_t periph_match_pattern::path_id

Definition at line 436 of file cam_ccb.h.

Referenced by xptbusmatch(), and xptperiphmatch().

◆ periph_name

char periph_match_pattern::periph_name[DEV_IDLEN]

Definition at line 434 of file cam_ccb.h.

Referenced by xptperiphmatch().

◆ target_id

target_id_t periph_match_pattern::target_id

Definition at line 437 of file cam_ccb.h.

Referenced by xptdevicematch(), and xptperiphmatch().

◆ target_lun

lun_id_t periph_match_pattern::target_lun

Definition at line 438 of file cam_ccb.h.

Referenced by xptdevicematch(), and xptperiphmatch().

◆ unit_number

u_int32_t periph_match_pattern::unit_number

Definition at line 435 of file cam_ccb.h.

Referenced by xptperiphmatch().


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