/xen/tools/xenpmd/ |
A D | xenpmd.c | 134 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 D | xg_save_restore.h | 81 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 D | xc_dom_elfloader.c | 76 if ( strstr(dom->xen_caps, "xen-3.0-x86_32p") ) in xc_dom_guest_type()
|
A D | xc_resume.c | 64 dinfo->guest_width = strstr(caps, "x86_64") ? 8 : 4; in modify_returncode()
|
A D | xc_dom_binloader.c | 237 if ( strstr(dom->xen_caps, "xen-3.0-x86_32p") ) in xc_dom_parse_bin_kernel()
|
A D | xc_domain.c | 1946 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 D | string.h | 58 char *strstr(const char *, const char *); 59 #define strstr(s1, s2) __builtin_strstr(s1, s2) macro
|
/xen/tools/xenstat/libxenstat/src/ |
A D | xenstat_linux.c | 78 && (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 D | fsi_zfs.h | 59 #define grub_strstr strstr
|
/xen/xen/include/acpi/platform/ |
A D | acenv.h | 231 #define ACPI_STRSTR(s1,s2) strstr((s1), (s2))
|
/xen/xen/common/ |
A D | string.c | 299 char *(strstr)(const char *s1, const char *s2)
|
/xen/xen/arch/x86/ |
A D | setup.c | 691 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 D | dmi_scan.c | 706 if (dmi_ident[s] && strstr(dmi_ident[s], d->matches[i].substr)) in dmi_check_system()
|
/xen/stubdom/vtpm/ |
A D | vtpm.c | 195 char * f = strstr(label, 1 + client_locality[i].lbl); in generate_locality_mask()
|
/xen/xen/common/libelf/ |
A D | libelf-dominfo.c | 174 if ( strstr(str, "bimodal") ) in elf_xen_parse_note()
|
/xen/xen/tools/ |
A D | symbols.c | 227 if (strstr((char *)s->sym + offset, "_compiled.")) in symbol_valid()
|
/xen/tools/tests/x86_emulator/ |
A D | evex-disp8.c | 690 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 D | xg_main.c | 231 _32bit_hyp = (strstr(xen_caps, "x86_64") == NULL); in _check_hyp()
|
/xen/tools/xentrace/ |
A D | xenctx.c | 1009 ctxt_word_size = (strstr(xen_caps, "xen-3.0-x86_64")) ? 8 : 4; in dump_ctx()
|
/xen/tools/libxl/ |
A D | libxl_dom.c | 1279 if (!strstr(gl.gl_pathv[i], "domain-userdata-lock")) in libxl__userdata_destroyall()
|
A D | libxl_qmp.c | 454 end = strstr(s, "\r\n"); in qmp_next()
|
/xen/tools/xenstore/ |
A D | xenstored_core.c | 755 if (strstr(node, "//")) in is_valid_nodename()
|
/xen/tools/xl/ |
A D | xl_parse.c | 2488 if (strstr(buf, "stubdom-dm")) { in parse_config_data()
|