|
SYSCTL_ADD_STRING(9) -- runtime sysctl tree manipulation
|
These functions and macros provide an interface for creating and deleting sysctl oids at runtime (e.g. during lifetime of a module). The alternative method, based on linker sets (see |
SYSCTL_ADD_STRUCT(9) -- runtime sysctl tree manipulation
|
These functions and macros provide an interface for creating and deleting sysctl oids at runtime (e.g. during lifetime of a module). The alternative method, based on linker sets (see |
SYSCTL_ADD_UINT(9) -- runtime sysctl tree manipulation
|
These functions and macros provide an interface for creating and deleting sysctl oids at runtime (e.g. during lifetime of a module). The alternative method, based on linker sets (see |
SYSCTL_ADD_ULONG(9) -- runtime sysctl tree manipulation
|
These functions and macros provide an interface for creating and deleting sysctl oids at runtime (e.g. during lifetime of a module). The alternative method, based on linker sets (see |
sysctl_ctx_entry_add(9) -- sysctl context for managing dynamically created sysctl oids
|
These functions provide an interface for managing dynamically created oids. The sysctl context is responsible for keeping track of created oids, as well as their proper removal when needed. It adds a ... |
sysctl_ctx_entry_del(9) -- sysctl context for managing dynamically created sysctl oids
|
These functions provide an interface for managing dynamically created oids. The sysctl context is responsible for keeping track of created oids, as well as their proper removal when needed. It adds a ... |
sysctl_ctx_entry_find(9) -- sysctl context for managing dynamically created sysctl oids
|
These functions provide an interface for managing dynamically created oids. The sysctl context is responsible for keeping track of created oids, as well as their proper removal when needed. It adds a ... |
sysctl_ctx_free(9) -- sysctl context for managing dynamically created sysctl oids
|
These functions provide an interface for managing dynamically created oids. The sysctl context is responsible for keeping track of created oids, as well as their proper removal when needed. It adds a ... |
sysctl_ctx_init(9) -- sysctl context for managing dynamically created sysctl oids
|
These functions provide an interface for managing dynamically created oids. The sysctl context is responsible for keeping track of created oids, as well as their proper removal when needed. It adds a ... |
sysctl_remove_oid(9) -- runtime sysctl tree manipulation
|
These functions and macros provide an interface for creating and deleting sysctl oids at runtime (e.g. during lifetime of a module). The alternative method, based on linker sets (see |
taskqueue(9) -- asynchronous task execution
|
These functions provide a simple interface for asynchronous execution of code. The function taskqueue_create() is used to create new queues. The arguments to taskqueue_create() include a name which sh... |
taskqueue_create(9) -- asynchronous task execution
|
These functions provide a simple interface for asynchronous execution of code. The function taskqueue_create() is used to create new queues. The arguments to taskqueue_create() include a name which sh... |
TASKQUEUE_DECLARE(9) -- asynchronous task execution
|
These functions provide a simple interface for asynchronous execution of code. The function taskqueue_create() is used to create new queues. The arguments to taskqueue_create() include a name which sh... |