Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 78 for sys_reboot (0.17 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go

    	SYS_SYMLINK                      = 83
    	SYS_OLDLSTAT                     = 84
    	SYS_READLINK                     = 85
    	SYS_USELIB                       = 86
    	SYS_SWAPON                       = 87
    	SYS_REBOOT                       = 88
    	SYS_READDIR                      = 89
    	SYS_MMAP                         = 90
    	SYS_MUNMAP                       = 91
    	SYS_TRUNCATE                     = 92
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go

    	SYS_SYMLINK                      = 83
    	SYS_OLDLSTAT                     = 84
    	SYS_READLINK                     = 85
    	SYS_USELIB                       = 86
    	SYS_SWAPON                       = 87
    	SYS_REBOOT                       = 88
    	SYS_READDIR                      = 89
    	SYS_MMAP                         = 90
    	SYS_MUNMAP                       = 91
    	SYS_TRUNCATE                     = 92
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go

    	SYS_FSTAT          = 53  // { int sys_fstat(int fd, struct stat *sb); }
    	SYS_IOCTL          = 54  // { int sys_ioctl(int fd, u_long com, ... void *data); }
    	SYS_REBOOT         = 55  // { int sys_reboot(int opt); }
    	SYS_REVOKE         = 56  // { int sys_revoke(const char *path); }
    	SYS_SYMLINK        = 57  // { int sys_symlink(const char *path, const char *link); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go

    	SYS_FSTAT          = 53  // { int sys_fstat(int fd, struct stat *sb); }
    	SYS_IOCTL          = 54  // { int sys_ioctl(int fd, u_long com, ... void *data); }
    	SYS_REBOOT         = 55  // { int sys_reboot(int opt); }
    	SYS_REVOKE         = 56  // { int sys_revoke(const char *path); }
    	SYS_SYMLINK        = 57  // { int sys_symlink(const char *path, const char *link); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_ACCT                     = 51  // { int acct(char *path); }
    	SYS_SIGALTSTACK              = 53  // { int sigaltstack(stack_t *ss, \
    	SYS_IOCTL                    = 54  // { int ioctl(int fd, u_long com, \
    	SYS_REBOOT                   = 55  // { int reboot(int opt); }
    	SYS_REVOKE                   = 56  // { int revoke(char *path); }
    	SYS_SYMLINK                  = 57  // { int symlink(char *path, char *link); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_freebsd_arm.go

    	SYS_ACCT                     = 51  // { int acct(char *path); }
    	SYS_SIGALTSTACK              = 53  // { int sigaltstack(stack_t *ss, \
    	SYS_IOCTL                    = 54  // { int ioctl(int fd, u_long com, \
    	SYS_REBOOT                   = 55  // { int reboot(int opt); }
    	SYS_REVOKE                   = 56  // { int revoke(char *path); }
    	SYS_SYMLINK                  = 57  // { int symlink(char *path, char *link); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_386.go

    	SYS_ACCT                     = 51  // { int acct(char *path); }
    	SYS_SIGALTSTACK              = 53  // { int sigaltstack(stack_t *ss, \
    	SYS_IOCTL                    = 54  // { int ioctl(int fd, u_long com, \
    	SYS_REBOOT                   = 55  // { int reboot(int opt); }
    	SYS_REVOKE                   = 56  // { int revoke(char *path); }
    	SYS_SYMLINK                  = 57  // { int symlink(char *path, char *link); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS_ACCT          = 51  // { int acct(char *path); }
    	SYS_SIGALTSTACK   = 53  // { int sigaltstack(stack_t *ss, stack_t *oss); }
    	SYS_IOCTL         = 54  // { int ioctl(int fd, u_long com, caddr_t data); }
    	SYS_REBOOT        = 55  // { int reboot(int opt); }
    	SYS_REVOKE        = 56  // { int revoke(char *path); }
    	SYS_SYMLINK       = 57  // { int symlink(char *path, char *link); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go

    	SYS_UNDELETE             = 205 // { int|sys||undelete(const char *path); }
    	SYS_GETPGID              = 207 // { pid_t|sys||getpgid(pid_t pid); }
    	SYS_REBOOT               = 208 // { int|sys||reboot(int opt, char *bootstr); }
    	SYS_POLL                 = 209 // { int|sys||poll(struct pollfd *fds, u_int nfds, int timeout); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go

    	SYS_UNDELETE             = 205 // { int|sys||undelete(const char *path); }
    	SYS_GETPGID              = 207 // { pid_t|sys||getpgid(pid_t pid); }
    	SYS_REBOOT               = 208 // { int|sys||reboot(int opt, char *bootstr); }
    	SYS_POLL                 = 209 // { int|sys||poll(struct pollfd *fds, u_int nfds, int timeout); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
Back to top