EARLY_SCCB_SIZE 95 drivers/s390/char/sclp_early_core.c end = (unsigned char *) sccb + EARLY_SCCB_SIZE - 1; EARLY_SCCB_SIZE 143 drivers/s390/char/sclp_early_core.c if (sizeof(*sccb) + len >= EARLY_SCCB_SIZE) EARLY_SCCB_SIZE 144 drivers/s390/char/sclp_early_core.c len = EARLY_SCCB_SIZE - sizeof(*sccb); EARLY_SCCB_SIZE 323 drivers/s390/char/sclp_early_core.c memset(sclp_early_sccb, 0, EARLY_SCCB_SIZE); EARLY_SCCB_SIZE 324 drivers/s390/char/sclp_early_core.c sccb->header.length = EARLY_SCCB_SIZE;