Home
last modified time | relevance | path

Searched refs:attnscsw (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dchannel.c721 irb->scsw = dev->attnscsw; in test_subchan()
729 dev->attnscsw.flag3 &= ~(SCSW3_SC); in test_subchan()
1150 memset (&dev->attnscsw, 0, sizeof(SCSW)); in device_reset()
2117 dev->attnscsw.flag0 = 0; in ARCH_DEP()
2118 dev->attnscsw.flag1 = 0; in ARCH_DEP()
2119 dev->attnscsw.flag2 = 0; in ARCH_DEP()
2121 store_fw (dev->attnscsw.ccwaddr, 0); in ARCH_DEP()
2122 dev->attnscsw.unitstat = unitstat; in ARCH_DEP()
2123 dev->attnscsw.chanstat = 0; in ARCH_DEP()
2124 store_hw (dev->attnscsw.count, 0); in ARCH_DEP()
[all …]
H A Dsr.c254 SR_WRITE_BUF (file, SR_DEV_ATTNSCSW, &dev->attnscsw, sizeof(SCSW)); in suspend_cmd()
1070 SR_READ_BUF(file, &dev->attnscsw, len); in resume_cmd()
H A Dhstructs.h871 SCSW attnscsw; /* ATTNsubchannel status word*/ member