1// Copyright 2020 The Go Authors. All rights reserved.2// Use of this source code is governed by a BSD-style3// license that can be found in the LICENSE file.45packageos67// From FreeBSD's <sys/sysctl.h>8const (
9_CTL_KERN = 110_KERN_PROC = 1411_KERN_PROC_PATHNAME = 1212)
13