github.com/isyscore/isc-gobase@v1.5.3-0.20231218061332-cbc7451899e9/system/host/host_darwin_amd64.go (about) 1 package host 2 3 type Utmpx struct { 4 User [256]int8 5 ID [4]int8 6 Line [32]int8 7 Pid int32 8 Type int16 9 Pad_cgo_0 [6]byte 10 Tv Timeval 11 Host [256]int8 12 Pad [16]uint32 13 } 14 type Timeval struct { 15 Sec int32 16 }