Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 113 for SYS_GETPPID (0.19 sec)

  1. src/syscall/zsysnum_linux_mips.go

    	SYS_ULIMIT                 = 4058
    	SYS_UNUSED59               = 4059
    	SYS_UMASK                  = 4060
    	SYS_CHROOT                 = 4061
    	SYS_USTAT                  = 4062
    	SYS_DUP2                   = 4063
    	SYS_GETPPID                = 4064
    	SYS_GETPGRP                = 4065
    	SYS_SETSID                 = 4066
    	SYS_SIGACTION              = 4067
    	SYS_SGETMASK               = 4068
    	SYS_SSETMASK               = 4069
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_openbsd_arm64.go

    	SYS_FCHFLAGS       = 35  // { int sys_fchflags(int fd, u_int flags); }
    	SYS_SYNC           = 36  // { void sys_sync(void); }
    	SYS_STAT           = 38  // { int sys_stat(const char *path, struct stat *ub); }
    	SYS_GETPPID        = 39  // { pid_t sys_getppid(void); }
    	SYS_LSTAT          = 40  // { int sys_lstat(const char *path, struct stat *ub); }
    	SYS_DUP            = 41  // { int sys_dup(int fd); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_openbsd_386.go

    	SYS_FCHFLAGS       = 35  // { int sys_fchflags(int fd, u_int flags); }
    	SYS_SYNC           = 36  // { void sys_sync(void); }
    	SYS_STAT           = 38  // { int sys_stat(const char *path, struct stat *ub); }
    	SYS_GETPPID        = 39  // { pid_t sys_getppid(void); }
    	SYS_LSTAT          = 40  // { int sys_lstat(const char *path, struct stat *ub); }
    	SYS_DUP            = 41  // { int sys_dup(int fd); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_openbsd_arm.go

    	SYS_FCHFLAGS       = 35  // { int sys_fchflags(int fd, u_int flags); }
    	SYS_SYNC           = 36  // { void sys_sync(void); }
    	SYS_STAT           = 38  // { int sys_stat(const char *path, struct stat *ub); }
    	SYS_GETPPID        = 39  // { pid_t sys_getppid(void); }
    	SYS_LSTAT          = 40  // { int sys_lstat(const char *path, struct stat *ub); }
    	SYS_DUP            = 41  // { int sys_dup(int fd); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.5K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_openbsd_amd64.go

    	SYS_FCHFLAGS       = 35  // { int sys_fchflags(int fd, u_int flags); }
    	SYS_SYNC           = 36  // { void sys_sync(void); }
    	SYS_STAT           = 38  // { int sys_stat(const char *path, struct stat *ub); }
    	SYS_GETPPID        = 39  // { pid_t sys_getppid(void); }
    	SYS_LSTAT          = 40  // { int sys_lstat(const char *path, struct stat *ub); }
    	SYS_DUP            = 41  // { int sys_dup(int fd); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_darwin_arm64.go

    	SYS_ACCESS                         = 33
    	SYS_CHFLAGS                        = 34
    	SYS_FCHFLAGS                       = 35
    	SYS_SYNC                           = 36
    	SYS_KILL                           = 37
    	SYS_GETPPID                        = 39
    	SYS_DUP                            = 41
    	SYS_PIPE                           = 42
    	SYS_GETEGID                        = 43
    	SYS_SIGACTION                      = 46
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.4K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_linux_ppc64.go

    	SYS_ULIMIT                 = 58
    	SYS_OLDOLDUNAME            = 59
    	SYS_UMASK                  = 60
    	SYS_CHROOT                 = 61
    	SYS_USTAT                  = 62
    	SYS_DUP2                   = 63
    	SYS_GETPPID                = 64
    	SYS_GETPGRP                = 65
    	SYS_SETSID                 = 66
    	SYS_SIGACTION              = 67
    	SYS_SGETMASK               = 68
    	SYS_SSETMASK               = 69
    	SYS_SETREUID               = 70
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go

    	SYS_PRCTL                   = 167
    	SYS_GETCPU                  = 168
    	SYS_GETTIMEOFDAY            = 169
    	SYS_SETTIMEOFDAY            = 170
    	SYS_ADJTIMEX                = 171
    	SYS_GETPID                  = 172
    	SYS_GETPPID                 = 173
    	SYS_GETUID                  = 174
    	SYS_GETEUID                 = 175
    	SYS_GETGID                  = 176
    	SYS_GETEGID                 = 177
    	SYS_GETTID                  = 178
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_ppc64le.go

    	SYS_ULIMIT                 = 58
    	SYS_OLDOLDUNAME            = 59
    	SYS_UMASK                  = 60
    	SYS_CHROOT                 = 61
    	SYS_USTAT                  = 62
    	SYS_DUP2                   = 63
    	SYS_GETPPID                = 64
    	SYS_GETPGRP                = 65
    	SYS_SETSID                 = 66
    	SYS_SIGACTION              = 67
    	SYS_SGETMASK               = 68
    	SYS_SSETMASK               = 69
    	SYS_SETREUID               = 70
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.5K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_linux_386.go

    	SYS_ULIMIT                 = 58
    	SYS_OLDOLDUNAME            = 59
    	SYS_UMASK                  = 60
    	SYS_CHROOT                 = 61
    	SYS_USTAT                  = 62
    	SYS_DUP2                   = 63
    	SYS_GETPPID                = 64
    	SYS_GETPGRP                = 65
    	SYS_SETSID                 = 66
    	SYS_SIGACTION              = 67
    	SYS_SGETMASK               = 68
    	SYS_SSETMASK               = 69
    	SYS_SETREUID               = 70
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.3K bytes
    - Viewed (0)
Back to top