Home
last modified time | relevance | path

Searched refs:crwpending (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dmachchk.c72 if(dev->crwpending) in channel_report()
75 if(dev->crwpending) in channel_report()
77 dev->crwpending = 0; in channel_report()
H A Dconfig.c337 dev->crwpending = 1; in get_devblk()
514 dev->crwpending = 1; in detach_devblk()
656 dev->crwpending = 1; in define_device()
H A Dhstructs.h928 ( dev->crwpending && ARCH_370 == sysblk.arch_mode )
929 int crwpending; /* 1=CRW pending */ member
H A Dsr.c273 SR_WRITE_VALUE(file, SR_DEV_CRWPENDING, dev->crwpending, 1); in suspend_cmd()
1217 dev->crwpending = rc; in resume_cmd()
H A Dchannel.c1153 dev->crwpending = 0; in device_reset()
H A Dhsccmd.c5600 if ((dev->crwpending) && (dev->pmcw.flag5 & PMCW5_V)) in ipending_cmd()