/external/qemu/hw/ |
smbios.c | 117 if (get_param_value(buf, sizeof(buf), "vendor", t)) 120 if (get_param_value(buf, sizeof(buf), "version", t)) 123 if (get_param_value(buf, sizeof(buf), "date", t)) 127 if (get_param_value(buf, sizeof(buf), "release", t)) { 141 if (get_param_value(buf, sizeof(buf), "manufacturer", t)) 144 if (get_param_value(buf, sizeof(buf), "product", t)) 147 if (get_param_value(buf, sizeof(buf), "version", t)) 150 if (get_param_value(buf, sizeof(buf), "serial", t)) 153 if (get_param_value(buf, sizeof(buf), "uuid", t)) { 159 if (get_param_value(buf, sizeof(buf), "sku", t) [all...] |
pci.c | 218 if (!get_param_value(devaddr, sizeof(devaddr), "pci_addr", addr)) 228 if (!get_param_value(devaddr, sizeof(devaddr), "pci_addr", addr))
|
/external/qemu/ |
qemu-option.h | 55 int get_param_value(char *buf, int buf_size,
|
net-android.c | [all...] |
net.c | [all...] |
vl.c | 431 int get_param_value(char *buf, int buf_size, function 883 if (get_param_value(buf, sizeof(buf), "bus", str)) { 891 if (get_param_value(buf, sizeof(buf), "unit", str)) { 899 if (get_param_value(buf, sizeof(buf), "if", str)) { 931 if (get_param_value(buf, sizeof(buf), "index", str)) { 939 if (get_param_value(buf, sizeof(buf), "cyls", str)) { 943 if (get_param_value(buf, sizeof(buf), "heads", str)) { 947 if (get_param_value(buf, sizeof(buf), "secs", str)) { 966 if (get_param_value(buf, sizeof(buf), "trans", str)) { 985 if (get_param_value(buf, sizeof(buf), "media", str)) [all...] |
vl-android.c | 1080 if (get_param_value(buf, sizeof(buf), "bus", str)) { 1088 if (get_param_value(buf, sizeof(buf), "unit", str)) { 1096 if (get_param_value(buf, sizeof(buf), "if", str)) { 1128 if (get_param_value(buf, sizeof(buf), "index", str)) { 1136 if (get_param_value(buf, sizeof(buf), "cyls", str)) { 1140 if (get_param_value(buf, sizeof(buf), "heads", str)) { 1144 if (get_param_value(buf, sizeof(buf), "secs", str)) { 1163 if (get_param_value(buf, sizeof(buf), "trans", str)) { 1182 if (get_param_value(buf, sizeof(buf), "media", str)) { 1198 if (get_param_value(buf, sizeof(buf), "snapshot", str)) [all...] |
sysemu.h | 246 int get_param_value(char *buf, int buf_size,
|
qemu-option.c | 119 int get_param_value(char *buf, int buf_size, function
|