SCLP_CHP_INFO_MASK_SIZE 18 arch/s390/include/asm/sclp.h u8 recognized[SCLP_CHP_INFO_MASK_SIZE]; SCLP_CHP_INFO_MASK_SIZE 19 arch/s390/include/asm/sclp.h u8 standby[SCLP_CHP_INFO_MASK_SIZE]; SCLP_CHP_INFO_MASK_SIZE 20 arch/s390/include/asm/sclp.h u8 configured[SCLP_CHP_INFO_MASK_SIZE]; SCLP_CHP_INFO_MASK_SIZE 621 drivers/s390/char/sclp_cmd.c u8 recognized[SCLP_CHP_INFO_MASK_SIZE]; SCLP_CHP_INFO_MASK_SIZE 622 drivers/s390/char/sclp_cmd.c u8 standby[SCLP_CHP_INFO_MASK_SIZE]; SCLP_CHP_INFO_MASK_SIZE 623 drivers/s390/char/sclp_cmd.c u8 configured[SCLP_CHP_INFO_MASK_SIZE]; SCLP_CHP_INFO_MASK_SIZE 658 drivers/s390/char/sclp_cmd.c memcpy(info->recognized, sccb->recognized, SCLP_CHP_INFO_MASK_SIZE); SCLP_CHP_INFO_MASK_SIZE 659 drivers/s390/char/sclp_cmd.c memcpy(info->standby, sccb->standby, SCLP_CHP_INFO_MASK_SIZE); SCLP_CHP_INFO_MASK_SIZE 660 drivers/s390/char/sclp_cmd.c memcpy(info->configured, sccb->configured, SCLP_CHP_INFO_MASK_SIZE);