[Info-vax] RMS and SSIO (again)

Vitaly Pustovetov pustovetov at gmail.com
Fri Jan 7 12:38:40 EST 2022


среда, 5 января 2022 г. в 03:02:05 UTC+3, tink... at gmail.com:

> Lets assume the SSIO interface will be $QIO possibly using something like IO$M_RBYTE/IO$M_WBYTE. This would in effect be readp/writep (linux IO routines) on VMS. So lets externalize them as SYS$READP/SYS$WRITEP. 
> 

Why do we need to assume? =)

int sys$ssio_readw(
	unsigned short chan,
	VOID_PQ buffer,
	unsigned __int64 bufsiz,
	IOSA_PL iosa,
	RESTARTROUTINE64 ast,
	VOID_PQ astprm);

int sys$ssio_writew(
	unsigned short chan,
	VOID_PQ buffer,
	unsigned __int64 bufsiz,
	IOSA_PL iosa,
	RESTARTROUTINE64 ast,
	VOID_PQ astprm);




More information about the Info-vax mailing list