Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 16 of 16) sorted by relevance

/lib/kunit/
Dexecutor.c90 if (!strcmp(kunit_shutdown, "poweroff")) in kunit_handle_shutdown()
92 else if (!strcmp(kunit_shutdown, "halt")) in kunit_handle_shutdown()
94 else if (!strcmp(kunit_shutdown, "reboot")) in kunit_handle_shutdown()
/lib/
Dcmdline_kunit.c94 int rc = strcmp(str, "") ? (strcmp(str, "-") ? 0 : 1) : 1; in cmdline_test_tail_int()
Dtextsearch.c119 if (!strcmp(name, o->name)) { in lookup_ts_algo()
154 if (!strcmp(ops->name, o->name)) in textsearch_register()
Ddynamic_debug.c387 if (!strcmp(keyword, "func")) { in ddebug_parse_query()
389 } else if (!strcmp(keyword, "file")) { in ddebug_parse_query()
406 } else if (!strcmp(keyword, "module")) { in ddebug_parse_query()
408 } else if (!strcmp(keyword, "format")) { in ddebug_parse_query()
413 } else if (!strcmp(keyword, "line")) { in ddebug_parse_query()
976 if (strcmp(param, "dyndbg")) in ddebug_dyndbg_param_cb()
1091 if (strcmp(modname, iter->modname)) { in dynamic_debug_init()
Dkasprintf.c47 if (!strcmp(fmt, "%s")) in kvasprintf_const()
Dcrc-t10dif.c29 strcmp(alg->cra_name, CRC_T10DIF_STRING)) in crc_t10dif_notify()
Dstring.c380 int strcmp(const char *cs, const char *ct) in strcmp() function
394 EXPORT_SYMBOL(strcmp);
744 if (!strcmp(item, string)) in match_string()
Dbug.c102 if (strcmp(secstrings+sechdrs[i].sh_name, "__bug_table")) in module_bug_finalize()
Dbuildid.c28 !strcmp((char *)(nhdr + 1), "GNU") && in parse_build_id_buf()
Dparser.c37 return strcmp(p, s) == 0; in match_one()
Dbootconfig.c572 if (!strcmp(xbc_node_get_data(node), k)) in find_match_node()
Dgenalloc.c796 return !strcmp((*p)->name, data); in devm_gen_pool_match()
Dtest_bitmap.c93 if (strcmp(expected_pbl, pbl_buffer)) { in __check_eq_pbl()
Dkobject.c929 if (kobject_name(k) && !strcmp(kobject_name(k), name)) { in kset_find_obj()
Dtest_bpf.c8685 if (!strcmp(tests[i].descr, test_name)) in find_test_index()
/lib/fonts/
Dfonts.c88 if (!strcmp(fonts[i]->name, name)) in find_font()