Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for sys_msyscall (0.62 sec)

  1. src/syscall/zsysnum_openbsd_riscv64.go

    	SYS_CHFLAGS        = 34  // { int sys_chflags(const char *path, u_int flags); }
    	SYS_FCHFLAGS       = 35  // { int sys_fchflags(int fd, u_int flags); }
    	SYS_SYNC           = 36  // { void sys_sync(void); }
    	SYS_MSYSCALL       = 37  // { int sys_msyscall(void *addr, size_t len); }
    	SYS_STAT           = 38  // { int sys_stat(const char *path, struct stat *ub); }
    	SYS_GETPPID        = 39  // { pid_t sys_getppid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_openbsd_ppc64.go

    	SYS_CHFLAGS        = 34  // { int sys_chflags(const char *path, u_int flags); }
    	SYS_FCHFLAGS       = 35  // { int sys_fchflags(int fd, u_int flags); }
    	SYS_SYNC           = 36  // { void sys_sync(void); }
    	SYS_MSYSCALL       = 37  // { int sys_msyscall(void *addr, size_t len); }
    	SYS_STAT           = 38  // { int sys_stat(const char *path, struct stat *ub); }
    	SYS_GETPPID        = 39  // { pid_t sys_getppid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go

    	SYS_CHFLAGS        = 34  // { int sys_chflags(const char *path, u_int flags); }
    	SYS_FCHFLAGS       = 35  // { int sys_fchflags(int fd, u_int flags); }
    	SYS_SYNC           = 36  // { void sys_sync(void); }
    	SYS_MSYSCALL       = 37  // { int sys_msyscall(void *addr, size_t len); }
    	SYS_STAT           = 38  // { int sys_stat(const char *path, struct stat *ub); }
    	SYS_GETPPID        = 39  // { pid_t sys_getppid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 18K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go

    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build arm64 && darwin
    
    package unix
    
    // Deprecated: Use libSystem wrappers instead of direct syscalls.
    const (
    	SYS_SYSCALL                        = 0
    	SYS_EXIT                           = 1
    	SYS_FORK                           = 2
    	SYS_READ                           = 3
    	SYS_WRITE                          = 4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go

    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build amd64 && darwin
    
    package unix
    
    // Deprecated: Use libSystem wrappers instead of direct syscalls.
    const (
    	SYS_SYSCALL                        = 0
    	SYS_EXIT                           = 1
    	SYS_FORK                           = 2
    	SYS_READ                           = 3
    	SYS_WRITE                          = 4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  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)
Back to top