HomeSort by: relevance | last modified time | path
    Searched defs:newmsgmax (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sysv_msg.c 216 int i, sz, msqid, newmsgmax, new_nfree_msgmaps; local in function:msgrealloc
223 newmsgmax = msginfo.msgssz * newmsgseg;
224 sz = ALIGN(newmsgmax) +
270 new_msgmaps = (void *)((uintptr_t)new_msgpool + ALIGN(newmsgmax));
407 msginfo.msgmax = newmsgmax;
sysv_msg.c 216 int i, sz, msqid, newmsgmax, new_nfree_msgmaps; local in function:msgrealloc
223 newmsgmax = msginfo.msgssz * newmsgseg;
224 sz = ALIGN(newmsgmax) +
270 new_msgmaps = (void *)((uintptr_t)new_msgpool + ALIGN(newmsgmax));
407 msginfo.msgmax = newmsgmax;

Completed in 22 milliseconds