vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go
changeset 256 6d9efbef00a9
parent 251 1c52a0eeb952
child 265 05c40b36d3b2
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     1 // go run mksysctl_openbsd.go
     1 // go run mksysctl_openbsd.go
     2 // Code generated by the command above; DO NOT EDIT.
     2 // Code generated by the command above; DO NOT EDIT.
     3 
     3 
       
     4 //go:build arm && openbsd
     4 // +build arm,openbsd
     5 // +build arm,openbsd
     5 
     6 
     6 package unix
     7 package unix
     7 
     8 
     8 type mibentry struct {
     9 type mibentry struct {
    28 	{"hw.diskstats", []_C_int{6, 9}},
    29 	{"hw.diskstats", []_C_int{6, 9}},
    29 	{"hw.machine", []_C_int{6, 1}},
    30 	{"hw.machine", []_C_int{6, 1}},
    30 	{"hw.model", []_C_int{6, 2}},
    31 	{"hw.model", []_C_int{6, 2}},
    31 	{"hw.ncpu", []_C_int{6, 3}},
    32 	{"hw.ncpu", []_C_int{6, 3}},
    32 	{"hw.ncpufound", []_C_int{6, 21}},
    33 	{"hw.ncpufound", []_C_int{6, 21}},
       
    34 	{"hw.ncpuonline", []_C_int{6, 25}},
    33 	{"hw.pagesize", []_C_int{6, 7}},
    35 	{"hw.pagesize", []_C_int{6, 7}},
    34 	{"hw.physmem", []_C_int{6, 19}},
    36 	{"hw.physmem", []_C_int{6, 19}},
    35 	{"hw.product", []_C_int{6, 15}},
    37 	{"hw.product", []_C_int{6, 15}},
    36 	{"hw.serialno", []_C_int{6, 17}},
    38 	{"hw.serialno", []_C_int{6, 17}},
    37 	{"hw.setperf", []_C_int{6, 13}},
    39 	{"hw.setperf", []_C_int{6, 13}},