plan 9 kernel history: overview | file list | diff list

1998/0916/port/systab.h (diff list | history)

1998/0319/sys/src/9/port/systab.h:19,261998/0916/sys/src/9/port/systab.h:19,25 (short | long | prev | next)
Rename sysvseek to sysseek. Rename sysseek to sysoseek.
rsc Fri Mar 4 12:44:25 2005
1991/1105    
Syscall sysmount; 
Syscall sysopen; 
Syscall sysread; 
Syscall sysseek; 
1998/0319    
Syscall sysvseek; 
1998/0916    
Syscall sysoseek; 
1991/1105    
Syscall syssleep; 
Syscall sysstat; 
1992/0428    
Syscall sysrfork; 
1998/0319/sys/src/9/port/systab.h:43,481998/0916/sys/src/9/port/systab.h:42,49
1992/0309    
Syscall syswait; 
1994/0402    
Syscall syswrite9p; 
1994/0405    
Syscall sysread9p; 
1998/0916    
Syscall sysseek; 
Syscall	sysdeath; 
1991/0731    
 
Syscall *systab[]={ 
	[SYSR1]		sysr1, 
1998/0319/sys/src/9/port/systab.h:61,681998/0916/sys/src/9/port/systab.h:62,68
1991/0731    
	[MOUNT]		sysmount, 
	[OPEN]		sysopen, 
	[READ]		sysread, 
	[SEEK]		sysseek, 
1998/0319    
	[VSEEK]		sysvseek, 
1998/0916    
	[OSEEK]		sysoseek, 
1991/0731    
	[SLEEP]		syssleep, 
	[STAT]		sysstat, 
1992/0428    
	[RFORK]		sysrfork, 
1998/0319/sys/src/9/port/systab.h:85,901998/0916/sys/src/9/port/systab.h:85,91
1992/0309    
	[WAIT]		syswait, 
1994/0402    
	[WRITE9P]	syswrite9p, 
1994/0405    
	[READ9P]	sysread9p, 
1998/0916    
	[SEEK]		sysseek, 
1991/0731    
}; 
1991/0926    
 
char *sysctab[]={ 
1998/0319/sys/src/9/port/systab.h:104,1111998/0916/sys/src/9/port/systab.h:105,111
1991/0926    
	[MOUNT]		"Mount", 
	[OPEN]		"Open", 
	[READ]		"Read", 
	[SEEK]		"Seek", 
1998/0319    
	[VSEEK]		"Vseek", 
1998/0916    
	[OSEEK]		"Oseek", 
1991/0926    
	[SLEEP]		"Sleep", 
	[STAT]		"Stat", 
1992/0428    
	[RFORK]		"Rfork", 
1998/0319/sys/src/9/port/systab.h:128,1331998/0916/sys/src/9/port/systab.h:128,134
1992/0309    
	[WAIT]		"Wait", 
1994/0402    
	[WRITE9P]	"Write9p", 
1994/0405    
	[READ9P]	"Read9p", 
1998/0916    
	[SEEK]		"Seek", 
1991/0926    
}; 
1994/0407    
 
int nsyscall = (sizeof systab/sizeof systab[0]); 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)