Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Bytesalloc (0.19 sec)

  1. src/syscall/ztypes_darwin_amd64.go

    	Start  int64
    	Len    int64
    	Pid    int32
    	Type   int16
    	Whence int16
    }
    
    type Fstore_t struct {
    	Flags      uint32
    	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
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  2. src/syscall/ztypes_darwin_arm64.go

    	Start  int64
    	Len    int64
    	Pid    int32
    	Type   int16
    	Whence int16
    }
    
    type Fstore_t struct {
    	Flags      uint32
    	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
    }
    
    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/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    	Start  int64
    	Len    int64
    	Pid    int32
    	Type   int16
    	Whence int16
    }
    
    type Fstore_t struct {
    	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
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    	Start  int64
    	Len    int64
    	Pid    int32
    	Type   int16
    	Whence int16
    }
    
    type Fstore_t struct {
    	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
    }
    
    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. api/go1.16.txt

    pkg syscall (darwin-arm64), type Fsid struct
    pkg syscall (darwin-arm64), type Fsid struct, Val [2]int32
    pkg syscall (darwin-arm64), type Fstore_t struct
    pkg syscall (darwin-arm64), type Fstore_t struct, Bytesalloc int64
    pkg syscall (darwin-arm64), type Fstore_t struct, Flags uint32
    pkg syscall (darwin-arm64), type Fstore_t struct, Length int64
    pkg syscall (darwin-arm64), type Fstore_t struct, Offset int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Fsid.X__fsid_val", Field, 2},
    		{"Fsid.X__val", Field, 0},
    		{"Fstat", Func, 0},
    		{"Fstatat", Func, 12},
    		{"Fstatfs", Func, 0},
    		{"Fstore_t", Type, 0},
    		{"Fstore_t.Bytesalloc", Field, 0},
    		{"Fstore_t.Flags", Field, 0},
    		{"Fstore_t.Length", Field, 0},
    		{"Fstore_t.Offset", Field, 0},
    		{"Fstore_t.Posmode", Field, 0},
    		{"Fsync", Func, 0},
    		{"Ftruncate", 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)
  7. api/go1.txt

    pkg syscall (darwin-386), type Fsid struct
    pkg syscall (darwin-386), type Fsid struct, Val [2]int32
    pkg syscall (darwin-386), type Fstore_t struct
    pkg syscall (darwin-386), type Fstore_t struct, Bytesalloc int64
    pkg syscall (darwin-386), type Fstore_t struct, Flags uint32
    pkg syscall (darwin-386), type Fstore_t struct, Length int64
    pkg syscall (darwin-386), type Fstore_t struct, Offset int64
    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