Lines Matching refs:sneq
753 if (private->sneq) {
754 uid->type = private->sneq->sua_flags;
756 uid->base_unit_addr = private->sneq->base_unit_addr;
951 struct dasd_sneq *sneq;
955 private->sneq = NULL;
959 sneq = (struct dasd_sneq *)private->conf_data;
961 if (sneq->flags.identifier == 1 && sneq->format == 1)
962 private->sneq = sneq;
963 else if (sneq->flags.identifier == 1 && sneq->format == 4)
964 private->vdsneq = (struct vd_sneq *)sneq;
965 else if (sneq->flags.identifier == 2)
966 private->gneq = (struct dasd_gneq *)sneq;
967 else if (sneq->flags.identifier == 3 && sneq->res1 == 1)
968 private->ned = (struct dasd_ned *)sneq;
969 sneq++;
973 private->sneq = NULL;
2141 private->sneq = NULL;