Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dpxe.c379 t_PXENV_UNDI_GET_INFORMATION *undi_info_p; in pxe_netif_init() local
384 undi_info_p = bio_alloc(sizeof(*undi_info_p)); in pxe_netif_init()
385 if (undi_info_p == NULL) in pxe_netif_init()
388 bzero(undi_info_p, sizeof(*undi_info_p)); in pxe_netif_init()
389 pxe_call(PXENV_UNDI_GET_INFORMATION, undi_info_p); in pxe_netif_init()
390 if (undi_info_p->Status != 0) { in pxe_netif_init()
391 printf("undi get info failed: %x\n", undi_info_p->Status); in pxe_netif_init()
392 bio_free(undi_info_p, sizeof(*undi_info_p)); in pxe_netif_init()
397 for (i = 0; i < undi_info_p->HwAddrLen; ++i) { in pxe_netif_init()
398 if (undi_info_p->CurrentNodeAddress[i] != 0) in pxe_netif_init()
[all …]