Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dpxe.c380 t_PXENV_UNDI_OPEN *undi_open_p; in pxe_netif_init() local
422 undi_open_p = bio_alloc(sizeof(*undi_open_p)); in pxe_netif_init()
423 if (undi_open_p == NULL) in pxe_netif_init()
425 bzero(undi_open_p, sizeof(*undi_open_p)); in pxe_netif_init()
426 undi_open_p->PktFilter = FLTR_DIRECTED | FLTR_BRDCST; in pxe_netif_init()
427 pxe_call(PXENV_UNDI_OPEN, undi_open_p); in pxe_netif_init()
428 if (undi_open_p->Status != 0) in pxe_netif_init()
429 printf("undi open failed: %x\n", undi_open_p->Status); in pxe_netif_init()
430 bio_free(undi_open_p, sizeof(*undi_open_p)); in pxe_netif_init()