Searched refs:CONFIG_COND_EQ (Results 1 – 5 of 5) sorted by relevance
298 case CONFIG_COND_EQ: in config_check_cond_nocache()337 if ((dc->cond == CONFIG_COND_EQ || in config_check_cond_nocache()381 return (dc->cond == CONFIG_COND_EQ) ? COND_RESULT_TRUE : COND_RESULT_FALSE; in config_check_cond_nocache()383 return (dc->cond == CONFIG_COND_EQ) ? COND_RESULT_FALSE : COND_RESULT_TRUE; in config_check_cond_nocache()472 case CONFIG_COND_EQ: in config_check_cond_nocache()474 return (dc->cond == CONFIG_COND_EQ) ? COND_RESULT_TRUE : COND_RESULT_FALSE; in config_check_cond_nocache()476 return (dc->cond == CONFIG_COND_EQ) ? COND_RESULT_FALSE : COND_RESULT_TRUE; in config_check_cond_nocache()
77 CONFIG_COND_EQ, /** == */ enumerator
393 case CONFIG_COND_EQ: in SRVVARNAME()466 case CONFIG_COND_EQ: in SRVVARNAME()530 A = CONFIG_COND_EQ; in cond()
1179 case CONFIG_COND_EQ: in yy_reduce()1252 case CONFIG_COND_EQ: in yy_reduce()1323 yygotominor.yy27 = CONFIG_COND_EQ; in yy_reduce()
959 if (dc->cond != CONFIG_COND_EQ) continue;