Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for sys_msyscall (0.4 sec)

  1. src/syscall/asm_openbsd_mips64.s

    	JAL	runtime·exitsyscall(SB)
    	RET
    
    // func Syscall9(trap int64, a1, a2, a3, a4, a5, a6, a7, a8, a9 int64) (r1, r2, err int64);
    // The openbsd/mips64 kernel only accepts eight syscall arguments, except
    // for SYS_syscall, where an additional argument can be passed on the stack.
    TEXT	·Syscall9(SB),NOSPLIT,$0-104
    	JAL	runtime·entersyscall(SB)
    	MOVV	num+0(FP), R2	// syscall entry
    	MOVV	a1+8(FP), R4
    	MOVV	a2+16(FP), R5
    	MOVV	a3+24(FP), R6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 2.8K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_linux_mips.go

    // mksysnum_linux.pl /usr/include/mips-linux-gnu/asm/unistd.h
    // Code generated by the command above; DO NOT EDIT.
    
    package syscall
    
    const (
    	SYS_SYSCALL                = 4000
    	SYS_EXIT                   = 4001
    	SYS_FORK                   = 4002
    	SYS_READ                   = 4003
    	SYS_WRITE                  = 4004
    	SYS_OPEN                   = 4005
    	SYS_CLOSE                  = 4006
    	SYS_WAITPID                = 4007
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go

    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build mipsle && linux
    
    package unix
    
    const (
    	SYS_SYSCALL                      = 4000
    	SYS_EXIT                         = 4001
    	SYS_FORK                         = 4002
    	SYS_READ                         = 4003
    	SYS_WRITE                        = 4004
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_linux_mipsle.go

    // mksysnum_linux.pl /usr/include/mips-linux-gnu/asm/unistd.h
    // Code generated by the command above; DO NOT EDIT.
    
    package syscall
    
    const (
    	SYS_SYSCALL                = 4000
    	SYS_EXIT                   = 4001
    	SYS_FORK                   = 4002
    	SYS_READ                   = 4003
    	SYS_WRITE                  = 4004
    	SYS_OPEN                   = 4005
    	SYS_CLOSE                  = 4006
    	SYS_WAITPID                = 4007
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_linux_arm.go

    	SYS_SETITIMER              = 104
    	SYS_GETITIMER              = 105
    	SYS_STAT                   = 106
    	SYS_LSTAT                  = 107
    	SYS_FSTAT                  = 108
    	SYS_VHANGUP                = 111
    	SYS_SYSCALL                = 113
    	SYS_WAIT4                  = 114
    	SYS_SWAPOFF                = 115
    	SYS_SYSINFO                = 116
    	SYS_IPC                    = 117
    	SYS_FSYNC                  = 118
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go

    // go run linux/mksysnum.go -Wall -Werror -static -I/tmp/mips/include /tmp/mips/include/asm/unistd.h
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build mips && linux
    
    package unix
    
    const (
    	SYS_SYSCALL                      = 4000
    	SYS_EXIT                         = 4001
    	SYS_FORK                         = 4002
    	SYS_READ                         = 4003
    	SYS_WRITE                        = 4004
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_SYMLINK ideal-int
    pkg syscall (darwin-arm64), const SYS_SYNC = 36
    pkg syscall (darwin-arm64), const SYS_SYNC ideal-int
    pkg syscall (darwin-arm64), const SYS_SYSCALL = 0
    pkg syscall (darwin-arm64), const SYS_SYSCALL ideal-int
    pkg syscall (darwin-arm64), const SYS_THREAD_SELFID = 372
    pkg syscall (darwin-arm64), const SYS_THREAD_SELFID ideal-int
    pkg syscall (darwin-arm64), const SYS_TRUNCATE = 200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg syscall (darwin-386), const SYS_SWAPON ideal-int
    pkg syscall (darwin-386), const SYS_SYMLINK ideal-int
    pkg syscall (darwin-386), const SYS_SYNC ideal-int
    pkg syscall (darwin-386), const SYS_SYSCALL ideal-int
    pkg syscall (darwin-386), const SYS_THREAD_SELFID ideal-int
    pkg syscall (darwin-386), const SYS_TRUNCATE ideal-int
    pkg syscall (darwin-386), const SYS_UMASK ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SYS_SYMLINK", Const, 0},
    		{"SYS_SYMLINKAT", Const, 0},
    		{"SYS_SYNC", Const, 0},
    		{"SYS_SYNCFS", Const, 0},
    		{"SYS_SYNC_FILE_RANGE", Const, 0},
    		{"SYS_SYSARCH", Const, 0},
    		{"SYS_SYSCALL", Const, 0},
    		{"SYS_SYSCALL_BASE", Const, 0},
    		{"SYS_SYSFS", Const, 0},
    		{"SYS_SYSINFO", Const, 0},
    		{"SYS_SYSLOG", Const, 0},
    		{"SYS_TEE", Const, 0},
    		{"SYS_TGKILL", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_SWAPON = 85
    pkg syscall (darwin-386), const SYS_SYMLINK = 57
    pkg syscall (darwin-386), const SYS_SYNC = 36
    pkg syscall (darwin-386), const SYS_SYSCALL = 0
    pkg syscall (darwin-386), const SYS_THREAD_SELFID = 372
    pkg syscall (darwin-386), const SYS_TRUNCATE = 200
    pkg syscall (darwin-386), const SYS_UMASK = 60
    pkg syscall (darwin-386), const SYS_UMASK_EXTENDED = 278
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top