OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pxenv
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/i386/stand/pxeboot/
pxe.c
284
pxenv_t *
pxenv
;
local in function:pxe_init
296
* Scan memory for the !PXE or
PXENV
+ signatures
299
* to a deprecated structure (
PXENV
+).
302
pxenv
= NULL;
306
if (
pxenv
== NULL) {
307
pxenv
= (pxenv_t *)cp;
308
if (MEMSTRCMP(
pxenv
->Signature, "
PXENV
+"))
309
pxenv
= NULL;
312
i <
pxenv
->Length; i++
[
all
...]
pxe.c
284
pxenv_t *
pxenv
;
local in function:pxe_init
296
* Scan memory for the !PXE or
PXENV
+ signatures
299
* to a deprecated structure (
PXENV
+).
302
pxenv
= NULL;
306
if (
pxenv
== NULL) {
307
pxenv
= (pxenv_t *)cp;
308
if (MEMSTRCMP(
pxenv
->Signature, "
PXENV
+"))
309
pxenv
= NULL;
312
i <
pxenv
->Length; i++
[
all
...]
pxe.c
284
pxenv_t *
pxenv
;
local in function:pxe_init
296
* Scan memory for the !PXE or
PXENV
+ signatures
299
* to a deprecated structure (
PXENV
+).
302
pxenv
= NULL;
306
if (
pxenv
== NULL) {
307
pxenv
= (pxenv_t *)cp;
308
if (MEMSTRCMP(
pxenv
->Signature, "
PXENV
+"))
309
pxenv
= NULL;
312
i <
pxenv
->Length; i++
[
all
...]
Completed in 210 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025