Lines Matching refs:Option
346 struct Option { struct
366 const char *argv[], const struct Option **options) in parse_options() argument
369 const struct Option **cursor = options; in parse_options()
372 const struct Option *option = cursor[0]; in parse_options()
404 validate_options(const struct Option **options) in validate_options()
409 const struct Option *option = options[0]; in validate_options()
749 static const struct Option option_queue = {
753 static const struct Option option_single_queue = {
758 static const struct Option option_depth = {
763 static const struct Option option_size = {
768 static const struct Option option_block = {
774 static const struct Option option_content = {
779 static const struct Option option_priority = {
784 static const struct Option option_mode = {
789 static const struct Option option_group = {
794 static const struct Option option_user = {
801 static const struct Option *create_options[] = {
805 static const struct Option *create_options[] = {
809 static const struct Option *info_options[] = {&option_queue, NULL};
810 static const struct Option *unlink_options[] = {&option_queue, NULL};
811 static const struct Option *recv_options[] = {&option_single_queue, NULL};
812 static const struct Option *send_options[] = {