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

/linux-master/include/linux/
H A Dmoduleparam.h369 * parameq - checks if two parameter names match
376 extern bool parameq(const char *name1, const char *name2);
384 * Similar to parameq(), except it compares @n characters.
/linux-master/kernel/
H A Dparams.c97 bool parameq(const char *a, const char *b) function
131 if (parameq(param, params[i].name)) {
/linux-master/init/
H A Dmain.c749 if ((p->early && parameq(param, p->str)) ||

Completed in 123 milliseconds