Home
last modified time | relevance | path

Searched refs:core_name (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/kyua/utils/
H A Dstacktrace_test.cpp326 const optional< fs::path > core_name = utils::find_core( in ATF_TEST_CASE_BODY() local
328 if (!core_name) in ATF_TEST_CASE_BODY()
330 ATF_REQUIRE(core_name.get().str().find("core") != std::string::npos); in ATF_TEST_CASE_BODY()
331 ATF_REQUIRE(fs::exists(core_name.get())); in ATF_TEST_CASE_BODY()
341 const optional< fs::path > core_name = utils::find_core( in ATF_TEST_CASE_BODY() local
344 if (!core_name) in ATF_TEST_CASE_BODY()
346 ATF_REQUIRE(core_name.get().str().find("core") != std::string::npos); in ATF_TEST_CASE_BODY()
347 ATF_REQUIRE(fs::exists(core_name.get())); in ATF_TEST_CASE_BODY()
355 const optional< fs::path > core_name = utils::find_core( in ATF_TEST_CASE_BODY() local
357 if (core_name) in ATF_TEST_CASE_BODY()
[all …]
/freebsd/sys/arm/arm/
H A Didentcpu-v6.c71 char *core_name; member
289 cpu_names[i].impl_name, cpu_names[i].core_name, in identify_arm_cpu()
/freebsd/sys/contrib/device-tree/Bindings/nds32/
H A Dcpus.txt12 Definition: Should be "andestech,<core_name>", "andestech,nds32v3" as fallback.