Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 91 for sys_op_4 (0.7 sec)

  1. src/syscall/zsysnum_linux_s390x.go

    // Code generated by the command above; DO NOT EDIT.
    
    package syscall
    
    const (
    	SYS_EXIT                   = 1
    	SYS_FORK                   = 2
    	SYS_READ                   = 3
    	SYS_WRITE                  = 4
    	SYS_OPEN                   = 5
    	SYS_CLOSE                  = 6
    	SYS_RESTART_SYSCALL        = 7
    	SYS_CREAT                  = 8
    	SYS_LINK                   = 9
    	SYS_UNLINK                 = 10
    	SYS_EXECVE                 = 11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.6K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_openbsd_amd64.go

    	SYS_FORK           = 2   // { int sys_fork(void); }
    	SYS_READ           = 3   // { ssize_t sys_read(int fd, void *buf, size_t nbyte); }
    	SYS_WRITE          = 4   // { ssize_t sys_write(int fd, const void *buf, \
    	SYS_OPEN           = 5   // { int sys_open(const char *path, \
    	SYS_CLOSE          = 6   // { int sys_close(int fd); }
    	SYS___TFORK        = 8   // { int sys___tfork(const struct __tfork *param, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_openbsd_arm64.go

    	SYS_FORK           = 2   // { int sys_fork(void); }
    	SYS_READ           = 3   // { ssize_t sys_read(int fd, void *buf, size_t nbyte); }
    	SYS_WRITE          = 4   // { ssize_t sys_write(int fd, const void *buf, \
    	SYS_OPEN           = 5   // { int sys_open(const char *path, \
    	SYS_CLOSE          = 6   // { int sys_close(int fd); }
    	SYS_GETENTROPY     = 7   // { int sys_getentropy(void *buf, size_t nbyte); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  4. src/runtime/sys_netbsd_amd64.s

    #include "go_tls.h"
    #include "textflag.h"
    #include "cgo/abi_amd64.h"
    
    #define CLOCK_REALTIME		0
    #define CLOCK_MONOTONIC		3
    
    #define SYS_exit			1
    #define SYS_read			3
    #define SYS_write			4
    #define SYS_open			5
    #define SYS_close			6
    #define SYS_getpid			20
    #define SYS_kill			37
    #define SYS_munmap			73
    #define SYS_madvise			75
    #define SYS_fcntl			92
    #define SYS_mmap			197
    #define SYS___sysctl			202
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_linux_ppc64le.go

    //go:build ppc64le && linux
    
    package syscall
    
    const (
    	SYS_RESTART_SYSCALL        = 0
    	SYS_EXIT                   = 1
    	SYS_FORK                   = 2
    	SYS_READ                   = 3
    	SYS_WRITE                  = 4
    	SYS_OPEN                   = 5
    	SYS_CLOSE                  = 6
    	SYS_WAITPID                = 7
    	SYS_CREAT                  = 8
    	SYS_LINK                   = 9
    	SYS_UNLINK                 = 10
    	SYS_EXECVE                 = 11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.5K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_linux_386.go

    //go:build 386 && linux
    
    package syscall
    
    const (
    	SYS_RESTART_SYSCALL        = 0
    	SYS_EXIT                   = 1
    	SYS_FORK                   = 2
    	SYS_READ                   = 3
    	SYS_WRITE                  = 4
    	SYS_OPEN                   = 5
    	SYS_CLOSE                  = 6
    	SYS_WAITPID                = 7
    	SYS_CREAT                  = 8
    	SYS_LINK                   = 9
    	SYS_UNLINK                 = 10
    	SYS_EXECVE                 = 11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.3K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_darwin_arm64.go

    const (
    	SYS_SYSCALL                        = 0
    	SYS_EXIT                           = 1
    	SYS_FORK                           = 2
    	SYS_READ                           = 3
    	SYS_WRITE                          = 4
    	SYS_OPEN                           = 5
    	SYS_CLOSE                          = 6
    	SYS_WAIT4                          = 7
    	SYS_LINK                           = 9
    	SYS_UNLINK                         = 10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.4K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_linux_ppc64.go

    //go:build ppc64 && linux
    
    package syscall
    
    const (
    	SYS_RESTART_SYSCALL        = 0
    	SYS_EXIT                   = 1
    	SYS_FORK                   = 2
    	SYS_READ                   = 3
    	SYS_WRITE                  = 4
    	SYS_OPEN                   = 5
    	SYS_CLOSE                  = 6
    	SYS_WAITPID                = 7
    	SYS_CREAT                  = 8
    	SYS_LINK                   = 9
    	SYS_UNLINK                 = 10
    	SYS_EXECVE                 = 11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.5K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_mips64.go

    // mksysnum_linux.pl /usr/include/asm/unistd.h
    // Code generated by the command above; DO NOT EDIT.
    
    package syscall
    
    const (
    	SYS_READ                   = 5000
    	SYS_WRITE                  = 5001
    	SYS_OPEN                   = 5002
    	SYS_CLOSE                  = 5003
    	SYS_STAT                   = 5004
    	SYS_FSTAT                  = 5005
    	SYS_LSTAT                  = 5006
    	SYS_POLL                   = 5007
    	SYS_LSEEK                  = 5008
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_linux_mips64le.go

    // mksysnum_linux.pl /usr/include/asm/unistd.h
    // Code generated by the command above; DO NOT EDIT.
    
    package syscall
    
    const (
    	SYS_READ                   = 5000
    	SYS_WRITE                  = 5001
    	SYS_OPEN                   = 5002
    	SYS_CLOSE                  = 5003
    	SYS_STAT                   = 5004
    	SYS_FSTAT                  = 5005
    	SYS_LSTAT                  = 5006
    	SYS_POLL                   = 5007
    	SYS_LSEEK                  = 5008
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
Back to top