HomeSort by: relevance | last modified time | path
    Searched defs:nmptr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
sysv_msg.c 304 struct msqid_ds *nmptr, *mptr; local in function:msgrealloc
315 nmptr = &nmsq->msq_u;
316 memcpy(nmptr, mptr, sizeof(struct msqid_ds));
337 nmptr->_msg_first = nmsghdr;
382 nmptr->_msg_last = nmsghdr;
sysv_msg.c 304 struct msqid_ds *nmptr, *mptr; local in function:msgrealloc
315 nmptr = &nmsq->msq_u;
316 memcpy(nmptr, mptr, sizeof(struct msqid_ds));
337 nmptr->_msg_first = nmsghdr;
382 nmptr->_msg_last = nmsghdr;
sysv_msg.c 304 struct msqid_ds *nmptr, *mptr; local in function:msgrealloc
315 nmptr = &nmsq->msq_u;
316 memcpy(nmptr, mptr, sizeof(struct msqid_ds));
337 nmptr->_msg_first = nmsghdr;
382 nmptr->_msg_last = nmsghdr;
sysv_msg.c 304 struct msqid_ds *nmptr, *mptr; local in function:msgrealloc
315 nmptr = &nmsq->msq_u;
316 memcpy(nmptr, mptr, sizeof(struct msqid_ds));
337 nmptr->_msg_first = nmsghdr;
382 nmptr->_msg_last = nmsghdr;

Completed in 104 milliseconds