Lines Matching refs:get_optval
38 const char get_optval[64]; member
91 .get_optval = { 1 << 3 },
324 .get_optval = {}, /* the changes are ignored */
416 .get_optval = { 0xF0 },
465 .get_optval = { 1 << 3 },
554 .get_optval = { 1 << 3 },
609 .get_optval = { 1 << 3 },
730 .get_optval = {}, /* the changes are ignored */
774 .get_optval = { 1 << 3 },
881 .get_optval = { 0x80 },
927 .get_optval = { 0x00 },
1172 if (memcmp(optval, test->get_optval, optlen) != 0) { in run_test()