Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 23 of 23) sorted by relevance

/xen/tools/xenpmd/
A Dxenpmd.c134 if ( strstr(attrib_name, "present") ) in set_attribute_battery_info()
136 if ( strstr(attrib_value, "yes") ) in set_attribute_battery_info()
165 if ( strstr(attrib_name, "design voltage") ) in set_attribute_battery_info()
193 if ( strstr(attrib_name, "model number") ) in set_attribute_battery_info()
200 if ( strstr(attrib_name, "serial number") ) in set_attribute_battery_info()
207 if ( strstr(attrib_name, "battery type") ) in set_attribute_battery_info()
214 if ( strstr(attrib_name, "OEM info") ) in set_attribute_battery_info()
231 if ( strstr(attrib_value, "charged") ) in set_attribute_battery_status()
238 if ( strstr(attrib_name, "present rate") ) in set_attribute_battery_status()
256 if ( strstr(attrib_name, "present") ) in set_attribute_battery_status()
[all …]
/xen/tools/libxc/
A Dxg_save_restore.h81 if (strstr(xen_caps, "xen-3.0-x86_64")) in get_platform_info()
84 else if (strstr(xen_caps, "xen-3.0-x86_32p")) in get_platform_info()
A Dxc_dom_elfloader.c76 if ( strstr(dom->xen_caps, "xen-3.0-x86_32p") ) in xc_dom_guest_type()
A Dxc_resume.c64 dinfo->guest_width = strstr(caps, "x86_64") ? 8 : 4; in modify_returncode()
A Dxc_dom_binloader.c237 if ( strstr(dom->xen_caps, "xen-3.0-x86_32p") ) in xc_dom_parse_bin_kernel()
A Dxc_domain.c1946 if ( strstr(xen_caps, "xen-3.0-x86_64") ) in xc_map_domain_meminfo()
1949 else if ( strstr(xen_caps, "xen-3.0-x86_32p") ) in xc_map_domain_meminfo()
1951 else if ( strstr(xen_caps, "xen-3.0-x86_32") ) in xc_map_domain_meminfo()
/xen/xen/include/xen/
A Dstring.h58 char *strstr(const char *, const char *);
59 #define strstr(s1, s2) __builtin_strstr(s1, s2) macro
/xen/tools/xenstat/libxenstat/src/
A Dxenstat_linux.c78 && (strstr(de->d_name, excludeName) == NULL)) { in getBridge()
326 if ((strstr(iface, devBridge) != NULL) && in xenstat_collect_networks()
327 (strstr(iface, devNoBridge) == NULL) && in xenstat_collect_networks()
446 if (!(strstr(buf, "vbd")) && !(strstr(buf, "tap"))) in xenstat_collect_vbds()
/xen/tools/libfsimage/zfs/
A Dfsi_zfs.h59 #define grub_strstr strstr
/xen/xen/include/acpi/platform/
A Dacenv.h231 #define ACPI_STRSTR(s1,s2) strstr((s1), (s2))
/xen/xen/common/
A Dstring.c299 char *(strstr)(const char *s1, const char *s2)
/xen/xen/arch/x86/
A Dsetup.c691 const char *p = strstr(loader_name, "GRUB "); in loader_is_grub2()
773 if ( skip_ioapic_setup && !strstr(dom0_cmdline, "noapic") ) in create_dom0()
780 if ( (strlen(acpi_param) != 0) && !strstr(dom0_cmdline, "acpi=") ) in create_dom0()
870 if ( (kextra = strstr(cmdline, " -- ")) != NULL ) in __start_xen()
A Ddmi_scan.c706 if (dmi_ident[s] && strstr(dmi_ident[s], d->matches[i].substr)) in dmi_check_system()
/xen/stubdom/vtpm/
A Dvtpm.c195 char * f = strstr(label, 1 + client_locality[i].lbl); in generate_locality_mask()
/xen/xen/common/libelf/
A Dlibelf-dominfo.c174 if ( strstr(str, "bimodal") ) in elf_xen_parse_note()
/xen/xen/tools/
A Dsymbols.c227 if (strstr((char *)s->sym + offset, "_compiled.")) in symbol_valid()
/xen/tools/tests/x86_emulator/
A Devex-disp8.c690 bool sg = strstr(test->mnemonic, "gather") || in test_one()
691 strstr(test->mnemonic, "scatter"); in test_one()
820 else if ( !strstr(test->mnemonic, "pf") ) in test_one()
/xen/tools/debugger/gdbsx/xg/
A Dxg_main.c231 _32bit_hyp = (strstr(xen_caps, "x86_64") == NULL); in _check_hyp()
/xen/tools/xentrace/
A Dxenctx.c1009 ctxt_word_size = (strstr(xen_caps, "xen-3.0-x86_64")) ? 8 : 4; in dump_ctx()
/xen/tools/libxl/
A Dlibxl_dom.c1279 if (!strstr(gl.gl_pathv[i], "domain-userdata-lock")) in libxl__userdata_destroyall()
A Dlibxl_qmp.c454 end = strstr(s, "\r\n"); in qmp_next()
/xen/tools/xenstore/
A Dxenstored_core.c755 if (strstr(node, "//")) in is_valid_nodename()
/xen/tools/xl/
A Dxl_parse.c2488 if (strstr(buf, "stubdom-dm")) { in parse_config_data()

Completed in 42 milliseconds