Home
last modified time | relevance | path

Searched refs:seqp (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/kern/
H A Dsubr_msgbuf.c350 msgbuf_peekbytes(struct msgbuf *mbp, char *buf, int buflen, u_int *seqp) in msgbuf_peekbytes() argument
359 *seqp = MSGBUF_SEQSUB(mbp, mbp->msg_wseq, mbp->msg_size); in msgbuf_peekbytes()
361 *seqp = 0; in msgbuf_peekbytes()
367 len = MSGBUF_SEQSUB(mbp, wseq, *seqp); in msgbuf_peekbytes()
373 *seqp = MSGBUF_SEQSUB(mbp, wseq, mbp->msg_size); in msgbuf_peekbytes()
376 pos = MSGBUF_SEQ_TO_POS(mbp, *seqp); in msgbuf_peekbytes()
379 bcopy(&mbp->msg_ptr[MSGBUF_SEQ_TO_POS(mbp, *seqp)], buf, len); in msgbuf_peekbytes()
380 *seqp = MSGBUF_SEQADD(mbp, *seqp, len); in msgbuf_peekbytes()
H A Dkern_descrip.c119 cap_rights_t *needrightsp, struct file **fpp, seqc_t *seqp);
3223 struct file **fpp, seqc_t *seqp) in fget_unlocked_seq() argument
3289 if (seqp != NULL) { in fget_unlocked_seq()
3291 *seqp = seq; in fget_unlocked_seq()
/freebsd-13.1/sys/sys/
H A Dmsgbuf.h82 u_int *seqp);
/freebsd-13.1/tools/tools/net80211/w00t/prga/
H A Dprga.c262 short *seqp; in send_frag() local
296 seqp = (short*) wh->i_seq; in send_frag()
297 *seqp = seqfn(p->seq, p->frag); in send_frag()