Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xdstype (0.07 sec)

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

    	Testinfo_len uint32
    	Eedump_len   uint32
    	Regdump_len  uint32
    }
    
    type (
    	HIDRawReportDescriptor struct {
    		Size  uint32
    		Value [4096]uint8
    	}
    	HIDRawDevInfo struct {
    		Bustype uint32
    		Vendor  int16
    		Product int16
    	}
    )
    
    const (
    	CLOSE_RANGE_UNSHARE = 0x2
    	CLOSE_RANGE_CLOEXEC = 0x4
    )
    
    const (
    	NLMSGERR_ATTR_MSG    = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
Back to top