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

/freebsd-9.3-release/sys/kern/
H A Dkern_alq.c58 char *aq_entbuf; /* Buffer for stored entries */ member in struct:alq
300 free(alq->aq_entbuf, M_ALD);
332 aiov[0].iov_base = alq->aq_entbuf + alq->aq_writetail;
350 aiov[1].iov_base = alq->aq_entbuf;
473 alq->aq_entbuf = malloc(alq->aq_buflen, M_ALD, M_WAITOK|M_ZERO);
619 bcopy(data, alq->aq_entbuf + alq->aq_writehead, copy);
636 bcopy(((uint8_t *)data)+copy, alq->aq_entbuf, len - copy);
818 alq->aq_getpost.ae_data = alq->aq_entbuf + alq->aq_writehead;

Completed in 41 milliseconds