libhd
5.0
|
#include <hd.h>
Data Fields | |
union u_hd_res_t * | next |
enum resource_types | type |
unsigned | wwpn_ok:1 |
unsigned | fcp_lun_ok:1 |
unsigned | port_id_ok:1 |
uint64_t | wwpn |
uint64_t | fcp_lun |
unsigned | port_id |
char * | controller_id |
char* res_fc_t::controller_id |
Referenced by add_scsi_sysfs_info(), dump_normal(), and free_res_list().
uint64_t res_fc_t::fcp_lun |
Referenced by add_scsi_sysfs_info(), and dump_normal().
unsigned res_fc_t::fcp_lun_ok |
Referenced by add_scsi_sysfs_info(), and dump_normal().
union u_hd_res_t* res_fc_t::next |
unsigned res_fc_t::port_id |
Referenced by add_scsi_sysfs_info(), and dump_normal().
unsigned res_fc_t::port_id_ok |
Referenced by add_scsi_sysfs_info(), and dump_normal().
enum resource_types res_fc_t::type |
uint64_t res_fc_t::wwpn |
Referenced by add_scsi_sysfs_info(), and dump_normal().
unsigned res_fc_t::wwpn_ok |
Referenced by add_scsi_sysfs_info(), and dump_normal().