Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DataLen (0.42 sec)

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

    	Yday  int32
    	Isdst int32
    }
    
    type RTCWkAlrm struct {
    	Enabled uint8
    	Pending uint8
    	Time    RTCTime
    }
    
    type BlkpgIoctlArg struct {
    	Op      int32
    	Flags   int32
    	Datalen int32
    	Data    *byte
    }
    
    const (
    	BLKPG_ADD_PARTITION    = 0x1
    	BLKPG_DEL_PARTITION    = 0x2
    	BLKPG_RESIZE_PARTITION = 0x3
    )
    
    const (
    	NETNSA_NONE         = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), method (*Msghdr) SetControllen(int)
    pkg syscall (darwin-arm64), type BpfHdr struct
    pkg syscall (darwin-arm64), type BpfHdr struct, Caplen uint32
    pkg syscall (darwin-arm64), type BpfHdr struct, Datalen uint32
    pkg syscall (darwin-arm64), type BpfHdr struct, Hdrlen uint16
    pkg syscall (darwin-arm64), type BpfHdr struct, Pad_cgo_0 [2]uint8
    pkg syscall (darwin-arm64), type BpfHdr struct, Tstamp Timeval32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top