github.com/gofiber/fiber/v2@v2.47.0/internal/gopsutil/mem/mem_openbsd_386.go (about) 1 //go:build openbsd && 386 2 // +build openbsd,386 3 4 // Code generated by cmd/cgo -godefs; DO NOT EDIT. 5 // cgo -godefs mem/types_openbsd.go 6 7 package mem 8 9 const ( 10 CTLVfs = 10 11 VfsGeneric = 0 12 VfsBcacheStat = 3 13 ) 14 15 const ( 16 sizeOfBcachestats = 0x90 17 ) 18 19 type Bcachestats struct { 20 Numbufs int64 21 Numbufpages int64 22 Numdirtypages int64 23 Numcleanpages int64 24 Pendingwrites int64 25 Pendingreads int64 26 Numwrites int64 27 Numreads int64 28 Cachehits int64 29 Busymapped int64 30 Dmapages int64 31 Highpages int64 32 Delwribufs int64 33 Kvaslots int64 34 Avail int64 35 Highflips int64 36 Highflops int64 37 Dmaflips int64 38 }