Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 262 for openbsd (0.34 sec)

  1. internal/disk/stat_openbsd.go

    //go:build openbsd
    // +build openbsd
    
    // Copyright (c) 2015-2021 MinIO, Inc.
    //
    // This file is part of MinIO Object Storage stack
    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Feb 26 19:34:50 GMT 2024
    - 1.8K bytes
    - Viewed (0)
  2. api/go1.3.txt

    pkg syscall (openbsd-386), const MADV_RANDOM = 1
    pkg syscall (openbsd-386), const MADV_RANDOM ideal-int
    pkg syscall (openbsd-386), const MADV_SEQUENTIAL = 2
    pkg syscall (openbsd-386), const MADV_SEQUENTIAL ideal-int
    pkg syscall (openbsd-386), const MADV_SPACEAVAIL = 5
    pkg syscall (openbsd-386), const MADV_SPACEAVAIL ideal-int
    pkg syscall (openbsd-386), const MADV_WILLNEED = 3
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  3. api/except.txt

    pkg syscall (openbsd-386), const SYS_GETDIRENTRIES = 312
    pkg syscall (openbsd-386), const SYS_GETDIRENTRIES ideal-int
    pkg syscall (openbsd-386), const SYS_GETFSSTAT = 306
    pkg syscall (openbsd-386), const SYS_GETITIMER = 86
    pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117
    pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116
    pkg syscall (openbsd-386), const SYS_KEVENT = 270
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  4. api/go1.9.txt

    pkg math/bits (netbsd-arm64), const UintSize = 64
    pkg math/bits (netbsd-arm64-cgo), const UintSize = 64
    pkg math/bits (openbsd-386), const UintSize = 32
    pkg math/bits (openbsd-386-cgo), const UintSize = 32
    pkg math/bits (openbsd-amd64), const UintSize = 64
    pkg math/bits (openbsd-amd64-cgo), const UintSize = 64
    pkg math/bits (windows-386), const UintSize = 32
    pkg math/bits (windows-amd64), const UintSize = 64
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Oct 04 20:20:20 GMT 2021
    - 10.7K bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (openbsd-386), const AF_KEY ideal-int
    pkg syscall (openbsd-386), const AF_LAT ideal-int
    pkg syscall (openbsd-386), const AF_LINK ideal-int
    pkg syscall (openbsd-386), const AF_LOCAL ideal-int
    pkg syscall (openbsd-386), const AF_MAX ideal-int
    pkg syscall (openbsd-386), const AF_MPLS ideal-int
    pkg syscall (openbsd-386), const AF_NATM ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  6. api/go1.1.txt

    pkg runtime (netbsd-arm-cgo), const GOOS = "netbsd"
    pkg runtime (openbsd-386), const GOARCH = "386"
    pkg runtime (openbsd-386), const GOOS = "openbsd"
    pkg runtime (openbsd-386-cgo), const GOARCH = "386"
    pkg runtime (openbsd-386-cgo), const GOOS = "openbsd"
    pkg runtime (openbsd-amd64), const GOARCH = "amd64"
    pkg runtime (openbsd-amd64), const GOOS = "openbsd"
    pkg runtime (openbsd-amd64-cgo), const GOARCH = "amd64"
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  7. api/go1.17.txt

    pkg math (openbsd-386), const MaxInt = 2147483647
    pkg math (openbsd-386), const MaxUint = 4294967295
    pkg math (openbsd-386), const MinInt = -2147483648
    pkg math (openbsd-386-cgo), const MaxInt = 2147483647
    pkg math (openbsd-386-cgo), const MaxUint = 4294967295
    pkg math (openbsd-386-cgo), const MinInt = -2147483648
    pkg math (openbsd-amd64), const MaxInt = 9223372036854775807
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 18K bytes
    - Viewed (0)
  8. api/go1.11.txt

    pkg syscall (openbsd-386), func Accept4(int, int) (int, Sockaddr, error)
    pkg syscall (openbsd-386), func Pipe2([]int, int) error
    pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC = 32768
    pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC ideal-int
    pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK = 16384
    pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK ideal-int
    pkg syscall (openbsd-386-cgo), const SYS_ACCEPT4 = 93
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  9. internal/disk/fdatasync_unsupported.go

    //go:build !linux && !netbsd && !freebsd && !darwin && !openbsd
    // +build !linux,!netbsd,!freebsd,!darwin,!openbsd
    
    // Copyright (c) 2015-2021 MinIO, Inc.
    //
    // This file is part of MinIO Object Storage stack
    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Wed Sep 29 23:40:28 GMT 2021
    - 1K bytes
    - Viewed (0)
  10. api/go1.12.txt

    pkg syscall (openbsd-386), const S_IRWXG = 56
    pkg syscall (openbsd-386), const S_IRWXG ideal-int
    pkg syscall (openbsd-386), const S_IRWXO = 7
    pkg syscall (openbsd-386), const S_IRWXO ideal-int
    pkg syscall (openbsd-386-cgo), const S_IRWXG = 56
    pkg syscall (openbsd-386-cgo), const S_IRWXG ideal-int
    pkg syscall (openbsd-386-cgo), const S_IRWXO = 7
    pkg syscall (openbsd-386-cgo), const S_IRWXO ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Jan 02 21:21:53 GMT 2019
    - 13.5K bytes
    - Viewed (0)
Back to top