Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 95 for raboof (0.11 sec)

  1. src/syscall/zsyscall_aix_ppc64.go

    //go:cgo_import_dynamic libc_pread pread "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_pwrite pwrite "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_read read "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_Reboot reboot "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_Rename rename "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_Renameat renameat "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_Rmdir rmdir "libc.a/shr_64.o"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:50:55 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    	DI_AUTOASSIGNRES DI_FLAGS = 0x00000040 // No UI for resources if possible
    
    	// Flags returned by DiInstallDevice to indicate need to reboot/restart
    	DI_NEEDRESTART DI_FLAGS = 0x00000080 // Reboot required to take effect
    	DI_NEEDREBOOT  DI_FLAGS = 0x00000100 // ""
    
    	// Flags for device installation
    	DI_NOBROWSE DI_FLAGS = 0x00000200 // no Browse... in InsertDisk
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  3. 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); }
    	SYS_SEMGET               = 221 // { int|sys||semget(key_t key, int nsems, int semflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  4. 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); }
    	SYS_SEMGET               = 221 // { int|sys||semget(key_t key, int nsems, int semflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_netbsd_386.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); }
    	SYS_SEMGET               = 221 // { int|sys||semget(key_t key, int nsems, int semflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    func PtraceDetach(pid int) (err error) { return ptrace(PTRACE_DETACH, pid, 0, 0) }
    
    //sys	reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error)
    
    func Reboot(cmd int) (err error) {
    	return reboot(LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, cmd, "")
    }
    
    func direntIno(buf []byte) (uint64, bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	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 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.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); }
    	SYS_SEMGET               = 221 // { int|sys||semget(key_t key, int nsems, int semflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_netbsd_arm64.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); }
    	SYS_SEMGET               = 221 // { int|sys||semget(key_t key, int nsems, int semflg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  10. cluster/gce/windows/k8s-node-setup.psm1

        }
      }
      return ${kube_env_table}
    }
    
    # Sets the environment variable $Key to $Value at the Machine scope (will
    # be present in the environment for all new shells after a reboot).
    function Set_MachineEnvironmentVar {
      param (
        [parameter(Mandatory=$true)] [string]$Key,
        [parameter(Mandatory=$true)] [AllowEmptyString()] [string]$Value
      )
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top