Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/cmd/unix/u9fs/oldfcall.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


uint	convM2Dold(uchar*, uint, Dir*, char*);
uint	convD2Mold(Dir*, uchar*, uint);
uint	sizeD2Mold(Dir*);
uint	convM2Sold(uchar*, uint, Fcall*);
uint	convS2Mold(Fcall*, uchar*, uint);
uint	oldhdrsize(uchar);
uint	iosize(uchar*);

enum
{
	oldTnop =		50,
	oldRnop,
	oldTosession =	52,	/* illegal */
	oldRosession,		/* illegal */
	oldTerror =	54,	/* illegal */
	oldRerror,
	oldTflush =	56,
	oldRflush,
	oldToattach =	58,	/* illegal */
	oldRoattach,		/* illegal */
	oldTclone =	60,
	oldRclone,
	oldTwalk =		62,
	oldRwalk,
	oldTopen =		64,
	oldRopen,
	oldTcreate =	66,
	oldRcreate,
	oldTread =		68,
	oldRread,
	oldTwrite =	70,
	oldRwrite,
	oldTclunk =	72,
	oldRclunk,
	oldTremove =	74,
	oldRremove,
	oldTstat =		76,
	oldRstat,
	oldTwstat =	78,
	oldRwstat,
	oldTclwalk =	80,
	oldRclwalk,
	oldTauth =		82,	/* illegal */
	oldRauth,			/* illegal */
	oldTsession =	84,
	oldRsession,
	oldTattach =	86,
	oldRattach,
	oldTmax
};

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.