Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Bytesalloc (0.25 sec)

  1. 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)
  2. 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)
  3. 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)
Back to top