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

/freebsd-10.2-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);
331 aiov[0].iov_base = alq->aq_entbuf + alq->aq_writetail;
349 aiov[1].iov_base = alq->aq_entbuf;
467 alq->aq_entbuf = malloc(alq->aq_buflen, M_ALD, M_WAITOK|M_ZERO);
613 bcopy(data, alq->aq_entbuf + alq->aq_writehead, copy);
630 bcopy(((uint8_t *)data)+copy, alq->aq_entbuf, len - copy);
812 alq->aq_getpost.ae_data = alq->aq_entbuf + alq->aq_writehead;

Completed in 94 milliseconds