Searched refs:aq_entbuf (Results 1 – 1 of 1) sorted by relevance
59 char *aq_entbuf; /* Buffer for stored entries */ member303 free(alq->aq_entbuf, M_ALD); in alq_destroy()334 aiov[0].iov_base = alq->aq_entbuf + alq->aq_writetail; in alq_doio()352 aiov[1].iov_base = alq->aq_entbuf; in alq_doio()467 alq->aq_entbuf = malloc(alq->aq_buflen, M_ALD, M_WAITOK|M_ZERO); in alq_open_flags()612 bcopy(data, alq->aq_entbuf + alq->aq_writehead, copy); in alq_writen()629 bcopy(((uint8_t *)data)+copy, alq->aq_entbuf, len - copy); in alq_writen()811 alq->aq_getpost.ae_data = alq->aq_entbuf + alq->aq_writehead; in alq_getn()