OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:machine_type_model
(Results
1 - 6
of
6
) sorted by null
/external/syslinux/com32/gplinclude/vpd/
vpd.h
24
char
machine_type_model
[8];
member in struct:__anon31888
/external/syslinux/com32/modules/
vpdtest.c
64
if (strlen(vpd.
machine_type_model
) > 0)
65
printf("Machine Type/Model : %s\n", vpd.
machine_type_model
);
/external/syslinux/com32/hdt/
hdt-dump-vpd.c
43
add_hs(vpd.
machine_type_model
);
hdt-cli-vpd.c
64
if (strlen(hardware->vpd.
machine_type_model
) > 0)
66
hardware->vpd.
machine_type_model
);
hdt-menu-vpd.c
104
if (strlen(hardware->vpd.
machine_type_model
) > 0) {
106
hardware->vpd.
machine_type_model
);
108
hardware->vpd.
machine_type_model
);
/external/syslinux/com32/gpllib/vpd/
vpd.c
54
memset(&vpd->
machine_type_model
, 0, sizeof(vpd->
machine_type_model
));
87
strlcpy(vpd->
machine_type_model
, q + 0x28, 7);
Completed in 110 milliseconds