Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 102 for SYS_GETPPID (0.14 sec)

  1. src/syscall/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: Thu Oct 28 18:17:57 UTC 2021
    - 8.9K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_linux_amd64.go

    	SYS_GETGID                 = 104
    	SYS_SETUID                 = 105
    	SYS_SETGID                 = 106
    	SYS_GETEUID                = 107
    	SYS_GETEGID                = 108
    	SYS_SETPGID                = 109
    	SYS_GETPPID                = 110
    	SYS_GETPGRP                = 111
    	SYS_SETSID                 = 112
    	SYS_SETREUID               = 113
    	SYS_SETREGID               = 114
    	SYS_GETGROUPS              = 115
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 10.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.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
    - 10.8K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_linux_loong64.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: Thu May 26 20:15:45 UTC 2022
    - 10.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top