/* QIOD_S and QIOWD_S have been defined for easier access to disk QIOs. Their first six arguments are the same as any QIO's, and the last three are a buffer address, its length, and a long block number. */ #define QIOWD_S(fnc, lun, efn, pri, isb, ast, stadd, size, blk) \ emt (3|12<<8, (unsigned) fnc, (unsigned) lun, (unsigned) efn & 0377, \ (unsigned *) isb, (AST *) ast, \ (unsigned *) stadd, (unsigned) size, 0, (long) blk, 0)