Home
last modified time | relevance | path

Searched refs:printWarn (Results 1 – 25 of 39) sorted by relevance

12

/dports/sysutils/cpufetch/cpufetch-1.00/src/x86/
H A Dcpuid.c255 printWarn("Unknown hypervisor vendor: %s", name); in get_hp_info()
431 printWarn("Found unknown unified cache at level %d", cache_level); in get_cache_topology_amd()
482 printWarn("sysconf(_SC_NPROCESSORS_ONLN): %s", strerror(errno)); in get_topology_info()
639printWarn("Found unknown unified cache at level %d (size is %d bytes)", cache_level, cache_total_s… in get_cache_info_general()
684 printWarn("Fallback to old method using 0x%.8X and 0x%.8X", level-1, level); in get_cache_info()
709 printWarn("Read max CPU frequency from udev and got 0 MHz"); in get_frequency_info()
726 printWarn("Read base CPU frequency from CPUID and got 0 MHz"); in get_frequency_info()
730 printWarn("Read max CPU frequency from CPUID and got 0 MHz"); in get_frequency_info()
732 printWarn("Using udev to detect frequency"); in get_frequency_info()
736 printWarn("Read max CPU frequency from udev and got 0 MHz"); in get_frequency_info()
[all …]
H A Dapic.c88 printWarn("sched_setaffinity: %s", strerror(errno)); in bind_to_cpu()
97 printWarn("cpuset_setaffinity: %s", strerror(errno)); in bind_to_cpu()
407printWarn("Can't read SMT from cpuid (needed level is 0x%.8X, max is 0x%.8X)", 0x0000000B, cpu->ma… in get_topology_from_apic()
/dports/sysutils/cpufetch/cpufetch-1.00/src/arm/
H A Dudev.c30 printWarn("read_file: %s: %s\n", _PATH_CPUS_PRESENT, strerror(errno)); in get_ncores_from_cpuinfo()
53 printWarn("strtol: %s:\n", strerror(errno)); in get_ncores_from_cpuinfo()
71 printWarn("strtol: %s:\n", strerror(errno)); in parse_cpuinfo_field()
84 printWarn("read_file: %s: %s\n", _PATH_CPUINFO, strerror(errno)); in get_midr_from_cpuinfo()
158 printWarn("read_file: %s: %s:\n", _PATH_CPUINFO, strerror(errno)); in get_field_from_cpuinfo()
H A Dsysctl.c15 printWarn("sysctlbyname(%s) failed: %s", name, strerror(errno)); in get_sys_info_by_name()
21 printWarn("sysctl does not support non-integer lookup for '%s'", name); in get_sys_info_by_name()
H A Dmidr.c151 printWarn("Unable to retrieve AT_HWCAP using getauxval"); in get_features_info()
168 printWarn("Unable to retrieve AT_HWCAP2 using getauxval"); in get_features_info()
202printWarn("Unable to fetch MIDR for core %d. This is probably because the core is offline", i); in get_cpu_info_linux()
208printWarn("Unable to fetch max frequency for core %d. This is probably because the core is offline… in get_cpu_info_linux()
365printWarn("Unable to fetch MIDR for core %d. This is probably because the core is offline", i); in print_debug()
372printWarn("Unable to fetch max frequency for core %d. This is probably because the core is offline… in print_debug()
H A Dsoc.c554 printWarn("[RPi] Couldn't find revision field in cpuinfo"); in guess_soc_raspbery_pi()
559 printWarn("[RPi] Found invalid RPi revision code: '%s'", revision); in guess_soc_raspbery_pi()
595 printWarn("SoC detection failed using revision code"); in get_soc()
605 printWarn("SoC detection failed using /proc/cpuinfo: Found '%s' string", soc->raw_name); in get_soc()
607 printWarn("SoC detection failed using /proc/cpuinfo: No string found"); in get_soc()
611 printWarn("SoC detection failed using Android: No string found"); in get_soc()
613 printWarn("SoC detection failed using Android: Found '%s' string", soc->raw_name); in get_soc()
/dports/sysutils/cpufetch/cpufetch-1.00/src/ppc/
H A Dudev.c18 printWarn("fill_array_from_sys: %s: %s", path, strerror(errno)); in fill_array_from_sys()
25 printWarn("fill_array_from_sys: %s:", strerror(errno)); in fill_array_from_sys()
H A Dppc.c53 printWarn("sysconf(_SC_NPROCESSORS_ONLN): %s", strerror(errno)); in get_topology_info()
63 printWarn("fill_core_ids_from_sys failed, output may be incomplete/invalid"); in get_topology_info()
67 printWarn("fill_package_ids_from_sys failed, output may be incomplete/invalid"); in get_topology_info()
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_Log_std.cxx52 void* printWarn(void*) in printWarn() function
85 …FUNC Functions[nbFunctions] = { printDebug, printInfo, printUser, printWarn, printError, printTrac… in main()
/dports/sysutils/cpufetch/cpufetch-1.00/src/common/
H A Dudev.c35 printWarn("Could not open '%s'", path); in get_freq_from_file()
65 printWarn("Could not open '%s'", path); in get_cache_size_from_file()
130 printWarn("Could not open '%s'", paths[i]); in get_num_caches_from_files()
H A Dargs.c327 printWarn("Invalid options"); in parse_args()
336 printWarn("Invalid options"); in parse_args()
341printWarn("%s and %s cannot be specified together", args_str[ARG_LOGO_INTEL_NEW], args_str[ARG_LOG… in parse_args()
347printWarn("%s and %s cannot be specified together", args_str[ARG_LOGO_SHORT], args_str[ARG_LOGO_LO… in parse_args()
H A Dglobal.h10 void printWarn(const char *fmt, ...);
H A Dglobal.c30 void printWarn(const char *fmt, ...) { in printWarn() function
/dports/cad/openfpgaloader/openFPGALoader-0.6.1/src/
H A Dfsparser.cpp149 printWarn("Warning: IDCODE not found\n"); in parse()
182 printWarn("Warning: Unknown IDCODE"); in parse()
H A Ddisplay.hpp13 void printWarn(std::string warn, bool eol = true);
H A DanlogicCable.cpp96 printWarn("Anlogic JTAG probe limited to 6MHz"); in setClkFreq()
133 printWarn("Jtag frequency : requested " + std::to_string(req_freq) + in setClkFreq()
H A Ddisplay.cpp33 void printWarn(std::string warn, bool eol) in printWarn() function
H A DdfuFileParser.cpp98 printWarn("Not a DFU file"); in parseHeader()
/dports/net/hblock/hblock-3.2.3/
H A Dhblock282 printWarn() { [ -n "${NO_STDERR+x}" ] || printf "${COLOR_RESET-}[${COLOR_BYELLOW-}WARN${COLOR_RESE…
551 printWarn "Cannot obtain source: ${url:?}"
/dports/misc/netron/node_modules/app-builder-lib/out/codeSign/
H A DmacCodeSign.d.ts17 export declare function removeKeychain(keychainFile: string, printWarn?: boolean): Promise<any>;
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/sqlitestudiocli/
H A Dcli.h54 void printWarn(const QString& msg);
H A Dcli.cpp42 connect(NOTIFY_MANAGER, SIGNAL(notifyWarning(QString)), this, SLOT(printWarn(QString))); in CLI()
167 void CLI::printWarn(const QString &msg) in printWarn() function in CLI
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/plugins/generic/
H A Dtakeover.py305 printWarn = True
326 printWarn = False
328 if printWarn:
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/etc/
H A DinstallLibs135 printWarn "Variable $var not found in template file as expected."
143 printWarn "Variable INSTALL_PATH not found in template file as expected."
147 printWarn "Incorrect number of variables."
151 printWarn () {
/dports/devel/sope/SOPE/sope-mime/NGMime/
H A DNGConcreteMimeType.m159 BOOL printWarn = YES;
163 printWarn = NO;
165 printWarn = NO;
168 printWarn = NO;
171 if (printWarn) {

12