]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/i386/ibcs2/syscalls.xenix
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / i386 / ibcs2 / syscalls.xenix
1  $FreeBSD$
2
3 #include <sys/param.h>
4 #include <sys/sysent.h>
5 #include <sys/sysproto.h>
6 #include <i386/ibcs2/ibcs2_types.h>
7 #include <i386/ibcs2/ibcs2_signal.h>
8 #include <i386/ibcs2/ibcs2_xenix.h>
9
10 0       AUE_NULL        UNIMPL  nosys
11 1       AUE_NULL        UNIMPL  xenix_xlocking
12 2       AUE_NULL        UNIMPL  xenix_creatsem
13 3       AUE_NULL        UNIMPL  xenix_opensem
14 4       AUE_NULL        UNIMPL  xenix_sigsem
15 5       AUE_NULL        UNIMPL  xenix_waitsem
16 6       AUE_NULL        UNIMPL  xenix_nbwaitsem
17 7       AUE_NULL        STD     { int xenix_rdchk(int fd); }
18 8       AUE_NULL        UNIMPL  nosys
19 9       AUE_NULL        UNIMPL  nosys
20 10      AUE_FTRUNCATE   STD     { int xenix_chsize(int fd, long size); }
21 11      AUE_NULL        STD     { int xenix_ftime(struct timeb *tp); }
22 12      AUE_NULL        STD     { int xenix_nap(int millisec); }
23 13      AUE_NULL        UNIMPL  xenix_sdget
24 14      AUE_NULL        UNIMPL  xenix_sdfree
25 15      AUE_NULL        UNIMPL  xenix_sdenter
26 16      AUE_NULL        UNIMPL  xenix_sdleave
27 17      AUE_NULL        UNIMPL  xenix_sdgetv
28 18      AUE_NULL        UNIMPL  xenix_sdwaitv
29 19      AUE_NULL        UNIMPL  nosys
30 20      AUE_NULL        UNIMPL  nosys
31 21      AUE_NULL        STD     { int xenix_scoinfo(void); }
32 22      AUE_NULL        UNIMPL  nosys
33 23      AUE_NULL        UNIMPL  nosys
34 24      AUE_NULL        UNIMPL  nosys
35 25      AUE_NULL        UNIMPL  nosys
36 26      AUE_NULL        UNIMPL  nosys
37 27      AUE_NULL        UNIMPL  nosys
38 28      AUE_NULL        UNIMPL  nosys
39 29      AUE_NULL        UNIMPL  nosys
40 30      AUE_NULL        UNIMPL  nosys
41 31      AUE_NULL        UNIMPL  nosys
42 32      AUE_NULL        UNIMPL  xenix_proctl
43 33      AUE_NULL        UNIMPL  xenix_execseg
44 34      AUE_NULL        UNIMPL  xenix_unexecseg
45 35      AUE_NULL        UNIMPL  nosys
46 36      AUE_SELECT      NOPROTO { int select(u_int nd, fd_set *in, \
47                                     fd_set *ou, fd_set *ex, \
48                                     struct timeval *tv); }
49 37      AUE_EACCESS     STD     { int xenix_eaccess(char *path, int flags); }
50 38      AUE_NULL        UNIMPL  xenix_paccess
51 39      AUE_NULL        STD     { int ibcs2_sigaction(int sig, \
52                                     struct ibcs2_sigaction *act, \
53                                     struct ibcs2_sigaction *oact); }
54 40      AUE_NULL        STD     { int ibcs2_sigprocmask(int how, \
55                                     ibcs2_sigset_t *set, \
56                                     ibcs2_sigset_t *oset); }
57 41      AUE_NULL        STD     { int ibcs2_sigpending(ibcs2_sigset_t *mask); }
58 42      AUE_NULL        STD     { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
59 43      AUE_GETGROUPS   STD     { int ibcs2_getgroups(int gidsetsize, \
60                                     ibcs2_gid_t *gidset); }
61 44      AUE_SETGROUPS   STD     { int ibcs2_setgroups(int gidsetsize, \
62                                     ibcs2_gid_t *gidset); }
63 45      AUE_NULL        STD     { int ibcs2_sysconf(int name); }
64 46      AUE_PATHCONF    STD     { int ibcs2_pathconf(char *path, int name); }
65 47      AUE_FPATHCONF   STD     { int ibcs2_fpathconf(int fd, int name); }
66 48      AUE_RENAME      STD     { int ibcs2_rename(char *from, char *to); }
67 49      AUE_NULL        UNIMPL  nosys
68 50      AUE_NULL        STD     { int xenix_utsname(long addr); }
69 51      AUE_NULL        UNIMPL  nosys
70 52      AUE_NULL        UNIMPL  nosys
71 53      AUE_NULL        UNIMPL  nosys
72 54      AUE_NULL        UNIMPL  nosys
73 55      AUE_GETITIMER   NOPROTO { int getitimer(u_int which, \
74                                     struct itimerval *itv); }
75 56      AUE_SETITIMER   NOPROTO { int setitimer(u_int which, \
76                                     struct itimerval *itv, \
77                                     struct itimerval *otv); }