OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msgbufsize
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_ioctl.h
73
unsigned int
msgbufsize
;
member in struct:__anon6389
vchiq_arm.c
864
if (args.
msgbufsize
< msglen) {
867
"header %p:
msgbufsize
"
870
args.
msgbufsize
,
/src/sys/arch/usermode/dev/
cpu.c
481
size_t
msgbufsize
= 32 * 1024;
local
484
um_msgbuf = kmem_zalloc(
msgbufsize
, KM_SLEEP);
485
initmsgbuf(um_msgbuf,
msgbufsize
);
/src/usr.sbin/syslogd/
syslogd.c
4081
int
msgbufsize
, mib[2];
local
4086
size = sizeof
msgbufsize
;
4087
if (sysctl(mib, 2, &
msgbufsize
, &size, NULL, 0) == -1) {
4088
DPRINTF(D_MISC, "Couldn't get kern.
msgbufsize
\n");
4091
return
msgbufsize
;
Completed in 29 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026