Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for sys_msyscall (0.29 sec)

  1. src/syscall/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 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. src/syscall/zsysnum_darwin_arm64.go

    // mksysnum_darwin.pl /usr/include/sys/syscall.h
    // Code generated by the command above; DO NOT EDIT.
    
    //go:build arm64 && darwin
    
    package syscall
    
    const (
    	SYS_SYSCALL                        = 0
    	SYS_EXIT                           = 1
    	SYS_FORK                           = 2
    	SYS_READ                           = 3
    	SYS_WRITE                          = 4
    	SYS_OPEN                           = 5
    	SYS_CLOSE                          = 6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.4K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_darwin_amd64.go

    // mksysnum_darwin.pl /usr/include/sys/syscall.h
    // Code generated by the command above; DO NOT EDIT.
    
    //go:build amd64 && darwin
    
    package syscall
    
    const (
    	SYS_SYSCALL                        = 0
    	SYS_EXIT                           = 1
    	SYS_FORK                           = 2
    	SYS_READ                           = 3
    	SYS_WRITE                          = 4
    	SYS_OPEN                           = 5
    	SYS_CLOSE                          = 6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top