Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmoduleparam.h307 extern bool parameq(const char *name1, const char *name2);
/linux-4.4.14/kernel/
Dparams.c106 bool parameq(const char *a, const char *b) in parameq() function
136 if (parameq(param, params[i].name)) { in parse_one()
/linux-4.4.14/init/
Dmain.c422 if ((p->early && parameq(param, p->str)) || in do_early_param()