This is the freebsd-sysctl Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 05:12:51 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
freebsd-sysctl
Sysctl kernel control mechanism for common lisp
Vasily Postnicov <shamaz.mazum@gmail.com>
2-clause BSD
1.0
cffi-grovel
(system).
cffi
(system).
package.lisp
(file).
grovel.lisp
(file).
freebsd-sysctl.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
freebsd-sysctl/freebsd-sysctl.asd
freebsd-sysctl/package.lisp
freebsd-sysctl/grovel.lisp
freebsd-sysctl/freebsd-sysctl.lisp
freebsd-sysctl/freebsd-sysctl.asd
freebsd-sysctl
(system).
freebsd-sysctl/grovel.lisp
package.lisp
(file).
freebsd-sysctl
(system).
freebsd-sysctl/freebsd-sysctl.lisp
grovel.lisp
(file).
freebsd-sysctl
(system).
list-sysctls
(function).
sysctl
(function).
sysctl-by-name
(function).
sysctl-error
(condition).
sysctl-error-errno
(reader method).
sysctl-mib=>name
(function).
sysctl-name=>mib
(function).
+max-foreign-len+
(constant).
+max-mib-len+
(constant).
fill-foreign-array
(function).
get-errno
(function).
interpret-result
(function).
output-data
(function).
parse-temperature
(function).
strerror
(function).
sysctl%
(function).
sysctl-error-message
(reader method).
sysctl-name=>mib%
(function).
sysctl-type
(function).
Packages are listed by definition order.
freebsd-sysctl
cffi
.
common-lisp
.
list-sysctls
(function).
sysctl
(function).
sysctl-by-name
(function).
sysctl-error
(condition).
sysctl-error-errno
(generic reader).
sysctl-mib=>name
(function).
sysctl-name=>mib
(function).
+max-foreign-len+
(constant).
+max-mib-len+
(constant).
fill-foreign-array
(function).
get-errno
(function).
interpret-result
(function).
output-data
(function).
parse-temperature
(function).
strerror
(function).
sysctl%
(function).
sysctl-error-message
(generic reader).
sysctl-name=>mib%
(function).
sysctl-type
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Returns a list of sysctls for the node with name NAME.
Perform sysctl call for a value specified by mib array. If new-value is specified, it will be set as a new value for that sysctl. Two values are returned: the old and the new value.
Same as SYSCTL, only it accepts string name for sysctl rather than mib array.
Get sysctl name corresponding to mib array
Get sysctl mib array corresponding to sysctl name.
sysctl-error
)) ¶Maximal foreign data chunk length
Maximal number of elements in mib array
sysctl-error
)) ¶Jump to: | F G I L M O P S |
---|
Jump to: | F G I L M O P S |
---|
Jump to: | +
C E M S |
---|
Jump to: | +
C E M S |
---|
Jump to: | C F G P S |
---|
Jump to: | C F G P S |
---|