Searched refs:undi_close_p (Results 1 – 1 of 1) sorted by relevance
364 t_PXENV_UNDI_CLOSE *undi_close_p; in pxe_netif_end() local366 undi_close_p = bio_alloc(sizeof(*undi_close_p)); in pxe_netif_end()367 if (undi_close_p != NULL) { in pxe_netif_end()368 bzero(undi_close_p, sizeof(*undi_close_p)); in pxe_netif_end()369 pxe_call(PXENV_UNDI_CLOSE, undi_close_p); in pxe_netif_end()370 if (undi_close_p->Status != 0) in pxe_netif_end()371 printf("undi close failed: %x\n", undi_close_p->Status); in pxe_netif_end()372 bio_free(undi_close_p, sizeof(*undi_close_p)); in pxe_netif_end()