Searched refs:pxenv (Results 1 – 2 of 2) sorted by relevance
310 pxenv_t *pxenv; in pxe_init() local328 pxenv = NULL; in pxe_init()332 if (pxenv == NULL) { in pxe_init()333 pxenv = (pxenv_t *)cp; in pxe_init()334 if (memcmp(pxenv->Signature, S_SIZE("PXENV+")) != 0) in pxe_init()335 pxenv = NULL; in pxe_init()338 i < pxenv->Length; i++) in pxe_init()344 pxenv = NULL; in pxe_init()366 if (pxe != NULL && pxenv != NULL) in pxe_init()370 if (pxe == NULL && pxenv == NULL) { in pxe_init()[all …]