| /src/sys/arch/evbmips/alchemy/ |
| obio.c | 80 const struct obiodev *od; local 87 for (od = board->ab_devices; od->od_name != NULL; od++) { 88 oa.oba_name = od->od_name; 89 oa.oba_addr = od->od_addr; 90 oa.oba_irq = od->od_irq;
|
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| init.c | 192 tOptDesc * od = NULL; local 204 od = opts->pOptDesc + opts->specOptIdx.save_opts + 1; 205 if (DISABLED_OPT(od)) 226 if ((od != NULL) && ! DISABLED_OPT(od))
|
| autoopts.c | 110 tOptDesc * od = o_st->pOD; local 111 tOptProc * opt_proc = od->pOptProc; 112 if (od->fOptState & OPTST_ALLOC_ARG) 113 AGFREE(od->optArg.argString); 115 od->optArg.argString = o_st->pzOptArg; 122 && ((od->fOptState & OPTST_NO_INIT) != 0) 130 * entry. (It may not be od->optChar[0], if this is an 134 if (od->optEquivIndex != NO_EQUIVALENT) { 135 tOptDesc * eqv_od = opts->pOptDesc + od->optEquivIndex; 142 if ((od->fOptState & OPTST_DEFINED) != 0) 366 tOptDesc * od = opts->pOptDesc + opts->specOptIdx.save_opts; local [all...] |
| enum.c | 234 tOptDesc od = { .optIndex = 0 }; local 235 od.optArg.argEnum = enum_val; 237 (*(pOD->pOptProc))(OPTPROC_RETURN_VALNAME, &od ); 238 return od.optArg.argString; 346 set_memb_names(tOptions * opts, tOptDesc * od, char const * const * nm_list, 351 uintptr_t bits = (uintptr_t)od->optCookie & mask; 366 od->optArg.argString = pz = AGALOC(len, "enum"); 367 bits = (uintptr_t)od->optCookie & mask; 401 * @param od the set membership option description 408 check_membership_start(tOptDesc * od, char const ** argp, bool * invert [all...] |
| genshell.c | 290 * @param[in] od the descriptor for the "help" (usage) option. 294 doUsageOpt(tOptions * opts, tOptDesc * od) 302 (void)od; 474 tOptDesc * od = opts->pOptDesc; local 475 for (ix = opts->optCt; ix > 0; ix--, od++) 476 coerce_it(VOIDP(&(od->pzText)));
|
| makeshell.c | 249 * @param[in] od for TT_VERSION, it is the version option 252 text_to_var(tOptions * opts, teTextTo which, tOptDesc * od) 296 if (od->fOptState & OPTST_ALLOC_ARG) { 297 AGFREE(od->optArg.argString); 298 od->fOptState &= ~OPTST_ALLOC_ARG; 300 od->optArg.argString = "c"; 301 optionPrintVersion(opts, od); 401 tOptDesc * od = opts->pOptDesc; local 406 for (;opt_ct > 0; od++, --opt_ct) { 411 if (SKIP_OPT(od) || (od->pz_NAME == NULL) 435 tOptDesc * od = opts->pOptDesc; local 573 tOptDesc * od = opts->pOptDesc; local 608 tOptDesc * od = opts->pOptDesc; local 679 tOptDesc * od = opts->pOptDesc; local [all...] |
| usage.c | 240 tOptDesc * od = opts->pOptDesc + ix; local 241 while (od->optUsage != AOUSE_HELP) { 244 od++; 249 help[1] = od->optValue; 256 strncpy(help + 2, od->pz_Name, 20); 260 strncpy(help, od->pz_Name, 20); 588 * @param od the option descriptor 591 prt_conflicts(tOptions * opts, tOptDesc * od) 599 if (od->pOptMust != NULL) { 600 opt_no = od->pOptMust 723 tOptDesc * od = opts->pOptDesc; local 1044 tOptDesc * od = opts->pOptDesc; local 1156 tOptDesc * od = opts->pOptDesc; local [all...] |
| save.c | 212 * @param[in] od the option descriptor to print 217 prt_entry(FILE * fp, tOptDesc * od, char const * l_arg, save_flags_mask_t save_fl) 222 fprintf(fp, ao_name_use_fmt, od->pz_Name, od->pzText); 223 if (UNUSED_OPT(od) && (save_fl & SVFL_DEFAULT)) 234 (od->pz_DisableName == NULL) 235 ? od->pz_Name 236 : (DISABLED_OPT(od) 237 ? od->pz_DisableName 238 : ((od->optEquivIndex == NO_EQUIVALENT 826 tOptDesc * od; local [all...] |
| configfile.c | 1042 tOptDesc * od = opts->pOptDesc + opts->specOptIdx.save_opts + 1; local 1043 if (DISABLED_OPT(od) && PRESETTING(inc)) {
|
| /src/sys/arch/mips/adm5120/ |
| adm5120_obio.c | 131 obio_attach_args_create(struct obio_attach_args *oa, const struct obiodev *od, 134 oa->oba_name = od->od_name; 135 oa->oba_addr = od->od_addr; 136 oa->oba_irq = od->od_irq; 140 oa->oba_gpio_mask = od->od_gpio_mask; 148 const struct obiodev *od; local 156 for (od = obiodevs; od->od_name != NULL; od++) { 158 obio_attach_args_create(&oa, od, ma->ma_gpio, ma->ma_dmat [all...] |
| /src/sys/arch/atari/stand/bootxx/ |
| bootxx.c | 59 osdsc_t *od = &os_desc; local 72 od->rootfs = 0; /* partition a */ 73 od->osname = "/netbsd"; 74 od->ostype = &od->osname[1]; 75 od->boothowto = (RB_RDONLY); 80 od->boothowto = (RB_RDONLY|RB_SINGLE); 81 pref = usr_info(od); 89 if (init_dskio(readsector, disklabel, od->rootfs)) 92 if (load_booter(od)) [all...] |
| /src/sys/arch/atari/stand/tostools/loadbsd/ |
| loadbsd.c | 76 osdsc_t *od; local 81 od = &kernelparms; 82 od->boothowto = RB_SINGLE; 87 od->boothowto &= ~(RB_SINGLE); 88 od->boothowto |= RB_AUTOBOOT; 91 od->boothowto |= RB_ASKNAME; 94 od->boothowto |= RB_KDB; 112 od->stmem_size = atoi(optarg); 118 od->ttmem_size = atoi(optarg); 143 get_sys_info(od); [all...] |
| /src/external/mpl/dhcp/dist/keama/ |
| options.c | 687 struct element *od; local 691 od = listGet(dst, i); 692 space = mapGet(od, "space"); 695 code = mapGet(od, "code"); 697 name = mapGet(od, "name"); 703 mapSet(od, code, "code"); 715 struct element *od; local 719 od = listGet(src, i); 720 add_option_data(od, dst);
|
| /src/tests/lib/libppath/ |
| t_ppath.c | 432 prop_dictionary_t d, od; local 442 od = prop_dictionary_copy(d); 444 if (!dictionary_equals(od, d)) { 445 oext = prop_dictionary_externalize(od); 510 if (!dictionary_equals(od, d)) { 511 oext = prop_dictionary_externalize(od); 519 if (dictionary_equals(od, nd)) { 520 oext = prop_dictionary_externalize(od); 528 rc = ppath_set_bool(od, p, false); 531 rc = ppath_set_string(od, p2, "Martha Doe") 571 prop_dictionary_t d, od; local 702 prop_dictionary_t d, od; local 796 prop_dictionary_t d, od; local [all...] |
| /src/external/bsd/ntp/dist/ntpsnmpd/ |
| ntpsnmpd-opts.c | 351 * @param[in] od the descriptor for the "help" (usage) option. 355 doUsageOpt(tOptions * opts, tOptDesc * od) 363 (void)od; 536 tOptDesc * od = opts->pOptDesc; local 537 for (ix = opts->optCt; ix > 0; ix--, od++) 538 coerce_it(VOIDP(&(od->pzText)));
|
| /src/sys/arch/m68k/m68k/ |
| db_disasm.c | 2329 int disp, odisp, bd, od, reg; local 2435 od = BITFIELD(ext,1,0); 2447 if (od == 1) 2449 else if (od == 2) { 2452 } else if (od == 3) { 2459 * We set od and bd to zero, these values are 2463 * `bd' and `od'. 2465 od = 0; 2473 if (od) 2495 if (od && ISBITSET(ext,2) 2534 int disp, odisp, bd, od, reg; local [all...] |
| /src/external/bsd/dhcpcd/dist/src/ |
| if-options.c | 515 const struct dhcp_opt **od, size_t *odl, 528 *od = ifo->nd_override; 541 *od = ifo->dhcp6_override; 557 *od = ifo->dhcp_override; 562 *od = NULL; 655 const struct dhcp_opt *d, *od; local 820 set_option_space(ctx, arg, &d, &dl, &od, &odl, ifo, 822 if (make_option_mask(d, dl, od, odl, request, arg, 1) != 0 || 823 make_option_mask(d, dl, od, odl, no, arg, -1) != 0 || 824 make_option_mask(d, dl, od, odl, reject, arg, -1) != 0 [all...] |
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc-opts.c | 599 * @param[in] od the descriptor for the "help" (usage) option. 603 doUsageOpt(tOptions * opts, tOptDesc * od) 611 (void)od; 805 tOptDesc * od = opts->pOptDesc; local 806 for (ix = opts->optCt; ix > 0; ix--, od++) 807 coerce_it(VOIDP(&(od->pzText)));
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq-opts.c | 620 * @param[in] od the descriptor for the "help" (usage) option. 624 doUsageOpt(tOptions * opts, tOptDesc * od) 632 (void)od; 850 tOptDesc * od = opts->pOptDesc; local 851 for (ix = opts->optCt; ix > 0; ix--, od++) 852 coerce_it(VOIDP(&(od->pzText)));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genoutput.cc | 575 struct operand_data *od, *od2; 585 for (od = odata, i = 0; od; od = od->next, i = 0) 586 if (compare_operands (od, &d->operand[0])) 588 od2 = od->next; 617 d->operand_number = od->index; 571 struct operand_data *od, *od2; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genoutput.cc | 574 struct operand_data *od, *od2; 584 for (od = odata, i = 0; od; od = od->next, i = 0) 585 if (compare_operands (od, &d->operand[0])) 587 od2 = od->next; 616 d->operand_number = od->index; 570 struct operand_data *od, *od2; local
|
| /src/external/bsd/ntp/dist/sntp/ |
| sntp-opts.c | 797 * @param[in] od the descriptor for the "help" (usage) option. 801 doUsageOpt(tOptions * opts, tOptDesc * od) 809 (void)od; 1157 tOptDesc * od = opts->pOptDesc; local 1158 for (ix = opts->optCt; ix > 0; ix--, od++) 1159 coerce_it(VOIDP(&(od->pzText)));
|
| /src/external/bsd/ntp/dist/util/ |
| ntp-keygen-opts.c | 1010 * @param[in] od the descriptor for the "help" (usage) option. 1014 doUsageOpt(tOptions * opts, tOptDesc * od) 1022 (void)od; 1291 tOptDesc * od = opts->pOptDesc; local 1292 for (ix = opts->optCt; ix > 0; ix--, od++) 1293 coerce_it(VOIDP(&(od->pzText)));
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-dedup.c | 1745 ctf_dedup_t *od = &outputs[i]->ctf_dedup; local 1746 ctf_dynhash_destroy (od->cd_output_emission_hashes); 1747 ctf_dynhash_destroy (od->cd_output_emission_conflicted_forwards); 1748 ctf_dict_close (od->cd_output); 2444 ctf_dedup_t *od = &output->ctf_dedup; local 2453 if (!ctf_dynset_exists (od->cd_conflicting_types, hval, NULL) 2517 ctf_dedup_t *od = &output->ctf_dedup; local 2549 hval = ctf_dynhash_lookup (od->cd_type_hashes, 2589 target_id = ctf_dynhash_lookup (od->cd_output_emission_hashes, hval);
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-dedup.c | 1720 ctf_dedup_t *od = &outputs[i]->ctf_dedup; local 1721 ctf_dynhash_destroy (od->cd_output_emission_hashes); 1722 ctf_dynhash_destroy (od->cd_output_emission_conflicted_forwards); 1723 ctf_dict_close (od->cd_output); 2421 ctf_dedup_t *od = &output->ctf_dedup; local 2430 if (!ctf_dynset_exists (od->cd_conflicting_types, hval, NULL) 2494 ctf_dedup_t *od = &output->ctf_dedup; local 2526 hval = ctf_dynhash_lookup (od->cd_type_hashes, 2566 target_id = ctf_dynhash_lookup (od->cd_output_emission_hashes, hval);
|