OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msghdrs
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
sysv_msg.c
81
static struct __msg *
msghdrs
; /* MSGTQL msg headers */
variable in typeref:struct:__msg *
135
msghdrs
= (void *)((uintptr_t)msgmaps +
137
msqs = (void *)((uintptr_t)
msghdrs
+
148
msghdrs
[i].msg_type = 0;
149
msghdrs
[i].msg_next = &
msghdrs
[i + 1];
152
msghdrs
[i].msg_type = 0;
153
msghdrs
[i].msg_next = NULL;
154
free_msghdrs = &
msghdrs
[0];
328
/* Take an entry from the new list of free
msghdrs
*/
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025