Linux Kernel
3.7.1
|
#include <ipl.h>
Data Fields | |
enum ipl_type | type |
union { | |
struct { | |
struct ccw_dev_id dev_id | |
} ccw | |
struct { | |
struct ccw_dev_id dev_id | |
u64 wwpn | |
u64 lun | |
} fcp | |
struct { | |
char name [NSS_NAME_SIZE+1] | |
} nss | |
} | data |
struct { ... } ccw |
union { ... } data |
struct ccw_dev_id dev_id |
struct { ... } fcp |
char name[NSS_NAME_SIZE+1] |
struct { ... } nss |