Lines Matching refs:sneq
754 if (conf->sneq) {
755 uid->type = conf->sneq->sua_flags;
757 uid->base_unit_addr = conf->sneq->base_unit_addr;
953 struct dasd_sneq *sneq;
957 conf->sneq = NULL;
961 sneq = (struct dasd_sneq *)conf->data;
963 if (sneq->flags.identifier == 1 && sneq->format == 1)
964 conf->sneq = sneq;
965 else if (sneq->flags.identifier == 1 && sneq->format == 4)
966 conf->vdsneq = (struct vd_sneq *)sneq;
967 else if (sneq->flags.identifier == 2)
968 conf->gneq = (struct dasd_gneq *)sneq;
969 else if (sneq->flags.identifier == 3 && sneq->res1 == 1)
970 conf->ned = (struct dasd_ned *)sneq;
971 sneq++;
975 conf->sneq = NULL;
2228 private->conf.sneq = NULL;