Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for __reserved1 (0.19 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Src_fd      int64
    	Src_offset  uint64
    	Src_length  uint64
    	Dest_offset uint64
    }
    
    type RawFileDedupeRange struct {
    	Src_offset uint64
    	Src_length uint64
    	Dest_count uint16
    	Reserved1  uint16
    	Reserved2  uint32
    }
    
    type RawFileDedupeRangeInfo struct {
    	Dest_fd       int64
    	Dest_offset   uint64
    	Bytes_deduped uint64
    	Status        int32
    	Reserved      uint32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"IfData.Pad_cgo_0", Field, 2},
    		{"IfData.Pad_cgo_1", Field, 2},
    		{"IfData.Physical", Field, 0},
    		{"IfData.Recvquota", Field, 0},
    		{"IfData.Recvtiming", Field, 0},
    		{"IfData.Reserved1", Field, 0},
    		{"IfData.Reserved2", Field, 0},
    		{"IfData.Spare_char1", Field, 0},
    		{"IfData.Spare_char2", Field, 0},
    		{"IfData.Type", Field, 0},
    		{"IfData.Typelen", Field, 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)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), type IfData struct, Recvquota uint8
    pkg syscall (darwin-arm64), type IfData struct, Recvtiming uint32
    pkg syscall (darwin-arm64), type IfData struct, Reserved1 uint32
    pkg syscall (darwin-arm64), type IfData struct, Reserved2 uint32
    pkg syscall (darwin-arm64), type IfData struct, Type uint8
    pkg syscall (darwin-arm64), type IfData struct, Typelen uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (darwin-386), type IfData struct, Recvquota uint8
    pkg syscall (darwin-386), type IfData struct, Recvtiming uint32
    pkg syscall (darwin-386), type IfData struct, Reserved1 uint32
    pkg syscall (darwin-386), type IfData struct, Reserved2 uint32
    pkg syscall (darwin-386), type IfData struct, Type uint8
    pkg syscall (darwin-386), type IfData struct, Typelen uint8
    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