/xen-4.10.0-shim-comet/tools/xenpmd/ |
A D | xenpmd.c | 128 if ( strstr(attrib_name, "present") ) in set_attribute_battery_info() 130 if ( strstr(attrib_value, "yes") ) in set_attribute_battery_info() 159 if ( strstr(attrib_name, "design voltage") ) in set_attribute_battery_info() 187 if ( strstr(attrib_name, "model number") ) in set_attribute_battery_info() 193 if ( strstr(attrib_name, "serial number") ) in set_attribute_battery_info() 199 if ( strstr(attrib_name, "battery type") ) in set_attribute_battery_info() 205 if ( strstr(attrib_name, "OEM info") ) in set_attribute_battery_info() 221 if ( strstr(attrib_value, "charged") ) in set_attribute_battery_status() 228 if ( strstr(attrib_name, "present rate") ) in set_attribute_battery_status() 246 if ( strstr(attrib_name, "present") ) in set_attribute_battery_status() [all …]
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-tmem-list-parse.c | 20 char *s1 = strstr(s,match); in parse() 34 char *s1 = strstr(s,match); in parse_hex() 57 char *s1 = strstr(s,match); in parse_string() 71 char *s1 = strstr(s,match); in parse_sharers() 84 s1 = strstr(s1,match); in parse_sharers()
|
/xen-4.10.0-shim-comet/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 | 1996 if ( strstr(xen_caps, "xen-3.0-x86_64") ) in xc_map_domain_meminfo() 1999 else if ( strstr(xen_caps, "xen-3.0-x86_32p") ) in xc_map_domain_meminfo() 2001 else if ( strstr(xen_caps, "xen-3.0-x86_32") ) in xc_map_domain_meminfo()
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/libfsimage/zfs/ |
A D | fsi_zfs.h | 59 #define grub_strstr strstr
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat_linux.c | 77 && (strstr(de->d_name, excludeName) == NULL)) { in getBridge() 319 if ((strstr(iface, devBridge) != NULL) && in xenstat_collect_networks() 320 (strstr(iface, devNoBridge) == NULL) && in xenstat_collect_networks()
|
A D | xenstat.c | 136 char *s1 = strstr(s,match); in parse()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | string.c | 412 char *(strstr)(const char *s1, const char *s2)
|
/xen-4.10.0-shim-comet/xen/include/acpi/platform/ |
A D | acenv.h | 231 #define ACPI_STRSTR(s1,s2) strstr((s1), (s2))
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | setup.c | 633 const char *p = strstr(loader_name, "GRUB "); in loader_is_grub2() 710 if ( (kextra = strstr(cmdline, " -- ")) != NULL ) in __start_xen() 1655 if ( skip_ioapic_setup && !strstr(dom0_cmdline, "noapic") ) in __start_xen() 1662 if ( (strlen(acpi_param) != 0) && !strstr(dom0_cmdline, "acpi=") ) in __start_xen()
|
A D | dmi_scan.c | 724 if (dmi_ident[s] && strstr(dmi_ident[s], d->matches[i].substr)) in dmi_check_system()
|
/xen-4.10.0-shim-comet/stubdom/vtpm/ |
A D | vtpm.c | 195 char * f = strstr(label, 1 + client_locality[i].lbl); in generate_locality_mask()
|
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-dominfo.c | 174 if ( strstr(str, "bimodal") ) in elf_xen_parse_note()
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | symbols.c | 227 if (strstr((char *)s->sym + offset, "_compiled.")) in symbol_valid()
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | libvhd.c | 1376 tmp = strstr(name, "./"); in vhd_w2u_encode_location() 1475 if (strstr(name, "file://") != name) in vhd_macx_decode_location() 1516 if (strstr(name, "C:") == name || strstr(name, "c:") == name) in vhd_w2u_decode_location()
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/xg/ |
A D | xg_main.c | 231 _32bit_hyp = (strstr(xen_caps, "x86_64") == NULL); in _check_hyp()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_qmp.c | 482 end = strstr(s, "\r\n"); in qmp_next()
|
A D | libxl_dom.c | 1406 if (!strstr(gl.gl_pathv[i], "domain-userdata-lock")) in libxl__userdata_destroyall()
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenctx.c | 1007 ctxt_word_size = (strstr(xen_caps, "xen-3.0-x86_64")) ? 8 : 4; in dump_ctx()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_core.c | 739 if (strstr(node, "//")) in is_valid_nodename()
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_parse.c | 2076 if (strstr(buf, "stubdom-dm")) { in parse_config_data()
|