Home
last modified time | relevance | path

Searched refs:kstrtobool (Results 1 – 4 of 4) sorted by relevance

/lib/
Dkstrtox.c348 int kstrtobool(const char *s, bool *res) in kstrtobool() function
389 EXPORT_SYMBOL(kstrtobool);
404 return kstrtobool(buf, res); in kstrtobool_from_user()
Dstackdepot.c106 ret = kstrtobool(str, &stack_depot_disabled); in disable_stack_depot()
Dfault-inject.c303 result = kstrtobool(page, &tmp); in fault_bool_attr_store()
Dtest_firmware.c368 if (kstrtobool(buf, cfg) < 0) in __test_dev_config_update_bool()