Lines Matching refs:msg_spot
341 nmsghdr->msg_spot = -1;
352 new_msgmaps[nnext].next = nmsghdr->msg_spot;
353 nmsghdr->msg_spot = nnext;
357 KASSERT(nnext == nmsghdr->msg_spot);
358 next = msghdr->msg_spot;
426 KASSERT(msghdr->msg_spot >= 0);
427 KASSERT(msghdr->msg_spot < msginfo.msgseg);
429 next = msgmaps[msghdr->msg_spot].next;
430 msgmaps[msghdr->msg_spot].next = free_msgmaps;
431 free_msgmaps = msghdr->msg_spot;
433 msghdr->msg_spot = next;
439 KASSERT(msghdr->msg_spot == -1);
875 msghdr->msg_spot = -1;
891 msgmaps[next].next = msghdr->msg_spot;
892 msghdr->msg_spot = next;
928 next = msghdr->msg_spot;
1229 next = msghdr->msg_spot;