Searched refs:seqp (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_msgbuf.c | 358 msgbuf_peekbytes(struct msgbuf *mbp, char *buf, int buflen, u_int *seqp) in msgbuf_peekbytes() argument 366 *seqp = MSGBUF_SEQNORM(mbp, mbp->msg_wseq - mbp->msg_size); in msgbuf_peekbytes() 372 len = MSGBUF_SEQSUB(mbp, wseq, *seqp); in msgbuf_peekbytes() 378 *seqp = MSGBUF_SEQNORM(mbp, wseq - mbp->msg_size); in msgbuf_peekbytes() 381 pos = MSGBUF_SEQ_TO_POS(mbp, *seqp); in msgbuf_peekbytes() 384 bcopy(&mbp->msg_ptr[MSGBUF_SEQ_TO_POS(mbp, *seqp)], buf, len); in msgbuf_peekbytes() 385 *seqp = MSGBUF_SEQNORM(mbp, *seqp + len); in msgbuf_peekbytes()
|
| H A D | kern_descrip.c | 3056 struct file **fpp, seqc_t *seqp) in fget_unlocked_seq() argument 3124 if (seqp != NULL) { in fget_unlocked_seq() 3126 *seqp = seq; in fget_unlocked_seq()
|
| /f-stack/freebsd/sys/ |
| H A D | msgbuf.h | 79 u_int *seqp);
|
| H A D | filedesc.h | 277 struct file **fpp, seqc_t *seqp);
|