Lines Matching defs:tbl
512 const struct bond_opt_value *tbl;521 tbl = opt->values;522 if (!tbl)549 for (i = 0; tbl[i].string; i++) {552 if (val->value == tbl[i].value)553 ret = &tbl[i];556 (tbl[i].flags & BOND_VALFLAG_DEFAULT))557 ret = &tbl[i];559 if (!strcmp(valstr, tbl[i].string))560 ret = &tbl[i];