OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msgpool
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
sysv_msg.c
79
static char *
msgpool
; /* MSGMAX byte long msg buffer pool */
variable in typeref:typename:char *
133
msgpool
= (void *)v;
134
msgmaps = (void *)((uintptr_t)
msgpool
+ ALIGN(msginfo.msgmax));
177
vaddr_t v = (vaddr_t)
msgpool
;
250
old_msgpool =
msgpool
;
372
&
msgpool
[next * msginfo.msgssz], tlen);
397
msgpool
= new_msgpool;
939
error = copyin(user_msgp, &
msgpool
[next * msginfo.msgssz], tlen);
1240
error = copyout(&
msgpool
[next * msginfo.msgssz],
Completed in 11 milliseconds
Indexes created Thu Sep 25 06:09:39 GMT 2025