Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dsysv_msg.c102 struct msgmap *msgmaps; /* MSGSEG msgmap structures */ variable
244 if (msgmaps == NULL) { in msginit()
265 msgmaps[i - 1].next = i; in msginit()
267 msgmaps[i].next = -1; /* implies entry is available */ in msginit()
300 kfree_data(msgmaps, sizeof(struct msgmap) * msginfo.msgseg); in msginit()
346 next = msgmaps[msghdr->msg_spot].next; in msg_freehdr()
347 msgmaps[msghdr->msg_spot].next = free_msgmaps; in msg_freehdr()
969 free_msgmaps = msgmaps[next].next; in msgsnd_nocancel()
971 msgmaps[next].next = msghdr->msg_spot; in msgsnd_nocancel()
1055 next = msgmaps[next].next; in msgsnd_nocancel()
[all …]
/xnu-11215/bsd/sys/
H A Dmsg.h345 extern struct msgmap *msgmaps; /* MSGSEG msgmap structures */