OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msgssz
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
msg.h
102
* Each message is broken up and stored in segments that are
msgssz
bytes
105
* Consequently, msginit in kern/sysv_msg.c checks that
msgssz
is a power of
113
int32_t
msgssz
; /* size of a message segment
member in struct:msginfo
139
#ifndef
MSGSSZ
140
#define
MSGSSZ
8 /* Each segment must be 2^N long */
146
#define MSGMAX (
MSGSSZ
*MSGSEG)
msg.h
102
* Each message is broken up and stored in segments that are
msgssz
bytes
105
* Consequently, msginit in kern/sysv_msg.c checks that
msgssz
is a power of
113
int32_t
msgssz
; /* size of a message segment
member in struct:msginfo
139
#ifndef
MSGSSZ
140
#define
MSGSSZ
8 /* Each segment must be 2^N long */
146
#define MSGMAX (
MSGSSZ
*MSGSEG)
Completed in 21 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025