Lines Matching defs:nmsghdr
303 struct __msg *nmsghdr, *msghdr, *pmsghdr;
322 nmsghdr = pmsghdr = NULL;
329 nmsghdr = new_free_msghdrs;
330 KASSERT(nmsghdr != NULL);
331 new_free_msghdrs = nmsghdr->msg_next;
333 nmsghdr->msg_next = NULL;
335 pmsghdr->msg_next = nmsghdr;
337 nmptr->_msg_first = nmsghdr;
338 pmsghdr = nmsghdr;
340 nmsghdr->msg_ts = msghdr->msg_ts;
341 nmsghdr->msg_spot = -1;
352 new_msgmaps[nnext].next = nmsghdr->msg_spot;
353 nmsghdr->msg_spot = nnext;
357 KASSERT(nnext == nmsghdr->msg_spot);
382 nmptr->_msg_last = nmsghdr;