HomeSort by: relevance | last modified time | path
    Searched defs:fopt (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/nsd/dist/dnstap/
dnstap.c 531 struct fstrm_iothr_options *fopt; local
608 fopt = fstrm_iothr_options_init();
609 fstrm_iothr_options_set_num_input_queues(fopt, num_workers);
610 env->iothr = fstrm_iothr_init(fopt, &fw);
617 fstrm_iothr_options_destroy(&fopt);
  /src/external/mpl/bind/dist/tests/dns/
dnstap_test.c 85 struct fstrm_iothr_options *fopt; local
87 fopt = fstrm_iothr_options_init();
88 assert_non_null(fopt);
89 fstrm_iothr_options_set_num_input_queues(fopt, 1);
91 result = dns_dt_create(mctx, dns_dtmode_file, TAPFILE, &fopt, NULL,
97 if (fopt != NULL) {
98 fstrm_iothr_options_destroy(&fopt);
103 fopt = fstrm_iothr_options_init();
104 assert_non_null(fopt);
105 fstrm_iothr_options_set_num_input_queues(fopt, 1)
161 struct fstrm_iothr_options *fopt; local
    [all...]
  /src/bin/sh/
exec.c 406 int allopt=0, bopt=0, fopt=0, ropt=0, sopt=0, uopt=0, verbose=0; local
415 case 'f': fopt = 1; break;
429 if (bopt == 0 && fopt == 0 && sopt == 0 && uopt == 0)
430 allopt = bopt = fopt = sopt = uopt = 1;
449 if (!fopt)
487 if (!fopt)
  /src/external/mpl/bind/dist/lib/dns/
dnstap.c 111 struct fstrm_iothr_options *fopt; member in struct:dns_dtenv
211 env->fopt = *foptp;
353 env->iothr = fstrm_iothr_init(env->fopt, &fw);
481 if (env->fopt != NULL) {
482 fstrm_iothr_options_destroy(&env->fopt);
931 struct fstrm_file_options *fopt = NULL; local
944 fopt = fstrm_file_options_init();
945 if (fopt == NULL) {
949 fstrm_file_options_set_file_path(fopt, filename);
951 handle->reader = fstrm_file_reader_init(fopt, NULL)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnstap.c 112 struct fstrm_iothr_options *fopt; member in struct:dns_dtenv
220 env->fopt = *foptp;
364 env->iothr = fstrm_iothr_init(env->fopt, &fw);
492 if (env->fopt != NULL) {
493 fstrm_iothr_options_destroy(&env->fopt);
957 struct fstrm_file_options *fopt = NULL; local
970 fopt = fstrm_file_options_init();
971 if (fopt == NULL) {
975 fstrm_file_options_set_file_path(fopt, filename);
977 handle->reader = fstrm_file_reader_init(fopt, NULL)
    [all...]
  /src/external/mpl/bind/dist/bin/named/
server.c 3881 struct fstrm_iothr_options *fopt = NULL; local
3985 fopt = fstrm_iothr_options_init();
3989 fstrm_iothr_options_set_num_input_queues(fopt,
3992 fopt, FSTRM_IOTHR_QUEUE_MODEL_MPSC);
3998 fstrm_iothr_options_set_buffer_hint(fopt, i);
4006 fstrm_iothr_options_set_flush_timeout(fopt, i);
4014 fstrm_iothr_options_set_input_queue_size(fopt, i);
4022 fstrm_iothr_options_set_queue_notify_threshold(fopt, i);
4034 fstrm_iothr_options_set_queue_model(fopt, i);
4042 fstrm_iothr_options_set_output_queue_size(fopt, i)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 31932 const struct arm_legacy_option_table *fopt;
31983 for (fopt = arm_legacy_opts; fopt->option != NULL; fopt++)
31985 if (c == fopt->option[0]
31986 && ((arg == NULL && fopt->option[1] == 0)
31987 || streq (arg, fopt->option + 1)))
31990 if (warn_on_deprecated && fopt->deprecated != NULL)
31992 arg ? arg : "", _(fopt->deprecated));
31994 if (fopt->var != NULL
31923 const struct arm_legacy_option_table *fopt; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 31939 const struct arm_legacy_option_table *fopt;
31990 for (fopt = arm_legacy_opts; fopt->option != NULL; fopt++)
31992 if (c == fopt->option[0]
31993 && ((arg == NULL && fopt->option[1] == 0)
31994 || streq (arg, fopt->option + 1)))
31997 if (warn_on_deprecated && fopt->deprecated != NULL)
31999 arg ? arg : "", _(fopt->deprecated));
32001 if (fopt->var != NULL
31930 const struct arm_legacy_option_table *fopt; local
    [all...]

Completed in 77 milliseconds