Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.h40 #define PXENV_EXIT_SUCCESS 0x0000 macro
H A Dundi.c191 #define UNDI_STATUS(pxs) ( (pxs)->Status == PXENV_EXIT_SUCCESS ? \
408 if ( pxenv_exit == PXENV_EXIT_SUCCESS ) return 1; in undi_call_loader()
430 return pxenv_exit == PXENV_EXIT_SUCCESS ? 1 : 0; in undi_call_silent()