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

/freebsd-12-stable/sys/kern/
H A Dkern_alq.c60 char *aq_entbuf; /* Buffer for stored entries */ member in struct:alq
302 free(alq->aq_entbuf, M_ALD);
333 aiov[0].iov_base = alq->aq_entbuf + alq->aq_writetail;
351 aiov[1].iov_base = alq->aq_entbuf;
469 alq->aq_entbuf = malloc(alq->aq_buflen, M_ALD, M_WAITOK|M_ZERO);
615 bcopy(data, alq->aq_entbuf + alq->aq_writehead, copy);
632 bcopy(((uint8_t *)data)+copy, alq->aq_entbuf, len - copy);
814 alq->aq_getpost.ae_data = alq->aq_entbuf + alq->aq_writehead;

Completed in 206 milliseconds