Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dpxe.c62 static void (*pxe_call)(int func, void *ptr); variable
133 pxe_call = NULL; in pxe_enable()
183 pxe_call = pxenv_call; in pxe_init()
199 pxe_call = bangpxe_call; in pxe_init()
211 if (pxe_call == bangpxe_call) in pxe_init()
226 pxe_call(PXENV_GET_CACHED_INFO, gci_p); in pxe_init()
246 if (pxe_call == NULL) in pxe_print()
265 if (pxe_call == NULL) in pxe_cleanup()
271 pxe_call(PXENV_UNDI_SHUTDOWN, undi_shutdown_p); in pxe_cleanup()
284 pxe_call(PXENV_UNLOAD_STACK, unload_stack_p); in pxe_cleanup()
[all …]