Lines Matching defs:msgmaps
80 static struct msgmap *msgmaps; /* MSGSEG msgmap structures */
134 msgmaps = (void *)((uintptr_t)msgpool + ALIGN(msginfo.msgmax));
135 msghdrs = (void *)((uintptr_t)msgmaps +
141 msgmaps[i].next = i + 1;
142 msgmaps[msginfo.msgseg - 1].next = -1;
375 nnext = msgmaps[nnext].next;
376 next = msgmaps[next].next;
398 msgmaps = new_msgmaps;
429 next = msgmaps[msghdr->msg_spot].next;
430 msgmaps[msghdr->msg_spot].next = free_msgmaps;
889 free_msgmaps = msgmaps[next].next;
891 msgmaps[next].next = msghdr->msg_spot;
951 next = msgmaps[next].next;
1251 next = msgmaps[next].next;