Home
last modified time | relevance | path

Searched refs:strstart (Results 1 – 20 of 20) sorted by relevance

/openbmc/u-boot/lib/zlib/
H A Ddeflate.c336 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 Ddeflate.h156 uInt strstart; /* start of string to insert */ member
H A Dtrees.c1053 ulg in_length = (ulg)((long)s->strstart - s->block_start);
/openbmc/qemu/tests/qtest/
H A Dqom-test.c101 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 Dspice-app.c79 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 Dui-hmp-cmds.c375 if (strstart(keys, "0x", NULL)) { in hmp_sendkey()
/openbmc/qemu/qobject/
H A Dblock-qdict.c176 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 Dcutils.h87 int strstart(const char *str, const char *val, const char **ptr);
/openbmc/qemu/util/
H A Dqemu-sockets.c1157 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 Dosdep.c320 if (strstart(name, "/dev/fdset/", &fdset_id_str)) { in qemu_open_internal()
H A Dcutils.c89 int strstart(const char *str, const char *val, const char **ptr) in strstart() function
/openbmc/qemu/qom/
H A Dqom-qmp-cmds.c224 if (strstart(prop->name, "legacy-", NULL)) { in qmp_device_list_properties()
/openbmc/qemu/block/
H A Dblkverify.c71 if (!strstart(filename, "blkverify:", &filename)) { in blkverify_parse_filename()
H A Dnfs.c165 strstart(qe->key, "server.", NULL)) in nfs_has_filename_options_conflict()
H A Dblkdebug.c340 if (!strstart(filename, "blkdebug:", &filename)) { in blkdebug_parse_filename()
H A Drbd.c180 if (!strstart(filename, "rbd:", &start)) { in qemu_rbd_parse_filename()
/openbmc/qemu/hw/ppc/
H A Dspapr_drc.c882 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 Dqemu-nbd.c708 if (strstart(optarg, SNAPSHOT_OPT_BASE, NULL)) { in main()
/openbmc/qemu/dump/
H A Ddump.c2155 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 Dclient.c887 seen_qemu |= strstart(context, "qemu:", NULL); in nbd_list_meta_contexts()