Lines Matching refs:option_desc_t
514 struct option_desc_t {
519 static struct option_desc_t options[] = {
548 static struct option_desc_t options_csm[] = {
554 static struct option_desc_t options_pingpong[] = {
558 static struct option_desc_t options_release[] = {
563 static struct option_desc_t options_abort[] = {
571 for (i = 0; i < sizeof(options_csm)/sizeof(struct option_desc_t); i++) {
577 for (i = 0; i < sizeof(options_pingpong)/sizeof(struct option_desc_t); i++) {
583 for (i = 0; i < sizeof(options_release)/sizeof(struct option_desc_t); i++) {
589 for (i = 0; i < sizeof(options_abort)/sizeof(struct option_desc_t); i++) {
596 for (i = 0; i < sizeof(options)/sizeof(struct option_desc_t); i++) {