OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msgmaps
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
sysv_msg.c
80
static struct msgmap *
msgmaps
; /* MSGSEG msgmap structures */
variable in typeref:struct:msgmap *
134
msgmaps
= (void *)((uintptr_t)msgpool + ALIGN(msginfo.msgmax));
135
msghdrs = (void *)((uintptr_t)
msgmaps
+
141
msgmaps
[i].next = i + 1;
142
msgmaps
[msginfo.msgseg - 1].next = -1;
375
nnext =
msgmaps
[nnext].next;
376
next =
msgmaps
[next].next;
398
msgmaps
= new_msgmaps;
429
next =
msgmaps
[msghdr->msg_spot].next;
430
msgmaps
[msghdr->msg_spot].next = free_msgmaps
[
all
...]
Completed in 10 milliseconds
Indexes created Wed Sep 24 22:09:59 GMT 2025