| /openbmc/u-boot/lib/zlib/ |
| H A D | deflate.c | 336 s->strstart = length; 509 wraplen = 6 + (s->strstart ? 4 : 0); 665 if (s->strstart != 0) header |= PRESET_DICT; 672 if (s->strstart != 0) { 849 s->strstart = 0; 1034 s->strstart = 0; 1066 register Bytef *scan = s->window + s->strstart; /* current string */ 1071 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? 1072 s->strstart - (IPos)MAX_DIST(s) : NIL; 1083 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; [all …]
|
| H A D | deflate.h | 156 uInt strstart; /* start of string to insert */ member
|
| H A D | trees.c | 1053 ulg in_length = (ulg)((long)s->strstart - s->block_start);
|
| /openbmc/qemu/tests/qtest/ |
| H A D | qom-test.c | 101 has_child |= strstart(qdict_get_str(prop, "type"), "child<", NULL); in test_list_get() 112 if (strstart(qdict_get_str(prop, "type"), "child<", NULL)) { in test_list_get() 151 bool is_child = strstart(qdict_get_str(tuple, "type"), "child<", NULL); in test_properties() 152 bool is_link = strstart(qdict_get_str(tuple, "type"), "link<", NULL); in test_properties()
|
| /openbmc/qemu/ui/ |
| H A D | spice-app.c | 79 if (strstart(chr->label, "serial", NULL)) { in vc_chr_open() 81 } else if (strstart(chr->label, "parallel", NULL)) { in vc_chr_open() 83 } else if (strstart(chr->label, "compat_monitor", NULL)) { in vc_chr_open()
|
| H A D | ui-hmp-cmds.c | 375 if (strstart(keys, "0x", NULL)) { in hmp_sendkey()
|
| /openbmc/qemu/qobject/ |
| H A D | block-qdict.c | 176 if (strstart(entry->key, start, &p)) { in qdict_extract_subqdict() 192 if (strstart(entry->key, start, NULL)) { in qdict_count_prefixed_entries() 638 if (!strstart(qdict_entry_key(entry), subqdict, NULL)) { in qdict_array_entries()
|
| /openbmc/qemu/include/qemu/ |
| H A D | cutils.h | 87 int strstart(const char *str, const char *val, const char **ptr);
|
| /openbmc/qemu/util/ |
| H A D | qemu-sockets.c | 1157 if (strstart(str, "unix:", NULL)) { in socket_parse() 1165 } else if (strstart(str, "fd:", NULL)) { in socket_parse() 1173 } else if (strstart(str, "vsock:", NULL)) { in socket_parse() 1178 } else if (strstart(str, "tcp:", NULL)) { in socket_parse()
|
| H A D | osdep.c | 320 if (strstart(name, "/dev/fdset/", &fdset_id_str)) { in qemu_open_internal()
|
| H A D | cutils.c | 89 int strstart(const char *str, const char *val, const char **ptr) in strstart() function
|
| /openbmc/qemu/qom/ |
| H A D | qom-qmp-cmds.c | 224 if (strstart(prop->name, "legacy-", NULL)) { in qmp_device_list_properties()
|
| /openbmc/qemu/block/ |
| H A D | blkverify.c | 71 if (!strstart(filename, "blkverify:", &filename)) { in blkverify_parse_filename()
|
| H A D | nfs.c | 165 strstart(qe->key, "server.", NULL)) in nfs_has_filename_options_conflict()
|
| H A D | blkdebug.c | 340 if (!strstart(filename, "blkdebug:", &filename)) { in blkdebug_parse_filename()
|
| H A D | rbd.c | 180 if (!strstart(filename, "rbd:", &start)) { in qemu_rbd_parse_filename()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_drc.c | 882 if (!strstart(prop->type, "link<", NULL)) { in spapr_dt_drc() 971 if (!strstart(prop->type, "link<", NULL)) { in spapr_drc_reset_all()
|
| /openbmc/qemu/ |
| H A D | qemu-nbd.c | 708 if (strstart(optarg, SNAPSHOT_OPT_BASE, NULL)) { in main()
|
| /openbmc/qemu/dump/ |
| H A D | dump.c | 2155 if (strstart(protocol, "fd:", &p)) { in qmp_dump_guest_memory() 2160 } else if (strstart(protocol, "file:", &p)) { in qmp_dump_guest_memory()
|
| /openbmc/qemu/nbd/ |
| H A D | client.c | 887 seen_qemu |= strstart(context, "qemu:", NULL); in nbd_list_meta_contexts()
|