The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/i386/ibcs2/ibcs2_proto.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*
    2  * System call prototypes.
    3  *
    4  * DO NOT EDIT-- this file is automatically generated.
    5  * $FreeBSD: releng/9.0/sys/i386/ibcs2/ibcs2_proto.h 209581 2010-06-28 18:17:21Z kib $
    6  * created from FreeBSD: head/sys/i386/ibcs2/syscalls.master 203660 2010-02-08 10:02:01Z ed 
    7  */
    8 
    9 #ifndef _IBCS2_SYSPROTO_H_
   10 #define _IBCS2_SYSPROTO_H_
   11 
   12 #include <sys/signal.h>
   13 #include <sys/acl.h>
   14 #include <sys/cpuset.h>
   15 #include <sys/_semaphore.h>
   16 #include <sys/ucontext.h>
   17 
   18 #include <bsm/audit_kevents.h>
   19 
   20 struct proc;
   21 
   22 struct thread;
   23 
   24 #define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \
   25                 0 : sizeof(register_t) - sizeof(t))
   26 
   27 #if BYTE_ORDER == LITTLE_ENDIAN
   28 #define PADL_(t)        0
   29 #define PADR_(t)        PAD_(t)
   30 #else
   31 #define PADL_(t)        PAD_(t)
   32 #define PADR_(t)        0
   33 #endif
   34 
   35 struct ibcs2_read_args {
   36         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
   37         char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
   38         char nbytes_l_[PADL_(u_int)]; u_int nbytes; char nbytes_r_[PADR_(u_int)];
   39 };
   40 struct ibcs2_open_args {
   41         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
   42         char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
   43         char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
   44 };
   45 struct ibcs2_wait_args {
   46         char a1_l_[PADL_(int)]; int a1; char a1_r_[PADR_(int)];
   47         char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
   48         char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
   49 };
   50 struct ibcs2_creat_args {
   51         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
   52         char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
   53 };
   54 struct ibcs2_unlink_args {
   55         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
   56 };
   57 struct ibcs2_execv_args {
   58         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
   59         char argp_l_[PADL_(char **)]; char ** argp; char argp_r_[PADR_(char **)];
   60 };
   61 struct ibcs2_chdir_args {
   62         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
   63 };
   64 struct ibcs2_time_args {
   65         char tp_l_[PADL_(ibcs2_time_t *)]; ibcs2_time_t * tp; char tp_r_[PADR_(ibcs2_time_t *)];
   66 };
   67 struct ibcs2_mknod_args {
   68         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
   69         char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
   70         char dev_l_[PADL_(int)]; int dev; char dev_r_[PADR_(int)];
   71 };
   72 struct ibcs2_chmod_args {
   73         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
   74         char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
   75 };
   76 struct ibcs2_chown_args {
   77         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
   78         char uid_l_[PADL_(int)]; int uid; char uid_r_[PADR_(int)];
   79         char gid_l_[PADL_(int)]; int gid; char gid_r_[PADR_(int)];
   80 };
   81 struct ibcs2_stat_args {
   82         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
   83         char st_l_[PADL_(struct ibcs2_stat *)]; struct ibcs2_stat * st; char st_r_[PADR_(struct ibcs2_stat *)];
   84 };
   85 struct ibcs2_lseek_args {
   86         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
   87         char offset_l_[PADL_(long)]; long offset; char offset_r_[PADR_(long)];
   88         char whence_l_[PADL_(int)]; int whence; char whence_r_[PADR_(int)];
   89 };
   90 struct ibcs2_mount_args {
   91         char special_l_[PADL_(char *)]; char * special; char special_r_[PADR_(char *)];
   92         char dir_l_[PADL_(char *)]; char * dir; char dir_r_[PADR_(char *)];
   93         char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
   94         char fstype_l_[PADL_(int)]; int fstype; char fstype_r_[PADR_(int)];
   95         char data_l_[PADL_(char *)]; char * data; char data_r_[PADR_(char *)];
   96         char len_l_[PADL_(int)]; int len; char len_r_[PADR_(int)];
   97 };
   98 struct ibcs2_umount_args {
   99         char name_l_[PADL_(char *)]; char * name; char name_r_[PADR_(char *)];
  100 };
  101 struct ibcs2_setuid_args {
  102         char uid_l_[PADL_(int)]; int uid; char uid_r_[PADR_(int)];
  103 };
  104 struct ibcs2_stime_args {
  105         char timep_l_[PADL_(long *)]; long * timep; char timep_r_[PADR_(long *)];
  106 };
  107 struct ibcs2_alarm_args {
  108         char sec_l_[PADL_(unsigned)]; unsigned sec; char sec_r_[PADR_(unsigned)];
  109 };
  110 struct ibcs2_fstat_args {
  111         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  112         char st_l_[PADL_(struct ibcs2_stat *)]; struct ibcs2_stat * st; char st_r_[PADR_(struct ibcs2_stat *)];
  113 };
  114 struct ibcs2_pause_args {
  115         register_t dummy;
  116 };
  117 struct ibcs2_utime_args {
  118         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  119         char buf_l_[PADL_(struct ibcs2_utimbuf *)]; struct ibcs2_utimbuf * buf; char buf_r_[PADR_(struct ibcs2_utimbuf *)];
  120 };
  121 struct ibcs2_access_args {
  122         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  123         char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
  124 };
  125 struct ibcs2_nice_args {
  126         char incr_l_[PADL_(int)]; int incr; char incr_r_[PADR_(int)];
  127 };
  128 struct ibcs2_statfs_args {
  129         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  130         char buf_l_[PADL_(struct ibcs2_statfs *)]; struct ibcs2_statfs * buf; char buf_r_[PADR_(struct ibcs2_statfs *)];
  131         char len_l_[PADL_(int)]; int len; char len_r_[PADR_(int)];
  132         char fstype_l_[PADL_(int)]; int fstype; char fstype_r_[PADR_(int)];
  133 };
  134 struct ibcs2_kill_args {
  135         char pid_l_[PADL_(int)]; int pid; char pid_r_[PADR_(int)];
  136         char signo_l_[PADL_(int)]; int signo; char signo_r_[PADR_(int)];
  137 };
  138 struct ibcs2_fstatfs_args {
  139         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  140         char buf_l_[PADL_(struct ibcs2_statfs *)]; struct ibcs2_statfs * buf; char buf_r_[PADR_(struct ibcs2_statfs *)];
  141         char len_l_[PADL_(int)]; int len; char len_r_[PADR_(int)];
  142         char fstype_l_[PADL_(int)]; int fstype; char fstype_r_[PADR_(int)];
  143 };
  144 struct ibcs2_pgrpsys_args {
  145         char type_l_[PADL_(int)]; int type; char type_r_[PADR_(int)];
  146         char dummy_l_[PADL_(caddr_t)]; caddr_t dummy; char dummy_r_[PADR_(caddr_t)];
  147         char pid_l_[PADL_(int)]; int pid; char pid_r_[PADR_(int)];
  148         char pgid_l_[PADL_(int)]; int pgid; char pgid_r_[PADR_(int)];
  149 };
  150 struct ibcs2_xenix_args {
  151         char a1_l_[PADL_(int)]; int a1; char a1_r_[PADR_(int)];
  152         char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
  153         char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
  154         char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
  155         char a5_l_[PADL_(int)]; int a5; char a5_r_[PADR_(int)];
  156 };
  157 struct ibcs2_times_args {
  158         char tp_l_[PADL_(struct tms *)]; struct tms * tp; char tp_r_[PADR_(struct tms *)];
  159 };
  160 struct ibcs2_plock_args {
  161         char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
  162 };
  163 struct ibcs2_setgid_args {
  164         char gid_l_[PADL_(int)]; int gid; char gid_r_[PADR_(int)];
  165 };
  166 struct ibcs2_sigsys_args {
  167         char sig_l_[PADL_(int)]; int sig; char sig_r_[PADR_(int)];
  168         char fp_l_[PADL_(ibcs2_sig_t)]; ibcs2_sig_t fp; char fp_r_[PADR_(ibcs2_sig_t)];
  169 };
  170 struct ibcs2_msgsys_args {
  171         char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
  172         char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
  173         char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
  174         char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
  175         char a5_l_[PADL_(int)]; int a5; char a5_r_[PADR_(int)];
  176         char a6_l_[PADL_(int)]; int a6; char a6_r_[PADR_(int)];
  177 };
  178 struct ibcs2_sysi86_args {
  179         char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
  180         char arg_l_[PADL_(int *)]; int * arg; char arg_r_[PADR_(int *)];
  181 };
  182 struct ibcs2_shmsys_args {
  183         char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
  184         char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
  185         char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
  186         char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
  187 };
  188 struct ibcs2_semsys_args {
  189         char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
  190         char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
  191         char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
  192         char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
  193         char a5_l_[PADL_(int)]; int a5; char a5_r_[PADR_(int)];
  194 };
  195 struct ibcs2_ioctl_args {
  196         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  197         char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
  198         char data_l_[PADL_(caddr_t)]; caddr_t data; char data_r_[PADR_(caddr_t)];
  199 };
  200 struct ibcs2_uadmin_args {
  201         char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
  202         char func_l_[PADL_(int)]; int func; char func_r_[PADR_(int)];
  203         char data_l_[PADL_(caddr_t)]; caddr_t data; char data_r_[PADR_(caddr_t)];
  204 };
  205 struct ibcs2_utssys_args {
  206         char a1_l_[PADL_(int)]; int a1; char a1_r_[PADR_(int)];
  207         char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
  208         char flag_l_[PADL_(int)]; int flag; char flag_r_[PADR_(int)];
  209 };
  210 struct ibcs2_execve_args {
  211         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  212         char argp_l_[PADL_(char **)]; char ** argp; char argp_r_[PADR_(char **)];
  213         char envp_l_[PADL_(char **)]; char ** envp; char envp_r_[PADR_(char **)];
  214 };
  215 struct ibcs2_fcntl_args {
  216         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  217         char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
  218         char arg_l_[PADL_(char *)]; char * arg; char arg_r_[PADR_(char *)];
  219 };
  220 struct ibcs2_ulimit_args {
  221         char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
  222         char newlimit_l_[PADL_(int)]; int newlimit; char newlimit_r_[PADR_(int)];
  223 };
  224 struct ibcs2_rmdir_args {
  225         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  226 };
  227 struct ibcs2_mkdir_args {
  228         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  229         char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
  230 };
  231 struct ibcs2_getdents_args {
  232         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  233         char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
  234         char nbytes_l_[PADL_(int)]; int nbytes; char nbytes_r_[PADR_(int)];
  235 };
  236 struct ibcs2_sysfs_args {
  237         char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
  238         char d1_l_[PADL_(caddr_t)]; caddr_t d1; char d1_r_[PADR_(caddr_t)];
  239         char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
  240 };
  241 struct ibcs2_getmsg_args {
  242         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  243         char ctl_l_[PADL_(struct ibcs2_stropts *)]; struct ibcs2_stropts * ctl; char ctl_r_[PADR_(struct ibcs2_stropts *)];
  244         char dat_l_[PADL_(struct ibcs2_stropts *)]; struct ibcs2_stropts * dat; char dat_r_[PADR_(struct ibcs2_stropts *)];
  245         char flags_l_[PADL_(int *)]; int * flags; char flags_r_[PADR_(int *)];
  246 };
  247 struct ibcs2_putmsg_args {
  248         char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
  249         char ctl_l_[PADL_(struct ibcs2_stropts *)]; struct ibcs2_stropts * ctl; char ctl_r_[PADR_(struct ibcs2_stropts *)];
  250         char dat_l_[PADL_(struct ibcs2_stropts *)]; struct ibcs2_stropts * dat; char dat_r_[PADR_(struct ibcs2_stropts *)];
  251         char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
  252 };
  253 struct ibcs2_secure_args {
  254         char cmd_l_[PADL_(int)]; int cmd; char cmd_r_[PADR_(int)];
  255         char a1_l_[PADL_(int)]; int a1; char a1_r_[PADR_(int)];
  256         char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)];
  257         char a3_l_[PADL_(int)]; int a3; char a3_r_[PADR_(int)];
  258         char a4_l_[PADL_(int)]; int a4; char a4_r_[PADR_(int)];
  259         char a5_l_[PADL_(int)]; int a5; char a5_r_[PADR_(int)];
  260 };
  261 struct ibcs2_symlink_args {
  262         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  263         char link_l_[PADL_(char *)]; char * link; char link_r_[PADR_(char *)];
  264 };
  265 struct ibcs2_lstat_args {
  266         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  267         char st_l_[PADL_(struct ibcs2_stat *)]; struct ibcs2_stat * st; char st_r_[PADR_(struct ibcs2_stat *)];
  268 };
  269 struct ibcs2_readlink_args {
  270         char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
  271         char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
  272         char count_l_[PADL_(int)]; int count; char count_r_[PADR_(int)];
  273 };
  274 struct ibcs2_isc_args {
  275         register_t dummy;
  276 };
  277 int     ibcs2_read(struct thread *, struct ibcs2_read_args *);
  278 int     ibcs2_open(struct thread *, struct ibcs2_open_args *);
  279 int     ibcs2_wait(struct thread *, struct ibcs2_wait_args *);
  280 int     ibcs2_creat(struct thread *, struct ibcs2_creat_args *);
  281 int     ibcs2_unlink(struct thread *, struct ibcs2_unlink_args *);
  282 int     ibcs2_execv(struct thread *, struct ibcs2_execv_args *);
  283 int     ibcs2_chdir(struct thread *, struct ibcs2_chdir_args *);
  284 int     ibcs2_time(struct thread *, struct ibcs2_time_args *);
  285 int     ibcs2_mknod(struct thread *, struct ibcs2_mknod_args *);
  286 int     ibcs2_chmod(struct thread *, struct ibcs2_chmod_args *);
  287 int     ibcs2_chown(struct thread *, struct ibcs2_chown_args *);
  288 int     ibcs2_stat(struct thread *, struct ibcs2_stat_args *);
  289 int     ibcs2_lseek(struct thread *, struct ibcs2_lseek_args *);
  290 int     ibcs2_mount(struct thread *, struct ibcs2_mount_args *);
  291 int     ibcs2_umount(struct thread *, struct ibcs2_umount_args *);
  292 int     ibcs2_setuid(struct thread *, struct ibcs2_setuid_args *);
  293 int     ibcs2_stime(struct thread *, struct ibcs2_stime_args *);
  294 int     ibcs2_alarm(struct thread *, struct ibcs2_alarm_args *);
  295 int     ibcs2_fstat(struct thread *, struct ibcs2_fstat_args *);
  296 int     ibcs2_pause(struct thread *, struct ibcs2_pause_args *);
  297 int     ibcs2_utime(struct thread *, struct ibcs2_utime_args *);
  298 int     ibcs2_access(struct thread *, struct ibcs2_access_args *);
  299 int     ibcs2_nice(struct thread *, struct ibcs2_nice_args *);
  300 int     ibcs2_statfs(struct thread *, struct ibcs2_statfs_args *);
  301 int     ibcs2_kill(struct thread *, struct ibcs2_kill_args *);
  302 int     ibcs2_fstatfs(struct thread *, struct ibcs2_fstatfs_args *);
  303 int     ibcs2_pgrpsys(struct thread *, struct ibcs2_pgrpsys_args *);
  304 int     ibcs2_xenix(struct thread *, struct ibcs2_xenix_args *);
  305 int     ibcs2_times(struct thread *, struct ibcs2_times_args *);
  306 int     ibcs2_plock(struct thread *, struct ibcs2_plock_args *);
  307 int     ibcs2_setgid(struct thread *, struct ibcs2_setgid_args *);
  308 int     ibcs2_sigsys(struct thread *, struct ibcs2_sigsys_args *);
  309 int     ibcs2_msgsys(struct thread *, struct ibcs2_msgsys_args *);
  310 int     ibcs2_sysi86(struct thread *, struct ibcs2_sysi86_args *);
  311 int     ibcs2_shmsys(struct thread *, struct ibcs2_shmsys_args *);
  312 int     ibcs2_semsys(struct thread *, struct ibcs2_semsys_args *);
  313 int     ibcs2_ioctl(struct thread *, struct ibcs2_ioctl_args *);
  314 int     ibcs2_uadmin(struct thread *, struct ibcs2_uadmin_args *);
  315 int     ibcs2_utssys(struct thread *, struct ibcs2_utssys_args *);
  316 int     ibcs2_execve(struct thread *, struct ibcs2_execve_args *);
  317 int     ibcs2_fcntl(struct thread *, struct ibcs2_fcntl_args *);
  318 int     ibcs2_ulimit(struct thread *, struct ibcs2_ulimit_args *);
  319 int     ibcs2_rmdir(struct thread *, struct ibcs2_rmdir_args *);
  320 int     ibcs2_mkdir(struct thread *, struct ibcs2_mkdir_args *);
  321 int     ibcs2_getdents(struct thread *, struct ibcs2_getdents_args *);
  322 int     ibcs2_sysfs(struct thread *, struct ibcs2_sysfs_args *);
  323 int     ibcs2_getmsg(struct thread *, struct ibcs2_getmsg_args *);
  324 int     ibcs2_putmsg(struct thread *, struct ibcs2_putmsg_args *);
  325 int     ibcs2_secure(struct thread *, struct ibcs2_secure_args *);
  326 int     ibcs2_symlink(struct thread *, struct ibcs2_symlink_args *);
  327 int     ibcs2_lstat(struct thread *, struct ibcs2_lstat_args *);
  328 int     ibcs2_readlink(struct thread *, struct ibcs2_readlink_args *);
  329 int     ibcs2_isc(struct thread *, struct ibcs2_isc_args *);
  330 
  331 #ifdef COMPAT_43
  332 
  333 
  334 #endif /* COMPAT_43 */
  335 
  336 
  337 #ifdef COMPAT_FREEBSD4
  338 
  339 
  340 #endif /* COMPAT_FREEBSD4 */
  341 
  342 
  343 #ifdef COMPAT_FREEBSD6
  344 
  345 
  346 #endif /* COMPAT_FREEBSD6 */
  347 
  348 
  349 #ifdef COMPAT_FREEBSD7
  350 
  351 
  352 #endif /* COMPAT_FREEBSD7 */
  353 
  354 #define IBCS2_SYS_AUE_ibcs2_read        AUE_NULL
  355 #define IBCS2_SYS_AUE_ibcs2_open        AUE_OPEN_RWTC
  356 #define IBCS2_SYS_AUE_ibcs2_wait        AUE_WAIT4
  357 #define IBCS2_SYS_AUE_ibcs2_creat       AUE_CREAT
  358 #define IBCS2_SYS_AUE_ibcs2_unlink      AUE_UNLINK
  359 #define IBCS2_SYS_AUE_ibcs2_execv       AUE_EXECVE
  360 #define IBCS2_SYS_AUE_ibcs2_chdir       AUE_CHDIR
  361 #define IBCS2_SYS_AUE_ibcs2_time        AUE_NULL
  362 #define IBCS2_SYS_AUE_ibcs2_mknod       AUE_MKNOD
  363 #define IBCS2_SYS_AUE_ibcs2_chmod       AUE_CHMOD
  364 #define IBCS2_SYS_AUE_ibcs2_chown       AUE_CHOWN
  365 #define IBCS2_SYS_AUE_ibcs2_stat        AUE_STAT
  366 #define IBCS2_SYS_AUE_ibcs2_lseek       AUE_LSEEK
  367 #define IBCS2_SYS_AUE_ibcs2_mount       AUE_MOUNT
  368 #define IBCS2_SYS_AUE_ibcs2_umount      AUE_UMOUNT
  369 #define IBCS2_SYS_AUE_ibcs2_setuid      AUE_SETUID
  370 #define IBCS2_SYS_AUE_ibcs2_stime       AUE_SETTIMEOFDAY
  371 #define IBCS2_SYS_AUE_ibcs2_alarm       AUE_NULL
  372 #define IBCS2_SYS_AUE_ibcs2_fstat       AUE_FSTAT
  373 #define IBCS2_SYS_AUE_ibcs2_pause       AUE_NULL
  374 #define IBCS2_SYS_AUE_ibcs2_utime       AUE_NULL
  375 #define IBCS2_SYS_AUE_ibcs2_access      AUE_ACCESS
  376 #define IBCS2_SYS_AUE_ibcs2_nice        AUE_NICE
  377 #define IBCS2_SYS_AUE_ibcs2_statfs      AUE_STATFS
  378 #define IBCS2_SYS_AUE_ibcs2_kill        AUE_KILL
  379 #define IBCS2_SYS_AUE_ibcs2_fstatfs     AUE_FSTATFS
  380 #define IBCS2_SYS_AUE_ibcs2_pgrpsys     AUE_NULL
  381 #define IBCS2_SYS_AUE_ibcs2_xenix       AUE_NULL
  382 #define IBCS2_SYS_AUE_ibcs2_times       AUE_NULL
  383 #define IBCS2_SYS_AUE_ibcs2_plock       AUE_NULL
  384 #define IBCS2_SYS_AUE_ibcs2_setgid      AUE_SETGID
  385 #define IBCS2_SYS_AUE_ibcs2_sigsys      AUE_NULL
  386 #define IBCS2_SYS_AUE_ibcs2_msgsys      AUE_MSGSYS
  387 #define IBCS2_SYS_AUE_ibcs2_sysi86      AUE_NULL
  388 #define IBCS2_SYS_AUE_ibcs2_shmsys      AUE_SHMSYS
  389 #define IBCS2_SYS_AUE_ibcs2_semsys      AUE_SEMSYS
  390 #define IBCS2_SYS_AUE_ibcs2_ioctl       AUE_IOCTL
  391 #define IBCS2_SYS_AUE_ibcs2_uadmin      AUE_NULL
  392 #define IBCS2_SYS_AUE_ibcs2_utssys      AUE_NULL
  393 #define IBCS2_SYS_AUE_ibcs2_execve      AUE_EXECVE
  394 #define IBCS2_SYS_AUE_ibcs2_fcntl       AUE_FCNTL
  395 #define IBCS2_SYS_AUE_ibcs2_ulimit      AUE_NULL
  396 #define IBCS2_SYS_AUE_ibcs2_rmdir       AUE_RMDIR
  397 #define IBCS2_SYS_AUE_ibcs2_mkdir       AUE_MKDIR
  398 #define IBCS2_SYS_AUE_ibcs2_getdents    AUE_GETDIRENTRIES
  399 #define IBCS2_SYS_AUE_ibcs2_sysfs       AUE_NULL
  400 #define IBCS2_SYS_AUE_ibcs2_getmsg      AUE_GETMSG
  401 #define IBCS2_SYS_AUE_ibcs2_putmsg      AUE_PUTMSG
  402 #define IBCS2_SYS_AUE_ibcs2_secure      AUE_NULL
  403 #define IBCS2_SYS_AUE_ibcs2_symlink     AUE_SYMLINK
  404 #define IBCS2_SYS_AUE_ibcs2_lstat       AUE_LSTAT
  405 #define IBCS2_SYS_AUE_ibcs2_readlink    AUE_READLINK
  406 #define IBCS2_SYS_AUE_ibcs2_isc AUE_NULL
  407 
  408 #undef PAD_
  409 #undef PADL_
  410 #undef PADR_
  411 
  412 #endif /* !_IBCS2_SYSPROTO_H_ */

Cache object: 483bdf0b961e3a266a6b1e509f6d7e7a


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.