Searched refs:descoption (Results 1 – 1 of 1) sorted by relevance
124 static void test_ignore_opts(uint8_t *descoption, int *descpos, int *desclen) { in test_ignore_opts() argument128 switch (descoption[*descpos]) { in test_ignore_opts()146 uint8_t *descoption = NULL; in test_options_cb() local164 descoption = &desc->options[0]; in test_options_cb()168 descoption = &desc->file[0]; in test_options_cb()172 descoption = &desc->sname[0]; in test_options_cb()177 assert_se(descoption && desclen && descpos); in test_options_cb()180 test_ignore_opts(descoption, descpos, desclen); in test_options_cb()192 optcode = descoption[*descpos]; in test_options_cb()193 optlen = descoption[*descpos + 1]; in test_options_cb()[all …]