1 $FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.2.4.1 1999/09/05 08:11:33 peter Exp $
2
3 #include <sys/types.h>
4 #include <sys/param.h>
5 #include <sys/sysent.h>
6 #include <sys/sysproto.h>
7 #include <i386/ibcs2/ibcs2_types.h>
8 #include <i386/ibcs2/ibcs2_signal.h>
9 #include <i386/ibcs2/ibcs2_statfs.h>
10 #include <i386/ibcs2/ibcs2_xenix.h>
11
12 0 UNIMPL XENIX nosys
13 1 UNIMPL XENIX xenix_xlocking
14 2 UNIMPL XENIX xenix_creatsem
15 3 UNIMPL XENIX xenix_opensem
16 4 UNIMPL XENIX xenix_sigsem
17 5 UNIMPL XENIX xenix_waitsem
18 6 UNIMPL XENIX xenix_nbwaitsem
19 7 STD XENIX { int xenix_rdchk(int fd); }
20 8 UNIMPL XENIX nosys
21 9 UNIMPL XENIX nosys
22 10 STD XENIX { int xenix_chsize(int fd, long size); }
23 11 STD XENIX { int xenix_ftime(struct timeb *tp); }
24 12 STD XENIX { int xenix_nap(int millisec); }
25 13 UNIMPL XENIX xenix_sdget
26 14 UNIMPL XENIX xenix_sdfree
27 15 UNIMPL XENIX xenix_sdenter
28 16 UNIMPL XENIX xenix_sdleave
29 17 UNIMPL XENIX xenix_sdgetv
30 18 UNIMPL XENIX xenix_sdwaitv
31 19 UNIMPL XENIX nosys
32 20 UNIMPL XENIX nosys
33 21 STD XENIX { int xenix_scoinfo(void); }
34 22 UNIMPL XENIX nosys
35 23 UNIMPL XENIX nosys
36 24 UNIMPL XENIX nosys
37 25 UNIMPL XENIX nosys
38 26 UNIMPL XENIX nosys
39 27 UNIMPL XENIX nosys
40 28 UNIMPL XENIX nosys
41 29 UNIMPL XENIX nosys
42 30 UNIMPL XENIX nosys
43 31 UNIMPL XENIX nosys
44 32 UNIMPL XENIX xenix_proctl
45 33 UNIMPL XENIX xenix_execseg
46 34 UNIMPL XENIX xenix_unexecseg
47 35 UNIMPL XENIX nosys
48 36 NOPROTO XENIX { int select(u_int nd, fd_set *in, fd_set *ou, \
49 fd_set *ex, struct timeval *tv); }
50 37 STD XENIX { int xenix_eaccess(char *path, int flags); }
51 38 UNIMPL XENIX xenix_paccess
52 39 STD XENIX { int ibcs2_sigaction(int sig, \
53 struct ibcs2_sigaction *act, \
54 struct ibcs2_sigaction *oact); }
55 40 STD XENIX { int ibcs2_sigprocmask(int how, ibcs2_sigset_t *set, \
56 ibcs2_sigset_t *oset); }
57 41 STD XENIX { int ibcs2_sigpending(ibcs2_sigset_t *mask); }
58 42 STD XENIX { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
59 43 STD XENIX { int ibcs2_getgroups(int gidsetsize, \
60 ibcs2_gid_t *gidset); }
61 44 STD XENIX { int ibcs2_setgroups(int gidsetsize, \
62 ibcs2_gid_t *gidset); }
63 45 STD XENIX { int ibcs2_sysconf(int name); }
64 46 STD XENIX { int ibcs2_pathconf(char *path, int name); }
65 47 STD XENIX { int ibcs2_fpathconf(int fd, int name); }
66 48 STD XENIX { int ibcs2_rename(char *from, char *to); }
67 49 UNIMPL XENIX nosys
68 50 STD XENIX { int xenix_utsname(long addr); }
69 51 UNIMPL XENIX nosys
70 52 UNIMPL XENIX nosys
71 53 UNIMPL XENIX nosys
72 54 UNIMPL XENIX nosys
73 55 NOPROTO XENIX { int getitimer(u_int which, struct itimerval *itv); }
74 56 NOPROTO XENIX { int setitimer(u_int which, struct itimerval *itv, \
75 struct itimerval *otv); }
Cache object: 9a2003154404f8841c58f15152df85ea
|