|
crfree(9) -- functions related to user credentials
|
The ucred family of functions is used to manage user credential structures (struct ucred) within the kernel. The crget() function allocates memory for a new structure, sets its reference count to 1, a... |
crget(9) -- functions related to user credentials
|
The ucred family of functions is used to manage user credential structures (struct ucred) within the kernel. The crget() function allocates memory for a new structure, sets its reference count to 1, a... |
|
crhold(9) -- functions related to user credentials
|
The ucred family of functions is used to manage user credential structures (struct ucred) within the kernel. The crget() function allocates memory for a new structure, sets its reference count to 1, a... |
critical_enter(9) -- enter and exit a critical region
|
These functions are used to prevent preemption in a critical region of code. All that is guaranteed is that the thread currently executing on a CPU will not be preempted. Specifically, a thread in a c... |
critical_exit(9) -- enter and exit a critical region
|
These functions are used to prevent preemption in a critical region of code. All that is guaranteed is that the thread currently executing on a CPU will not be preempted. Specifically, a thread in a c... |
crshared(9) -- functions related to user credentials
|
The ucred family of functions is used to manage user credential structures (struct ucred) within the kernel. The crget() function allocates memory for a new structure, sets its reference count to 1, a... |
cru2x(9) -- functions related to user credentials
|
The ucred family of functions is used to manage user credential structures (struct ucred) within the kernel. The crget() function allocates memory for a new structure, sets its reference count to 1, a... |
crypto(9) -- API for cryptographic services in the kernel
|
crypto is a framework for drivers of cryptographic hardware to register with the kernel so ``consumers'' (other kernel subsystems, and users through the /dev/crypto device) are able to make use of i... |
CTASSERT(9) -- compile time assertion macro
|
The CTASSERT() macro evaluates expression at compile time and causes a compiler error if it is false. The CTASSERT() macro is useful for asserting the size or alignment of important data structures an... |
CTR0(9) -- kernel tracing facility
|
KTR provides a circular buffer of events that can be logged in a printf(9) style fashion. These events can then be dumped either via ddb(4) or gdb(1). Events are created and logged in the kernel via t... |
CTR1(9) -- kernel tracing facility
|
KTR provides a circular buffer of events that can be logged in a printf(9) style fashion. These events can then be dumped either via ddb(4) or gdb(1). Events are created and logged in the kernel via t... |
CTR2(9) -- kernel tracing facility
|
KTR provides a circular buffer of events that can be logged in a printf(9) style fashion. These events can then be dumped either via ddb(4) or gdb(1). Events are created and logged in the kernel via t... |
CTR3(9) -- kernel tracing facility
|
KTR provides a circular buffer of events that can be logged in a printf(9) style fashion. These events can then be dumped either via ddb(4) or gdb(1). Events are created and logged in the kernel via t... |
CTR4(9) -- kernel tracing facility
|
KTR provides a circular buffer of events that can be logged in a printf(9) style fashion. These events can then be dumped either via ddb(4) or gdb(1). Events are created and logged in the kernel via t... |
CTR5(9) -- kernel tracing facility
|
KTR provides a circular buffer of events that can be logged in a printf(9) style fashion. These events can then be dumped either via ddb(4) or gdb(1). Events are created and logged in the kernel via t... |