Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c390 t_PXENV_UNDI_GET_INFORMATION *undi_info_p; in pxe_netif_init() local
395 undi_info_p = bio_alloc(sizeof (*undi_info_p)); in pxe_netif_init()
396 if (undi_info_p == NULL) in pxe_netif_init()
399 bzero(undi_info_p, sizeof (*undi_info_p)); in pxe_netif_init()
400 pxe_call(PXENV_UNDI_GET_INFORMATION, undi_info_p); in pxe_netif_init()
401 if (undi_info_p->Status != 0) { in pxe_netif_init()
402 printf("undi get info failed: %x\n", undi_info_p->Status); in pxe_netif_init()
403 bio_free(undi_info_p, sizeof (*undi_info_p)); in pxe_netif_init()
408 for (i = 0; i < undi_info_p->HwAddrLen; ++i) { in pxe_netif_init()
409 if (undi_info_p->CurrentNodeAddress[i] != 0) in pxe_netif_init()
[all …]