Home
last modified time | relevance | path

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

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