Searched refs:msg_spot (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsysv_msg.c292 nmsghdr->msg_spot = -1;
303 new_msgmaps[nnext].next = nmsghdr->msg_spot;
304 nmsghdr->msg_spot = nnext;
308 KASSERT(nnext == nmsghdr->msg_spot);
309 next = msghdr->msg_spot;
377 KASSERT(msghdr->msg_spot >= 0);
378 KASSERT(msghdr->msg_spot < msginfo.msgseg);
380 next = msgmaps[msghdr->msg_spot].next;
381 msgmaps[msghdr->msg_spot].next = free_msgmaps;
382 free_msgmaps = msghdr->msg_spot;
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_ipc.h65 short msg_spot; member in struct:svr4_msg
/netbsd-6-1-5-RELEASE/sys/compat/svr4_32/
H A Dsvr4_32_ipc.h58 short msg_spot; member in struct:svr4_32_msg
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dmsg.h69 short msg_spot; /* location of start of msg in buffer */ member in struct:__msg
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_conv.h493 mp->msg_spot = m32p->msg_spot;
503 m32p->msg_spot = mp->msg_spot;
H A Dnetbsd32.h415 short msg_spot; /* location of start of msg in buffer */ member in struct:netbsd32_msg

Completed in 70 milliseconds