msgmaps           539 arch/i386/i386/machdep.c 	valloc(msgmaps, struct msgmap, msginfo.msgseg);
msgmaps            51 kern/sysv_msg.c struct msgmap *msgmaps;		/* MSGSEG msgmap structures */
msgmaps            77 kern/sysv_msg.c 	if (msgmaps == NULL)
msgmaps            82 kern/sysv_msg.c 			msgmaps[i-1].next = i;
msgmaps            83 kern/sysv_msg.c 		msgmaps[i].next = -1;	/* implies entry is available */
msgmaps           118 kern/sysv_msg.c 		next = msgmaps[msghdr->msg_spot].next;
msgmaps           119 kern/sysv_msg.c 		msgmaps[msghdr->msg_spot].next = free_msgmaps;
msgmaps           511 kern/sysv_msg.c 		free_msgmaps = msgmaps[next].next;
msgmaps           513 kern/sysv_msg.c 		msgmaps[next].next = msghdr->msg_spot;
msgmaps           572 kern/sysv_msg.c 		next = msgmaps[next].next;
msgmaps           860 kern/sysv_msg.c 		next = msgmaps[next].next;
msgmaps           187 sys/msg.h      extern struct msgmap *msgmaps;	/* MSGSEG msgmap structures */