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