FreeBSD kernel CAM code
ac_device_changed Struct Reference

#include <cam_ccb.h>

Data Fields

u_int64_t wwpn
 
u_int32_t port
 
target_id_t target
 
u_int8_t arrived
 

Detailed Description

Definition at line 899 of file cam_ccb.h.

Field Documentation

◆ arrived

u_int8_t ac_device_changed::arrived

Definition at line 903 of file cam_ccb.h.

Referenced by ctlfeasync().

◆ port

u_int32_t ac_device_changed::port

Definition at line 901 of file cam_ccb.h.

Referenced by ctlfeasync().

◆ target

target_id_t ac_device_changed::target

Definition at line 902 of file cam_ccb.h.

Referenced by ctlfeasync().

◆ wwpn

u_int64_t ac_device_changed::wwpn

Definition at line 900 of file cam_ccb.h.

Referenced by ctlfeasync().


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