host_darwin_arm64.go 350 B

12345678910111213141516171819202122
  1. // +build darwin
  2. // +build arm64
  3. // Code generated by cmd/cgo -godefs; DO NOT EDIT.
  4. // cgo -godefs host/types_darwin.go
  5. package host
  6. type Utmpx struct {
  7. User [256]int8
  8. Id [4]int8
  9. Line [32]int8
  10. Pid int32
  11. Type int16
  12. Tv Timeval
  13. Host [256]int8
  14. Pad [16]uint32
  15. }
  16. type Timeval struct {
  17. Sec int64
  18. Usec int32
  19. Pad_cgo_0 [4]byte
  20. }