Searched defs:dasd_information2_t (Results 1 – 2 of 2) sorted by relevance
35 typedef struct dasd_information2_t { struct36 unsigned int devno; /* S/390 devno */37 unsigned int real_devno; /* for aliases */38 unsigned int schid; /* S/390 subchannel identifier */39 unsigned int cu_type : 16; /* from SenseID */40 unsigned int cu_model : 8; /* from SenseID */64 } dasd_information2_t; argument