Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c611 t_PXENV_UNDI_TBD *tbd_p; in pxe_netif_put() local
616 tbd_p = bio_alloc(sizeof (*tbd_p)); in pxe_netif_put()
619 if (trans_p != NULL && tbd_p != NULL && data != NULL) { in pxe_netif_put()
621 bzero(tbd_p, sizeof (*tbd_p)); in pxe_netif_put()
623 trans_p->TBD.segment = VTOPSEG(tbd_p); in pxe_netif_put()
624 trans_p->TBD.offset = VTOPOFF(tbd_p); in pxe_netif_put()
626 tbd_p->ImmedLength = len; in pxe_netif_put()
627 tbd_p->Xmit.segment = VTOPSEG(data); in pxe_netif_put()
628 tbd_p->Xmit.offset = VTOPOFF(data); in pxe_netif_put()
637 bio_free(tbd_p, sizeof (*tbd_p)); in pxe_netif_put()