Searched defs:vpd (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/com32/modules/
H A Dvpdtest.c38 #include "vpd/vpd.h"
42 s_vpd vpd; local
44 if (vpd_decode(&vpd) == -ENOVPDTABLE) {
48 printf("VPD present at address : 0x%s\n", vpd.base_address);
50 if (strlen(vpd.bios_build_id) > 0)
51 printf("Bios Build ID : %s\n", vpd.bios_build_id);
52 if (strlen(vpd.bios_release_date) > 0)
53 printf("Bios Release Date : %s\n", vpd.bios_release_date);
54 if (strlen(vpd
[all...]
/external/syslinux/com32/gpllib/vpd/
H A Dvpd.c31 #include "vpd/vpd.h"
43 int vpd_decode(s_vpd * vpd) argument
49 memset(&vpd->base_address, 0, sizeof(vpd->base_address));
50 memset(&vpd->bios_build_id, 0, sizeof(vpd->bios_build_id));
51 memset(&vpd->box_serial_number, 0, sizeof(vpd->box_serial_number));
52 memset(&vpd
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c93 struct nv30_vertprog_data *vpd; local
104 vp->consts = realloc(vp->consts, sizeof(*vpd) * vp->nr_consts);
105 vpd = &vp->consts[idx];
107 vpd->index = pipe;
108 vpd->value[0] = x;
109 vpd->value[1] = y;
110 vpd->value[2] = z;
111 vpd->value[3] = w;
/external/syslinux/com32/hdt/
H A Dhdt-common.h52 #include <vpd/vpd.h>
183 s_vpd vpd; /* VPD information */ member in struct:s_hardware
209 bool vpd_detection; /* Does the vpd stuff has already been detected? */
/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_phy.c1521 * Interpolate (pwr,vpd) points to create a Power to PDADC or a
1534 const s16 *pwr, const u8 *vpd,
1570 vpd[idx[0]], vpd[idx[1]]);
1533 ath5k_create_power_curve(s16 pmin, s16 pmax, const s16 *pwr, const u8 *vpd, u8 num_points, u8 *vpd_table, u8 type) argument
/external/syslinux/gpxe/src/drivers/net/
H A Drtl8139.c272 int vpd; local
291 vpd = ( inw ( rtl->ioaddr + Config1 ) & VPDEnable );
292 if ( vpd ) {
/external/v8/src/ia32/
H A Dassembler-ia32.cc2797 void Assembler::vpd(byte op, XMMRegister dst, XMMRegister src1, function in class:v8::internal::Assembler
/external/v8/src/x64/
H A Dassembler-x64.cc4095 void Assembler::vpd(byte op, XMMRegister dst, XMMRegister src1, function in class:v8::internal::Assembler
4105 void Assembler::vpd(byte op, XMMRegister dst, XMMRegister src1, function in class:v8::internal::Assembler

Completed in 308 milliseconds