Home
last modified time | relevance | path

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

/linux/kernel/
H A Dparams.c97 bool parameq(const char *a, const char *b) in parameq() function
131 if (parameq(param, params[i].name)) { in parse_one()
/linux/include/linux/
H A Dmoduleparam.h396 extern bool parameq(const char *name1, const char *name2);
/linux/init/
H A Dmain.c767 if (p->early && parameq(param, p->str)) { in do_early_param()