Lines Matching refs:opt
49 #define for_each_opt(opt, long, short) while ((opt=getopt_long(argc, argv, short ? short:"+", long, NULL)) != -1)
385 int opt;
387 for_each_opt(opt, dev_options, NULL) {
388 switch (opt) {
424 int i, l, opt;
430 for_each_opt(opt, inq_options, NULL) {
431 switch (opt) {
517 int i, n, l, opt, dd, cc, nc;
523 for_each_opt(opt, scan_options, NULL) {
524 switch (opt) {
779 int opt, dd;
781 for_each_opt(opt, name_options, NULL) {
782 switch (opt) {
838 int i, opt, dd, cc = 0;
840 for_each_opt(opt, info_options, NULL) {
841 switch (opt) {
980 int opt, dd;
982 for_each_opt(opt, spinq_options, NULL) {
983 switch (opt) {
1033 int opt, dd;
1035 for_each_opt(opt, epinq_options, NULL) {
1036 switch (opt) {
1079 int i, opt, len, dd;
1083 for_each_opt(opt, cmd_options, NULL) {
1084 switch (opt) {
1164 int opt;
1166 for_each_opt(opt, con_options, NULL) {
1167 switch (opt) {
1201 int dd, opt;
1206 for_each_opt(opt, cc_options, NULL) {
1207 switch (opt) {
1268 int opt, dd;
1270 for_each_opt(opt, dc_options, NULL) {
1271 switch (opt) {
1339 int opt, dd;
1341 for_each_opt(opt, sr_options, NULL) {
1342 switch (opt) {
1407 int opt, dd;
1409 for_each_opt(opt, rssi_options, NULL) {
1410 switch (opt) {
1481 int opt, dd;
1483 for_each_opt(opt, lq_options, NULL) {
1484 switch (opt) {
1556 int opt, dd;
1558 for_each_opt(opt, tpl_options, NULL) {
1559 switch (opt) {
1633 int opt, dd;
1635 for_each_opt(opt, afh_options, NULL) {
1636 switch (opt) {
1719 int dd, opt;
1721 for_each_opt(opt, cpt_options, NULL) {
1722 switch (opt) {
1804 int opt, dd;
1806 for_each_opt(opt, lp_options, NULL) {
1807 switch (opt) {
1903 int opt, dd;
1905 for_each_opt(opt, lst_options, NULL) {
1906 switch (opt) {
1993 int opt, dd;
1995 for_each_opt(opt, auth_options, NULL) {
1996 switch (opt) {
2065 int opt, dd;
2067 for_each_opt(opt, enc_options, NULL) {
2068 switch (opt) {
2138 int opt, dd;
2140 for_each_opt(opt, key_options, NULL) {
2141 switch (opt) {
2210 int opt, dd;
2212 for_each_opt(opt, clkoff_options, NULL) {
2213 switch (opt) {
2286 int opt, dd;
2288 for_each_opt(opt, clock_options, NULL) {
2289 switch (opt) {
2428 int err, opt, dd;
2430 for_each_opt(opt, lescan_options, NULL) {
2431 switch (opt) {
2485 int err, opt, dd;
2491 for_each_opt(opt, lecc_options, NULL) {
2492 switch (opt) {
2552 int err, opt, dd;
2556 for_each_opt(opt, ledc_options, NULL) {
2557 switch (opt) {
2653 int opt, i, dev_id = -1;
2656 while ((opt=getopt_long(argc, argv, "+i:h", main_options, NULL)) != -1) {
2657 switch (opt) {