Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Fbootstraptransfer_t (1.1 sec)

  1. src/syscall/types_darwin.go

    // Files
    
    type Stat_t C.struct_stat64
    
    type Statfs_t C.struct_statfs64
    
    type Flock_t C.struct_flock
    
    type Fstore_t C.struct_fstore
    
    type Radvisory_t C.struct_radvisory
    
    type Fbootstraptransfer_t C.struct_fbootstraptransfer
    
    type Log2phys_t C.struct_log2phys
    
    type Fsid C.struct_fsid
    
    type Dirent C.struct_dirent
    
    // File system limits
    
    const (
    	pathMax = C.PATH_MAX
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  2. src/syscall/ztypes_darwin_amd64.go

    	Posmode    int32
    	Offset     int64
    	Length     int64
    	Bytesalloc int64
    }
    
    type Radvisory_t struct {
    	Offset    int64
    	Count     int32
    	Pad_cgo_0 [4]byte
    }
    
    type Fbootstraptransfer_t struct {
    	Offset int64
    	Length uint64
    	Buffer *byte
    }
    
    type Log2phys_t struct {
    	Flags       uint32
    	Contigbytes int64
    	Devoffset   int64
    }
    
    type Fsid struct {
    	Val [2]int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  3. src/syscall/ztypes_darwin_arm64.go

    	Posmode    int32
    	Offset     int64
    	Length     int64
    	Bytesalloc int64
    }
    
    type Radvisory_t struct {
    	Offset    int64
    	Count     int32
    	Pad_cgo_0 [4]byte
    }
    
    type Fbootstraptransfer_t struct {
    	Offset int64
    	Length uint64
    	Buffer *byte
    }
    
    type Log2phys_t struct {
    	Flags       uint32
    	Contigbytes int64
    	Devoffset   int64
    }
    
    type Fsid struct {
    	Val [2]int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    	Flags      uint32
    	Posmode    int32
    	Offset     int64
    	Length     int64
    	Bytesalloc int64
    }
    
    type Radvisory_t struct {
    	Offset int64
    	Count  int32
    	_      [4]byte
    }
    
    type Fbootstraptransfer_t struct {
    	Offset int64
    	Length uint64
    	Buffer *byte
    }
    
    type Log2phys_t struct {
    	Flags uint32
    	_     [16]byte
    }
    
    type Fsid struct {
    	Val [2]int32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    	Flags      uint32
    	Posmode    int32
    	Offset     int64
    	Length     int64
    	Bytesalloc int64
    }
    
    type Radvisory_t struct {
    	Offset int64
    	Count  int32
    	_      [4]byte
    }
    
    type Fbootstraptransfer_t struct {
    	Offset int64
    	Length uint64
    	Buffer *byte
    }
    
    type Log2phys_t struct {
    	Flags uint32
    	_     [16]byte
    }
    
    type Fsid struct {
    	Val [2]int32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), type Dirent struct, Type uint8
    pkg syscall (darwin-arm64), type Fbootstraptransfer_t struct
    pkg syscall (darwin-arm64), type Fbootstraptransfer_t struct, Buffer *uint8
    pkg syscall (darwin-arm64), type Fbootstraptransfer_t struct, Length uint64
    pkg syscall (darwin-arm64), type Fbootstraptransfer_t struct, Offset int64
    pkg syscall (darwin-arm64), type FdSet struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"F_WRITEBOOTSTRAP", Const, 0},
    		{"F_WRLCK", Const, 0},
    		{"Faccessat", Func, 0},
    		{"Fallocate", Func, 0},
    		{"Fbootstraptransfer_t", Type, 0},
    		{"Fbootstraptransfer_t.Buffer", Field, 0},
    		{"Fbootstraptransfer_t.Length", Field, 0},
    		{"Fbootstraptransfer_t.Offset", Field, 0},
    		{"Fchdir", Func, 0},
    		{"Fchflags", Func, 0},
    		{"Fchmod", Func, 0},
    		{"Fchmodat", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg syscall (darwin-386), type Dirent struct, Type uint8
    pkg syscall (darwin-386), type Fbootstraptransfer_t struct
    pkg syscall (darwin-386), type Fbootstraptransfer_t struct, Buffer *uint8
    pkg syscall (darwin-386), type Fbootstraptransfer_t struct, Length uint32
    pkg syscall (darwin-386), type Fbootstraptransfer_t struct, Offset int64
    pkg syscall (darwin-386), type FdSet struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top