Lines Matching refs:opt
1589 int opt = find_keyword(sec_param, (yyvsp[(1) - (1)].str)); local
1590 if (opt < 0) {
1594 (yyval.num) = opt;
1608 int opt = find_keyword(pair_param, (yyvsp[(1) - (1)].str)); local
1609 if (opt < 0) {
1613 (yyval.num) = opt;
1620 int opt = find_keyword(off_param, (yyvsp[(1) - (1)].str)); local
1621 if (opt < 0) {
1625 (yyval.num) = opt;
1760 unsigned int opt; local
1761 if (!hci_strtoptype((yyvsp[(1) - (1)].str), &opt))
1763 (yyval.num) = opt;
1770 unsigned int opt; local
1771 if (!hci_strtoptype((yyvsp[(1) - (1)].str), &opt))
1773 (yyval.num) = opt;
1780 unsigned int opt; local
1781 if (!hci_strtolm((yyvsp[(1) - (1)].str), &opt))
1783 (yyval.num) = opt;
1790 unsigned int opt; local
1791 if (!hci_strtolm((yyvsp[(1) - (1)].str), &opt))
1793 (yyval.num) = opt;
1800 unsigned int opt; local
1801 if (!hci_strtolp((yyvsp[(1) - (1)].str), &opt))
1803 (yyval.num) = opt;
1810 unsigned int opt; local
1811 if (!hci_strtolp((yyvsp[(1) - (1)].str), &opt))
1813 (yyval.num) = opt;