DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦6d752ec3d⟧ TextFile

    Length: 700 (0x2bc)
    Types: TextFile
    Notes: UNIX file
    Names: »muxtrace.h«

Derivation

└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦22cab2c1b⟧ UNIX Filesystem
    └─⟦this⟧ »KC/new/usr/include/sys/muxtrace.h« 

TextFile

struct muxtrace {
unchar	mt_event, mt_unit, mt_chan;
ushort	mt1, mt2, mt3, mt4;
};

						/* event type		mt1		mt2		mt3		mt4		*/

#define	MT_SCMD		0	/* send command		op		cmd		addr	size	*/
#define MT_WE		1	/* wait event		pid				bit ..	bit		*/
#define MT_WEC		2	/* wait event cmpl	pid		errno					*/
#define	MT_SIG		3	/* signal			pgrp	signo					*/
#define	MT_INIT		4	/* muxgate1											*/
#define	MT_OPEN		5	/* open call		pid								*/
#define	MT_CLOSE	6	/* close call		pid								*/
#define	MT_READ		7	/* read call		pid		count					*/
#define	MT_WRITE	8	/* write call		pid		count					*/
#define	MT_IOCTL	9	/* ioctl call		pid		cmd						*/
#define	MT_RCMD		10	/* rec command		op,res	cmd		addr	count	*/