FreeBSD kernel CAM code
bus_match_result Struct Reference

#include <cam_ccb.h>

Data Fields

path_id_t path_id
 
char dev_name [DEV_IDLEN]
 
u_int32_t unit_number
 
u_int32_t bus_id
 

Detailed Description

Definition at line 523 of file cam_ccb.h.

Field Documentation

◆ bus_id

u_int32_t bus_match_result::bus_id

Definition at line 527 of file cam_ccb.h.

Referenced by xptedtbusfunc().

◆ dev_name

char bus_match_result::dev_name[DEV_IDLEN]

Definition at line 525 of file cam_ccb.h.

Referenced by xptedtbusfunc().

◆ path_id

path_id_t bus_match_result::path_id

Definition at line 524 of file cam_ccb.h.

Referenced by xptedtbusfunc().

◆ unit_number

u_int32_t bus_match_result::unit_number

Definition at line 526 of file cam_ccb.h.

Referenced by xptedtbusfunc().


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