shirou_gopsutil/disk/disk_openbsd_amd64.go

37 lines
574 B
Go
Raw Normal View History

// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs types_openbsd.go
package disk
const (
devstat_NO_DATA = 0x00
devstat_READ = 0x01
devstat_WRITE = 0x02
devstat_FREE = 0x03
)
const (
sizeOfDiskstats = 0x70
)
type Diskstats struct {
2017-02-02 07:05:29 +08:00
Name [16]int8
Busy int32
Pad_cgo_0 [4]byte
Rxfer uint64
Wxfer uint64
Seek uint64
Rbytes uint64
Wbytes uint64
Attachtime Timeval
Timestamp Timeval
Time Timeval
}
type Timeval struct {
2017-02-02 07:05:29 +08:00
Sec int64
Usec int64
}
type Diskstat struct{}
type bintime struct{}