|
sys_siglist(3) -- system signal messages
|
The psignal() and strsignal() functions locate the descriptive message string for a signal number. The strsignal() function accepts a signal number argument sig and returns a pointer to the correspond... |
sys_signame(3) -- system signal messages
|
The psignal() and strsignal() functions locate the descriptive message string for a signal number. The strsignal() function accepts a signal number argument sig and returns a pointer to the correspond... |
|
TAILQ_CONCAT(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_EMPTY(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_ENTRY(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_FIRST(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_FOREACH(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_FOREACH_REVERSE(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_HEAD(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_HEAD_INITIALIZER(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_INIT(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_INSERT_AFTER(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_INSERT_BEFORE(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_INSERT_HEAD(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |
TAILQ_INSERT_TAIL(3) -- implementations of singly-linked
|
These macros define and operate on four types of data structures: singlylinked lists, singly-linked tail queues, lists, and tail queues. All four structures support the following functionality: 1. Ins... |