OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpd
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/scripts/image_signing/
tofactory.sh
9
# * H2O BIOS, with RO
VPD
area copied from the current BIOS
92
# Copy the
VPD
info from RAM, since we can't extract it as text
95
mosys
vpd
print all > "$FLAGS_backup_dir/$FLAGS_asset_tag.
vpd
.txt" ||
96
echo "WARNING: unable to save
VPD
as text."
147
# Find the RO
VPD
area in the current firmware
148
local t="$(mosys -k eeprom map "$OLD_BIOS" | grep 'RO
VPD
')"
151
debug_msg "Found
VPD
at offset $vpd_offset size $vpd_size"
155
debug_msg "In decimal,
VPD
is at offset $vpd_offset size $vpd_size"
157
# Copy the RO
VPD
from the old firmware to the new firmwar
[
all
...]
/external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c
91
struct nv30_vertprog_data *
vpd
;
local
102
vp->consts = realloc(vp->consts, sizeof(*
vpd
) * vp->nr_consts);
103
vpd
= &vp->consts[idx];
105
vpd
->index = pipe;
106
vpd
->value[0] = x;
107
vpd
->value[1] = y;
108
vpd
->value[2] = z;
109
vpd
->value[3] = w;
[
all
...]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl
[
all
...]
Completed in 66 milliseconds