Home | History | Annotate | Download | only in sys

Lines Matching refs:sysctl

45  *	@(#)sysctl.h	8.1 (Berkeley) 6/2/93

46 * $Id: sysctl.h,v 1.1.1.1 2006/05/30 06:13:00 hhzhou Exp $
55 * Definitions for sysctl call. The sysctl call uses a hierarchical name
66 * Each subsystem defined by sysctl defines a list of variables
69 * type given below. Each sysctl level defines a set of name/type
70 * pairs to be used by sysctl(1) in manipulating the subsystem.
94 * to get dynamically assigned sysctl entries using the linker-set
95 * technology. This is the way nearly all new sysctl variables should
106 * This describes the access space for a sysctl request. This is needed
125 * Pseudo sysctl call through ioctl(2) interface
500 int sysctl __P((int *, u_int, void *, size_t *, void *, size_t));