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

/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_msg.c98 struct msgmap *msgmaps; /* MSGSEG msgmap structures */ variable in typeref:struct:msgmap
254 MALLOC(msgmaps, struct msgmap *,
257 if (msgmaps == NULL) {
258 printf("msginit: can't allocate msgmaps");
279 /* init msgmaps */
282 msgmaps[i-1].next = i;
283 msgmaps[i].next = -1; /* implies entry is available */
316 if (msgmaps != NULL)
317 FREE(msgmaps, M_SHM);
363 next = msgmaps[msghd
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dmsg.h361 extern struct msgmap *msgmaps; /* MSGSEG msgmap structures */

Completed in 31 milliseconds