Lines Matching defs:s10_emulation_table

45 char *s10_emulation_table = NULL;
482 s10_emulation_table = kmem_zalloc(NSYSCALL, KM_SLEEP);
483 s10_emulation_table[S10_SYS_forkall] = 1; /* 2 */
484 s10_emulation_table[S10_SYS_open] = 1; /* 5 */
485 s10_emulation_table[S10_SYS_wait] = 1; /* 7 */
486 s10_emulation_table[S10_SYS_creat] = 1; /* 8 */
487 s10_emulation_table[S10_SYS_link] = 1; /* 9 */
488 s10_emulation_table[S10_SYS_unlink] = 1; /* 10 */
489 s10_emulation_table[S10_SYS_exec] = 1; /* 11 */
490 s10_emulation_table[S10_SYS_mknod] = 1; /* 14 */
491 s10_emulation_table[S10_SYS_chmod] = 1; /* 15 */
492 s10_emulation_table[S10_SYS_chown] = 1; /* 16 */
493 s10_emulation_table[S10_SYS_stat] = 1; /* 18 */
494 s10_emulation_table[S10_SYS_umount] = 1; /* 22 */
495 s10_emulation_table[S10_SYS_fstat] = 1; /* 28 */
496 s10_emulation_table[S10_SYS_utime] = 1; /* 30 */
497 s10_emulation_table[S10_SYS_access] = 1; /* 33 */
498 s10_emulation_table[SYS_kill] = 1; /* 37 */
499 s10_emulation_table[S10_SYS_dup] = 1; /* 41 */
500 s10_emulation_table[SYS_ioctl] = 1; /* 54 */
501 s10_emulation_table[SYS_execve] = 1; /* 59 */
502 s10_emulation_table[SYS_acctctl] = 1; /* 71 */
503 s10_emulation_table[S10_SYS_issetugid] = 1; /* 75 */
504 s10_emulation_table[S10_SYS_fsat] = 1; /* 76 */
505 s10_emulation_table[S10_SYS_rmdir] = 1; /* 79 */
506 s10_emulation_table[S10_SYS_mkdir] = 1; /* 80 */
507 s10_emulation_table[SYS_getdents] = 1; /* 81 */
508 s10_emulation_table[S10_SYS_poll] = 1; /* 87 */
509 s10_emulation_table[S10_SYS_lstat] = 1; /* 88 */
510 s10_emulation_table[S10_SYS_symlink] = 1; /* 89 */
511 s10_emulation_table[S10_SYS_readlink] = 1; /* 90 */
512 s10_emulation_table[S10_SYS_fchmod] = 1; /* 93 */
513 s10_emulation_table[S10_SYS_fchown] = 1; /* 94 */
514 s10_emulation_table[SYS_sigprocmask] = 1; /* 95 */
515 s10_emulation_table[SYS_sigsuspend] = 1; /* 96 */
516 s10_emulation_table[SYS_sigaction] = 1; /* 98 */
517 s10_emulation_table[SYS_sigpending] = 1; /* 99 */
518 s10_emulation_table[SYS_waitid] = 1; /* 107 */
519 s10_emulation_table[SYS_sigsendsys] = 1; /* 108 */
521 s10_emulation_table[S10_SYS_xstat] = 1; /* 123 */
522 s10_emulation_table[S10_SYS_lxstat] = 1; /* 124 */
523 s10_emulation_table[S10_SYS_fxstat] = 1; /* 125 */
524 s10_emulation_table[S10_SYS_xmknod] = 1; /* 126 */
526 s10_emulation_table[S10_SYS_lchown] = 1; /* 130 */
527 s10_emulation_table[S10_SYS_rename] = 1; /* 134 */
528 s10_emulation_table[SYS_uname] = 1; /* 135 */
529 s10_emulation_table[SYS_sysconfig] = 1; /* 137 */
530 s10_emulation_table[SYS_systeminfo] = 1; /* 139 */
531 s10_emulation_table[S10_SYS_fork1] = 1; /* 143 */
532 s10_emulation_table[SYS_sigtimedwait] = 1; /* 144 */
533 s10_emulation_table[S10_SYS_lwp_sema_wait] = 1; /* 147 */
534 s10_emulation_table[S10_SYS_utimes] = 1; /* 154 */
535 s10_emulation_table[SYS_lwp_create] = 1; /* 159 */
536 s10_emulation_table[SYS_lwp_kill] = 1; /* 163 */
537 s10_emulation_table[SYS_lwp_sigmask] = 1; /* 165 */
539 s10_emulation_table[SYS_lwp_private] = 1; /* 166 */
541 s10_emulation_table[S10_SYS_lwp_mutex_lock] = 1; /* 169 */
542 s10_emulation_table[SYS_pwrite] = 1; /* 174 */
543 s10_emulation_table[SYS_acl] = 1; /* 185 */
544 s10_emulation_table[SYS_auditsys] = 1; /* 186 */
545 s10_emulation_table[SYS_sigqueue] = 1; /* 190 */
546 s10_emulation_table[SYS_facl] = 1; /* 200 */
547 s10_emulation_table[SYS_signotify] = 1; /* 205 */
548 s10_emulation_table[SYS_lwp_mutex_timedlock] = 1; /* 210 */
549 s10_emulation_table[SYS_getdents64] = 1; /* 213 */
550 s10_emulation_table[S10_SYS_stat64] = 1; /* 215 */
551 s10_emulation_table[S10_SYS_lstat64] = 1; /* 216 */
552 s10_emulation_table[S10_SYS_fstat64] = 1; /* 217 */
553 s10_emulation_table[SYS_pwrite64] = 1; /* 223 */
554 s10_emulation_table[S10_SYS_creat64] = 1; /* 224 */
555 s10_emulation_table[S10_SYS_open64] = 1; /* 225 */
556 s10_emulation_table[SYS_zone] = 1; /* 227 */
557 s10_emulation_table[SYS_lwp_mutex_trylock] = 1; /* 251 */
562 kmem_free(s10_emulation_table, NSYSCALL);
577 return (brand_solaris_fini(&s10_emulation_table, &modlinkage,