Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 75 for netbsd (0.26 sec)

  1. internal/disk/stat_netbsd.go

    //go:build netbsd
    // +build netbsd
    
    // 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 21 19:28:08 GMT 2024
    - Last Modified: Mon Feb 26 19:34:50 GMT 2024
    - 1.8K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg os (netbsd-amd64), const O_CREATE = 512
    pkg os (netbsd-amd64), const O_EXCL = 2048
    pkg os (netbsd-amd64), const O_SYNC = 128
    pkg os (netbsd-amd64), const O_TRUNC = 1024
    pkg os (netbsd-amd64), const PathListSeparator = 58
    pkg os (netbsd-amd64), const PathSeparator = 47
    pkg os (netbsd-amd64-cgo), const DevNull = "/dev/null"
    pkg os (netbsd-amd64-cgo), const O_APPEND = 8
    pkg os (netbsd-amd64-cgo), const O_CREATE = 512
    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)
  3. api/go1.13.txt

    pkg log/syslog (netbsd-arm64), const LOG_CRIT = 2
    pkg log/syslog (netbsd-arm64), const LOG_CRIT Priority
    pkg log/syslog (netbsd-arm64), const LOG_CRON = 72
    pkg log/syslog (netbsd-arm64), const LOG_CRON Priority
    pkg log/syslog (netbsd-arm64), const LOG_DAEMON = 24
    pkg log/syslog (netbsd-arm64), const LOG_DAEMON Priority
    pkg log/syslog (netbsd-arm64), const LOG_DEBUG = 7
    pkg log/syslog (netbsd-arm64), const LOG_DEBUG Priority
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.3.txt

    pkg syscall (netbsd-386), const CLONE_PTRACE = 8192
    pkg syscall (netbsd-386), const CLONE_PTRACE ideal-int
    pkg syscall (netbsd-386), const CLONE_SIGHAND = 2048
    pkg syscall (netbsd-386), const CLONE_SIGHAND ideal-int
    pkg syscall (netbsd-386), const CLONE_VFORK = 16384
    pkg syscall (netbsd-386), const CLONE_VFORK ideal-int
    pkg syscall (netbsd-386), const CLONE_VM = 256
    pkg syscall (netbsd-386), const CLONE_VM ideal-int
    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)
  5. api/go1.9.txt

    pkg math/bits (netbsd-386), const UintSize = 32
    pkg math/bits (netbsd-386-cgo), const UintSize = 32
    pkg math/bits (netbsd-amd64), const UintSize = 64
    pkg math/bits (netbsd-amd64-cgo), const UintSize = 64
    pkg math/bits (netbsd-arm), const UintSize = 32
    pkg math/bits (netbsd-arm-cgo), const UintSize = 32
    pkg math/bits (netbsd-arm64), const UintSize = 64
    pkg math/bits (netbsd-arm64-cgo), 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)
  6. api/go1.2.txt

    pkg log/syslog (netbsd-386), const LOG_LOCAL5 Priority
    pkg log/syslog (netbsd-386), const LOG_LOCAL6 Priority
    pkg log/syslog (netbsd-386), const LOG_LOCAL7 Priority
    pkg log/syslog (netbsd-386), const LOG_LPR Priority
    pkg log/syslog (netbsd-386), const LOG_MAIL Priority
    pkg log/syslog (netbsd-386), const LOG_NEWS Priority
    pkg log/syslog (netbsd-386), const LOG_NOTICE Priority
    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)
  7. api/go1.17.txt

    pkg syscall (netbsd-arm), const WEXITED = 32
    pkg syscall (netbsd-arm), const WEXITED ideal-int
    pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 = 481
    pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 ideal-int
    pkg syscall (netbsd-arm-cgo), const WEXITED = 32
    pkg syscall (netbsd-arm-cgo), const WEXITED ideal-int
    pkg syscall (netbsd-arm64), const SYS_WAIT6 = 481
    pkg syscall (netbsd-arm64), const SYS_WAIT6 ideal-int
    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. cmd/os-dirent_fileino.go

    //go:build freebsd || openbsd || netbsd
    // +build freebsd openbsd netbsd
    
    // 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 21 19:28:08 GMT 2024
    - Last Modified: Thu Aug 19 01:35:22 GMT 2021
    - 950 bytes
    - Viewed (0)
  9. internal/disk/fdatasync_unix.go

    //go:build freebsd || netbsd || openbsd || darwin
    // +build freebsd netbsd openbsd darwin
    
    // 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 21 19:28:08 GMT 2024
    - Last Modified: Wed Sep 29 23:40:28 GMT 2021
    - 1.1K bytes
    - Viewed (0)
  10. 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 21 19:28:08 GMT 2024
    - Last Modified: Wed Sep 29 23:40:28 GMT 2021
    - 1K bytes
    - Viewed (0)
Back to top