Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 188 for Darwin (0.22 sec)

  1. internal/disk/directio_darwin.go

    //go:build darwin
    
    // Copyright (c) 2015-2023 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.
    //
    // This program is distributed in the hope that it will be useful
    Go
    - Registered: Sun Apr 14 19:28:10 GMT 2024
    - Last Modified: Sat Jun 17 14:31:36 GMT 2023
    - 1.4K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/test/issue24161_darwin_test.go

    Austin Clements <******@****.***> 1683224724 -0400
    Go
    - Registered: Tue Apr 09 11:13:10 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 716 bytes
    - Viewed (0)
  3. internal/init/init_darwin_amd64.go

    Harshavardhana <******@****.***> 1667605478 -0700
    Go
    - Registered: Sun Apr 07 19:28:10 GMT 2024
    - Last Modified: Fri Nov 04 23:44:38 GMT 2022
    - 1.3K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg runtime (darwin-arm64), const GOARCH = "arm64"
    pkg runtime (darwin-arm64), const GOOS = "darwin"
    pkg runtime (darwin-arm64-cgo), const GOARCH = "arm64"
    pkg runtime (darwin-arm64-cgo), const GOOS = "darwin"
    pkg strconv (darwin-arm64), const IntSize = 64
    pkg strconv (darwin-arm64-cgo), const IntSize = 64
    pkg syscall (darwin-arm64), const AF_APPLETALK = 16
    pkg syscall (darwin-arm64), const AF_APPLETALK ideal-int
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg os (darwin-amd64), const O_CREATE = 512
    pkg os (darwin-amd64), const O_EXCL = 2048
    pkg os (darwin-amd64), const O_SYNC = 128
    pkg os (darwin-amd64), const O_TRUNC = 1024
    pkg os (darwin-amd64), const PathListSeparator = 58
    pkg os (darwin-amd64), const PathSeparator = 47
    pkg os (darwin-amd64-cgo), const DevNull = "/dev/null"
    pkg os (darwin-amd64-cgo), const O_APPEND = 8
    pkg os (darwin-amd64-cgo), const O_CREATE = 512
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. 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 14 19:28:10 GMT 2024
    - Last Modified: Wed Sep 29 23:40:28 GMT 2021
    - 1.1K bytes
    - Viewed (0)
  7. cmd/os-dirent_ino.go

    //
    // You should have received a copy of the GNU Affero General Public License
    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    //go:build (linux || darwin) && !appengine
    // +build linux darwin
    // +build !appengine
    
    package cmd
    
    import "syscall"
    
    func direntInode(dirent *syscall.Dirent) uint64 {
    	return dirent.Ino
    Go
    - Registered: Sun Apr 14 19:28:10 GMT 2024
    - Last Modified: Thu Aug 19 01:35:22 GMT 2021
    - 953 bytes
    - Viewed (0)
  8. api/go1.17.txt

    pkg io/fs, func FileInfoToDirEntry(FileInfo) DirEntry
    pkg math (darwin-amd64), const MaxInt = 9223372036854775807
    pkg math (darwin-amd64), const MaxUint = 18446744073709551615
    pkg math (darwin-amd64), const MinInt = -9223372036854775808
    pkg math (darwin-amd64-cgo), const MaxInt = 9223372036854775807
    pkg math (darwin-amd64-cgo), const MaxUint = 18446744073709551615
    pkg math (darwin-amd64-cgo), const MinInt = -9223372036854775808
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 18K bytes
    - Viewed (0)
  9. cmd/xl-storage_noatime_supported.go

    //go:build !windows && !darwin && !freebsd
    // +build !windows,!darwin,!freebsd
    
    // 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 14 19:28:10 GMT 2024
    - Last Modified: Thu Aug 19 01:35:22 GMT 2021
    - 1K bytes
    - Viewed (0)
  10. internal/disk/type_bsd.go

    //go:build darwin || freebsd || dragonfly || openbsd || solaris
    // +build darwin freebsd dragonfly openbsd solaris
    
    // 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 14 19:28:10 GMT 2024
    - Last Modified: Thu Aug 19 01:35:22 GMT 2021
    - 1.1K bytes
    - Viewed (0)
Back to top