/* QIOS_S and QIOWS_S are defined for setting status registers. Their first six arguments are the same as any QIO's, and they take one more, an int, which will be placed in the first word of the QIO parameter list. /* typedef struct { unsigned char dic, dln; unsigned fnc, lun; unsigned char efn, pri; unsigned *isb; AST *ast; unsigned sts, prl2, prl3, prl4, prl5, prl6; } QIOS_DPB; #define QIOS_(name, fnc, lun, efn, pri, isb, ast, status) \ QIOS_DPB name = {1, 12, fnc, lun, efn, 0, isb, ast, status, 0,0,0,0,0}