Searched defs:dasd_information2_t (Results 1 – 1 of 1) sorted by relevance
28 typedef struct dasd_information2_t { struct29 unsigned int devno; /* S/390 devno */30 unsigned int real_devno; /* for aliases */31 unsigned int schid; /* S/390 subchannel identifier */32 unsigned int cu_type : 16; /* from SenseID */33 unsigned int cu_model : 8; /* from SenseID */57 } dasd_information2_t; argument