Lines Matching full:case

228     case TARGET_FREEBSD_NR_fork: /* fork(2) */  in freebsd_syscall()
232 case TARGET_FREEBSD_NR_vfork: /* vfork(2) */ in freebsd_syscall()
236 case TARGET_FREEBSD_NR_rfork: /* rfork(2) */ in freebsd_syscall()
240 case TARGET_FREEBSD_NR_pdfork: /* pdfork(2) */ in freebsd_syscall()
244 case TARGET_FREEBSD_NR_execve: /* execve(2) */ in freebsd_syscall()
248 case TARGET_FREEBSD_NR_fexecve: /* fexecve(2) */ in freebsd_syscall()
252 case TARGET_FREEBSD_NR_wait4: /* wait4(2) */ in freebsd_syscall()
256 case TARGET_FREEBSD_NR_wait6: /* wait6(2) */ in freebsd_syscall()
261 case TARGET_FREEBSD_NR_exit: /* exit(2) */ in freebsd_syscall()
265 case TARGET_FREEBSD_NR_getgroups: /* getgroups(2) */ in freebsd_syscall()
269 case TARGET_FREEBSD_NR_setgroups: /* setgroups(2) */ in freebsd_syscall()
273 case TARGET_FREEBSD_NR_umask: /* umask(2) */ in freebsd_syscall()
277 case TARGET_FREEBSD_NR_setlogin: /* setlogin(2) */ in freebsd_syscall()
281 case TARGET_FREEBSD_NR_getlogin: /* getlogin(2) */ in freebsd_syscall()
285 case TARGET_FREEBSD_NR_getrusage: /* getrusage(2) */ in freebsd_syscall()
289 case TARGET_FREEBSD_NR_getrlimit: /* getrlimit(2) */ in freebsd_syscall()
293 case TARGET_FREEBSD_NR_setrlimit: /* setrlimit(2) */ in freebsd_syscall()
297 case TARGET_FREEBSD_NR_getpid: /* getpid(2) */ in freebsd_syscall()
301 case TARGET_FREEBSD_NR_getppid: /* getppid(2) */ in freebsd_syscall()
305 case TARGET_FREEBSD_NR_getuid: /* getuid(2) */ in freebsd_syscall()
309 case TARGET_FREEBSD_NR_geteuid: /* geteuid(2) */ in freebsd_syscall()
313 case TARGET_FREEBSD_NR_getgid: /* getgid(2) */ in freebsd_syscall()
317 case TARGET_FREEBSD_NR_getegid: /* getegid(2) */ in freebsd_syscall()
321 case TARGET_FREEBSD_NR_setuid: /* setuid(2) */ in freebsd_syscall()
325 case TARGET_FREEBSD_NR_seteuid: /* seteuid(2) */ in freebsd_syscall()
329 case TARGET_FREEBSD_NR_setgid: /* setgid(2) */ in freebsd_syscall()
333 case TARGET_FREEBSD_NR_setegid: /* setegid(2) */ in freebsd_syscall()
337 case TARGET_FREEBSD_NR_getpgrp: /* getpgrp(2) */ in freebsd_syscall()
341 case TARGET_FREEBSD_NR_getpgid: /* getpgid(2) */ in freebsd_syscall()
345 case TARGET_FREEBSD_NR_setpgid: /* setpgid(2) */ in freebsd_syscall()
349 case TARGET_FREEBSD_NR_setreuid: /* setreuid(2) */ in freebsd_syscall()
353 case TARGET_FREEBSD_NR_setregid: /* setregid(2) */ in freebsd_syscall()
357 case TARGET_FREEBSD_NR_getresuid: /* getresuid(2) */ in freebsd_syscall()
361 case TARGET_FREEBSD_NR_getresgid: /* getresgid(2) */ in freebsd_syscall()
365 case TARGET_FREEBSD_NR_setresuid: /* setresuid(2) */ in freebsd_syscall()
369 case TARGET_FREEBSD_NR_setresgid: /* setresgid(2) */ in freebsd_syscall()
373 case TARGET_FREEBSD_NR_getsid: /* getsid(2) */ in freebsd_syscall()
377 case TARGET_FREEBSD_NR_setsid: /* setsid(2) */ in freebsd_syscall()
381 case TARGET_FREEBSD_NR_issetugid: /* issetugid(2) */ in freebsd_syscall()
385 case TARGET_FREEBSD_NR_profil: /* profil(2) */ in freebsd_syscall()
389 case TARGET_FREEBSD_NR_ktrace: /* ktrace(2) */ in freebsd_syscall()
393 case TARGET_FREEBSD_NR_setloginclass: /* setloginclass(2) */ in freebsd_syscall()
397 case TARGET_FREEBSD_NR_getloginclass: /* getloginclass(2) */ in freebsd_syscall()
401 case TARGET_FREEBSD_NR_pdgetpid: /* pdgetpid(2) */ in freebsd_syscall()
405 case TARGET_FREEBSD_NR___setugid: /* undocumented */ in freebsd_syscall()
409 case TARGET_FREEBSD_NR_utrace: /* utrace(2) */ in freebsd_syscall()
413 case TARGET_FREEBSD_NR_ptrace: /* ptrace(2) */ in freebsd_syscall()
417 case TARGET_FREEBSD_NR_getpriority: /* getpriority(2) */ in freebsd_syscall()
421 case TARGET_FREEBSD_NR_setpriority: /* setpriority(2) */ in freebsd_syscall()
425 case TARGET_FREEBSD_NR_procctl: /* procctl(2) */ in freebsd_syscall()
432 case TARGET_FREEBSD_NR_read: /* read(2) */ in freebsd_syscall()
436 case TARGET_FREEBSD_NR_pread: /* pread(2) */ in freebsd_syscall()
440 case TARGET_FREEBSD_NR_readv: /* readv(2) */ in freebsd_syscall()
444 case TARGET_FREEBSD_NR_preadv: /* preadv(2) */ in freebsd_syscall()
448 case TARGET_FREEBSD_NR_write: /* write(2) */ in freebsd_syscall()
452 case TARGET_FREEBSD_NR_pwrite: /* pwrite(2) */ in freebsd_syscall()
456 case TARGET_FREEBSD_NR_writev: /* writev(2) */ in freebsd_syscall()
460 case TARGET_FREEBSD_NR_pwritev: /* pwritev(2) */ in freebsd_syscall()
464 case TARGET_FREEBSD_NR_open: /* open(2) */ in freebsd_syscall()
468 case TARGET_FREEBSD_NR_openat: /* openat(2) */ in freebsd_syscall()
472 case TARGET_FREEBSD_NR_close: /* close(2) */ in freebsd_syscall()
476 case TARGET_FREEBSD_NR_fdatasync: /* fdatasync(2) */ in freebsd_syscall()
480 case TARGET_FREEBSD_NR_fsync: /* fsync(2) */ in freebsd_syscall()
484 case TARGET_FREEBSD_NR_freebsd12_closefrom: /* closefrom(2) */ in freebsd_syscall()
488 case TARGET_FREEBSD_NR_revoke: /* revoke(2) */ in freebsd_syscall()
492 case TARGET_FREEBSD_NR_access: /* access(2) */ in freebsd_syscall()
496 case TARGET_FREEBSD_NR_eaccess: /* eaccess(2) */ in freebsd_syscall()
500 case TARGET_FREEBSD_NR_faccessat: /* faccessat(2) */ in freebsd_syscall()
504 case TARGET_FREEBSD_NR_chdir: /* chdir(2) */ in freebsd_syscall()
508 case TARGET_FREEBSD_NR_fchdir: /* fchdir(2) */ in freebsd_syscall()
512 case TARGET_FREEBSD_NR_rename: /* rename(2) */ in freebsd_syscall()
516 case TARGET_FREEBSD_NR_renameat: /* renameat(2) */ in freebsd_syscall()
520 case TARGET_FREEBSD_NR_link: /* link(2) */ in freebsd_syscall()
524 case TARGET_FREEBSD_NR_linkat: /* linkat(2) */ in freebsd_syscall()
528 case TARGET_FREEBSD_NR_unlink: /* unlink(2) */ in freebsd_syscall()
532 case TARGET_FREEBSD_NR_unlinkat: /* unlinkat(2) */ in freebsd_syscall()
536 case TARGET_FREEBSD_NR_mkdir: /* mkdir(2) */ in freebsd_syscall()
540 case TARGET_FREEBSD_NR_mkdirat: /* mkdirat(2) */ in freebsd_syscall()
544 case TARGET_FREEBSD_NR_rmdir: /* rmdir(2) (XXX no rmdirat()?) */ in freebsd_syscall()
548 case TARGET_FREEBSD_NR___getcwd: /* undocumented __getcwd() */ in freebsd_syscall()
552 case TARGET_FREEBSD_NR_dup: /* dup(2) */ in freebsd_syscall()
556 case TARGET_FREEBSD_NR_dup2: /* dup2(2) */ in freebsd_syscall()
560 case TARGET_FREEBSD_NR_truncate: /* truncate(2) */ in freebsd_syscall()
564 case TARGET_FREEBSD_NR_ftruncate: /* ftruncate(2) */ in freebsd_syscall()
568 case TARGET_FREEBSD_NR_acct: /* acct(2) */ in freebsd_syscall()
572 case TARGET_FREEBSD_NR_sync: /* sync(2) */ in freebsd_syscall()
576 case TARGET_FREEBSD_NR_mount: /* mount(2) */ in freebsd_syscall()
580 case TARGET_FREEBSD_NR_unmount: /* unmount(2) */ in freebsd_syscall()
584 case TARGET_FREEBSD_NR_nmount: /* nmount(2) */ in freebsd_syscall()
588 case TARGET_FREEBSD_NR_symlink: /* symlink(2) */ in freebsd_syscall()
592 case TARGET_FREEBSD_NR_symlinkat: /* symlinkat(2) */ in freebsd_syscall()
596 case TARGET_FREEBSD_NR_readlink: /* readlink(2) */ in freebsd_syscall()
600 case TARGET_FREEBSD_NR_readlinkat: /* readlinkat(2) */ in freebsd_syscall()
604 case TARGET_FREEBSD_NR_chmod: /* chmod(2) */ in freebsd_syscall()
608 case TARGET_FREEBSD_NR_fchmod: /* fchmod(2) */ in freebsd_syscall()
612 case TARGET_FREEBSD_NR_lchmod: /* lchmod(2) */ in freebsd_syscall()
616 case TARGET_FREEBSD_NR_fchmodat: /* fchmodat(2) */ in freebsd_syscall()
620 case TARGET_FREEBSD_NR_freebsd11_mknod: /* mknod(2) */ in freebsd_syscall()
624 case TARGET_FREEBSD_NR_freebsd11_mknodat: /* mknodat(2) */ in freebsd_syscall()
628 case TARGET_FREEBSD_NR_mknodat: /* mknodat(2) */ in freebsd_syscall()
632 case TARGET_FREEBSD_NR_chown: /* chown(2) */ in freebsd_syscall()
636 case TARGET_FREEBSD_NR_fchown: /* fchown(2) */ in freebsd_syscall()
640 case TARGET_FREEBSD_NR_lchown: /* lchown(2) */ in freebsd_syscall()
644 case TARGET_FREEBSD_NR_fchownat: /* fchownat(2) */ in freebsd_syscall()
648 case TARGET_FREEBSD_NR_chflags: /* chflags(2) */ in freebsd_syscall()
652 case TARGET_FREEBSD_NR_lchflags: /* lchflags(2) */ in freebsd_syscall()
656 case TARGET_FREEBSD_NR_fchflags: /* fchflags(2) */ in freebsd_syscall()
660 case TARGET_FREEBSD_NR_chroot: /* chroot(2) */ in freebsd_syscall()
664 case TARGET_FREEBSD_NR_flock: /* flock(2) */ in freebsd_syscall()
668 case TARGET_FREEBSD_NR_mkfifo: /* mkfifo(2) */ in freebsd_syscall()
672 case TARGET_FREEBSD_NR_mkfifoat: /* mkfifoat(2) */ in freebsd_syscall()
676 case TARGET_FREEBSD_NR_pathconf: /* pathconf(2) */ in freebsd_syscall()
680 case TARGET_FREEBSD_NR_lpathconf: /* lpathconf(2) */ in freebsd_syscall()
684 case TARGET_FREEBSD_NR_fpathconf: /* fpathconf(2) */ in freebsd_syscall()
688 case TARGET_FREEBSD_NR_undelete: /* undelete(2) */ in freebsd_syscall()
695 case TARGET_FREEBSD_NR_freebsd11_stat: /* stat(2) */ in freebsd_syscall()
699 case TARGET_FREEBSD_NR_freebsd11_lstat: /* lstat(2) */ in freebsd_syscall()
703 case TARGET_FREEBSD_NR_freebsd11_fstat: /* fstat(2) */ in freebsd_syscall()
707 case TARGET_FREEBSD_NR_fstat: /* fstat(2) */ in freebsd_syscall()
711 case TARGET_FREEBSD_NR_freebsd11_fstatat: /* fstatat(2) */ in freebsd_syscall()
715 case TARGET_FREEBSD_NR_fstatat: /* fstatat(2) */ in freebsd_syscall()
719 case TARGET_FREEBSD_NR_freebsd11_nstat: /* undocumented */ in freebsd_syscall()
723 case TARGET_FREEBSD_NR_freebsd11_nfstat: /* undocumented */ in freebsd_syscall()
727 case TARGET_FREEBSD_NR_freebsd11_nlstat: /* undocumented */ in freebsd_syscall()
731 case TARGET_FREEBSD_NR_getfh: /* getfh(2) */ in freebsd_syscall()
735 case TARGET_FREEBSD_NR_lgetfh: /* lgetfh(2) */ in freebsd_syscall()
739 case TARGET_FREEBSD_NR_fhopen: /* fhopen(2) */ in freebsd_syscall()
743 case TARGET_FREEBSD_NR_freebsd11_fhstat: /* fhstat(2) */ in freebsd_syscall()
747 case TARGET_FREEBSD_NR_fhstat: /* fhstat(2) */ in freebsd_syscall()
751 case TARGET_FREEBSD_NR_freebsd11_fhstatfs: /* fhstatfs(2) */ in freebsd_syscall()
755 case TARGET_FREEBSD_NR_fhstatfs: /* fhstatfs(2) */ in freebsd_syscall()
759 case TARGET_FREEBSD_NR_freebsd11_statfs: /* statfs(2) */ in freebsd_syscall()
763 case TARGET_FREEBSD_NR_statfs: /* statfs(2) */ in freebsd_syscall()
767 case TARGET_FREEBSD_NR_freebsd11_fstatfs: /* fstatfs(2) */ in freebsd_syscall()
771 case TARGET_FREEBSD_NR_fstatfs: /* fstatfs(2) */ in freebsd_syscall()
775 case TARGET_FREEBSD_NR_freebsd11_getfsstat: /* getfsstat(2) */ in freebsd_syscall()
779 case TARGET_FREEBSD_NR_getfsstat: /* getfsstat(2) */ in freebsd_syscall()
783 case TARGET_FREEBSD_NR_freebsd11_getdents: /* getdents(2) */ in freebsd_syscall()
787 case TARGET_FREEBSD_NR_getdirentries: /* getdirentries(2) */ in freebsd_syscall()
791 case TARGET_FREEBSD_NR_freebsd11_getdirentries: /* getdirentries(2) */ in freebsd_syscall()
794 case TARGET_FREEBSD_NR_fcntl: /* fcntl(2) */ in freebsd_syscall()
801 case TARGET_FREEBSD_NR_mmap: /* mmap(2) */ in freebsd_syscall()
806 case TARGET_FREEBSD_NR_munmap: /* munmap(2) */ in freebsd_syscall()
810 case TARGET_FREEBSD_NR_mprotect: /* mprotect(2) */ in freebsd_syscall()
814 case TARGET_FREEBSD_NR_msync: /* msync(2) */ in freebsd_syscall()
818 case TARGET_FREEBSD_NR_mlock: /* mlock(2) */ in freebsd_syscall()
822 case TARGET_FREEBSD_NR_munlock: /* munlock(2) */ in freebsd_syscall()
826 case TARGET_FREEBSD_NR_mlockall: /* mlockall(2) */ in freebsd_syscall()
830 case TARGET_FREEBSD_NR_munlockall: /* munlockall(2) */ in freebsd_syscall()
834 case TARGET_FREEBSD_NR_madvise: /* madvise(2) */ in freebsd_syscall()
838 case TARGET_FREEBSD_NR_minherit: /* minherit(2) */ in freebsd_syscall()
842 case TARGET_FREEBSD_NR_mincore: /* mincore(2) */ in freebsd_syscall()
846 case TARGET_FREEBSD_NR_freebsd12_shm_open: /* shm_open(2) */ in freebsd_syscall()
851 case TARGET_FREEBSD_NR_shm_open2: /* shm_open2(2) */ in freebsd_syscall()
857 case TARGET_FREEBSD_NR_shm_rename: /* shm_rename(2) */ in freebsd_syscall()
862 case TARGET_FREEBSD_NR_shm_unlink: /* shm_unlink(2) */ in freebsd_syscall()
866 case TARGET_FREEBSD_NR_shmget: /* shmget(2) */ in freebsd_syscall()
870 case TARGET_FREEBSD_NR_shmctl: /* shmctl(2) */ in freebsd_syscall()
874 case TARGET_FREEBSD_NR_shmat: /* shmat(2) */ in freebsd_syscall()
878 case TARGET_FREEBSD_NR_shmdt: /* shmdt(2) */ in freebsd_syscall()
882 case TARGET_FREEBSD_NR_freebsd11_vadvise: in freebsd_syscall()
886 case TARGET_FREEBSD_NR_sbrk: in freebsd_syscall()
890 case TARGET_FREEBSD_NR_sstk: in freebsd_syscall()
897 case TARGET_FREEBSD_NR_break: in freebsd_syscall()
904 case TARGET_FREEBSD_NR___sysctl: /* sysctl(3) */ in freebsd_syscall()
908 case TARGET_FREEBSD_NR___sysctlbyname: /* sysctlbyname(2) */ in freebsd_syscall()
912 case TARGET_FREEBSD_NR_sysarch: /* sysarch(2) */ in freebsd_syscall()