Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 129 for sys_dup3 (1.95 sec)

  1. src/syscall/syscall_openbsd_mips64.go

    // Copyright 2020 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package syscall
    
    const (
    	_SYS_DUP3         = SYS_DUP3
    	_F_DUP2FD_CLOEXEC = 0
    )
    
    func setTimespec(sec, nsec int64) Timespec {
    	return Timespec{Sec: sec, Nsec: nsec}
    }
    
    func setTimeval(sec, usec int64) Timeval {
    	return Timeval{Sec: sec, Usec: usec}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 15 21:09:41 UTC 2022
    - 970 bytes
    - Viewed (0)
  2. src/syscall/zsysnum_linux_s390x.go

    	SYS_TIMERFD_SETTIME        = 320
    	SYS_TIMERFD_GETTIME        = 321
    	SYS_SIGNALFD4              = 322
    	SYS_EVENTFD2               = 323
    	SYS_INOTIFY_INIT1          = 324
    	SYS_PIPE2                  = 325
    	SYS_DUP3                   = 326
    	SYS_EPOLL_CREATE1          = 327
    	SYS_PREADV                 = 328
    	SYS_PWRITEV                = 329
    	SYS_RT_TGSIGQUEUEINFO      = 330
    	SYS_PERF_EVENT_OPEN        = 331
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.6K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_linux_mips64.go

    	SYS_MINCORE                = 5026
    	SYS_MADVISE                = 5027
    	SYS_SHMGET                 = 5028
    	SYS_SHMAT                  = 5029
    	SYS_SHMCTL                 = 5030
    	SYS_DUP                    = 5031
    	SYS_DUP2                   = 5032
    	SYS_PAUSE                  = 5033
    	SYS_NANOSLEEP              = 5034
    	SYS_GETITIMER              = 5035
    	SYS_SETITIMER              = 5036
    	SYS_ALARM                  = 5037
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_linux_mips64le.go

    	SYS_MINCORE                = 5026
    	SYS_MADVISE                = 5027
    	SYS_SHMGET                 = 5028
    	SYS_SHMAT                  = 5029
    	SYS_SHMCTL                 = 5030
    	SYS_DUP                    = 5031
    	SYS_DUP2                   = 5032
    	SYS_PAUSE                  = 5033
    	SYS_NANOSLEEP              = 5034
    	SYS_GETITIMER              = 5035
    	SYS_SETITIMER              = 5036
    	SYS_ALARM                  = 5037
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_linux_amd64.go

    	SYS_MSYNC                  = 26
    	SYS_MINCORE                = 27
    	SYS_MADVISE                = 28
    	SYS_SHMGET                 = 29
    	SYS_SHMAT                  = 30
    	SYS_SHMCTL                 = 31
    	SYS_DUP                    = 32
    	SYS_DUP2                   = 33
    	SYS_PAUSE                  = 34
    	SYS_NANOSLEEP              = 35
    	SYS_GETITIMER              = 36
    	SYS_ALARM                  = 37
    	SYS_SETITIMER              = 38
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 10.1K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_openbsd_arm.go

    	SYS_GETPRIORITY    = 100 // { int sys_getpriority(int which, id_t who); }
    	SYS_PIPE2          = 101 // { int sys_pipe2(int *fdp, int flags); }
    	SYS_DUP3           = 102 // { int sys_dup3(int from, int to, int flags); }
    	SYS_SIGRETURN      = 103 // { int sys_sigreturn(struct sigcontext *sigcntxp); }
    	SYS_BIND           = 104 // { int sys_bind(int s, const struct sockaddr *name, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.5K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_linux_arm64.go

    	SYS_GETCWD                 = 17
    	SYS_LOOKUP_DCOOKIE         = 18
    	SYS_EVENTFD2               = 19
    	SYS_EPOLL_CREATE1          = 20
    	SYS_EPOLL_CTL              = 21
    	SYS_EPOLL_PWAIT            = 22
    	SYS_DUP                    = 23
    	SYS_DUP3                   = 24
    	SYS_FCNTL                  = 25
    	SYS_INOTIFY_INIT1          = 26
    	SYS_INOTIFY_ADD_WATCH      = 27
    	SYS_INOTIFY_RM_WATCH       = 28
    	SYS_IOCTL                  = 29
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 8.9K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_openbsd_arm64.go

    	SYS_GETPRIORITY    = 100 // { int sys_getpriority(int which, id_t who); }
    	SYS_PIPE2          = 101 // { int sys_pipe2(int *fdp, int flags); }
    	SYS_DUP3           = 102 // { int sys_dup3(int from, int to, int flags); }
    	SYS_SIGRETURN      = 103 // { int sys_sigreturn(struct sigcontext *sigcntxp); }
    	SYS_BIND           = 104 // { int sys_bind(int s, const struct sockaddr *name, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_riscv64.go

    	SYS_GETCWD                 = 17
    	SYS_LOOKUP_DCOOKIE         = 18
    	SYS_EVENTFD2               = 19
    	SYS_EPOLL_CREATE1          = 20
    	SYS_EPOLL_CTL              = 21
    	SYS_EPOLL_PWAIT            = 22
    	SYS_DUP                    = 23
    	SYS_DUP3                   = 24
    	SYS_FCNTL                  = 25
    	SYS_INOTIFY_INIT1          = 26
    	SYS_INOTIFY_ADD_WATCH      = 27
    	SYS_INOTIFY_RM_WATCH       = 28
    	SYS_IOCTL                  = 29
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 23 11:00:41 UTC 2019
    - 8.9K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_openbsd_mips64.go

    	SYS_GETPRIORITY    = 100 // { int sys_getpriority(int which, id_t who); }
    	SYS_PIPE2          = 101 // { int sys_pipe2(int *fdp, int flags); }
    	SYS_DUP3           = 102 // { int sys_dup3(int from, int to, int flags); }
    	SYS_SIGRETURN      = 103 // { int sys_sigreturn(struct sigcontext *sigcntxp); }
    	SYS_BIND           = 104 // { int sys_bind(int s, const struct sockaddr *name, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
Back to top