Searched refs:msgmaps (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_msg.c98 struct msgmap *msgmaps; /* MSGSEG msgmap structures */ variable in typeref:struct:msgmap
226 MALLOC(msgmaps, struct msgmap *,
229 if (msgmaps == NULL) {
230 printf("msginit: can't allocate msgmaps");
251 /* init msgmaps */
254 msgmaps[i-1].next = i;
255 msgmaps[i].next = -1; /* implies entry is available */
288 if (msgmaps != NULL)
289 FREE(msgmaps, M_SHM);
317 next = msgmaps[msghd
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmsg.h314 extern struct msgmap *msgmaps; /* MSGSEG msgmap structures */

Completed in 37 milliseconds