OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VPD
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/prep/include/
residual.h
142
unsigned long ExtendedVPD; /* Offset to extended
VPD
area;
144
}
VPD
;
295
/*
VPD
*/
296
VPD
VitalProductData;
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfData.inc
453
getFirstValueProfRecord(ValueProfData *
VPD
);
601
ValueProfData *
VPD
=
604
VPD
->TotalSize = TotalSize;
605
VPD
->NumValueKinds = Closure->GetNumValueKinds(Closure->Record);
606
ValueProfRecord *VR = getFirstValueProfRecord(
VPD
);
614
return
VPD
;
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp
806
std::unique_ptr<ValueProfData>
VPD
(
808
return
VPD
;
910
std::unique_ptr<ValueProfData>
VPD
= allocValueProfData(TotalSize);
911
memcpy(
VPD
.get(), D, TotalSize);
913
VPD
->swapBytesToHost(Endianness);
915
Error E =
VPD
->checkIntegrity();
919
return std::move(
VPD
);
/src/sys/arch/prep/prep/
machdep.c
161
VPD
*
vpd
;
local
171
vpd
= &res->VitalProductData;
172
busfreq = be32toh(
vpd
->ProcessorBusHz);
residual.c
301
VPD
*
vpd
;
local
330
*
VPD
332
vpd
= &res->VitalProductData;
334
printf(" PrintableModel = %-32s\n",
vpd
->PrintableModel);
335
printf(" Serial = %-16s\n",
vpd
->Serial);
337
l = be32toh(
vpd
->FirmwareSupplier);
340
l = be32toh(
vpd
->FirmwareSupports);
352
printf(" NvramSize = %ld\n", be32toh(
vpd
->NvramSize));
353
printf(" NumSIMMSlots = %ld\n", be32toh(
vpd
->NumSIMMSlots))
[
all
...]
/src/sys/dev/ic/
mpt_mpilib.h
1115
U8
VPD
[256]; /* 04h */
Completed in 42 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026