| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | coff-tic80.c | 523 bfd_reloc_status_type rstat; local 613 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, 624 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, 637 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, 656 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, 673 rstat = bfd_reloc_ok; 683 rstat = bfd_reloc_ok; 687 switch (rstat)
|
| D | coff-mcore.c | 391 bfd_reloc_status_type rstat; local 471 rstat = bfd_reloc_ok; 498 rstat = _bfd_relocate_contents (howto, input_bfd, val, loc); 502 rstat = _bfd_final_link_relocate 516 switch (rstat)
|
| D | coff-a29k.c | 354 bfd_reloc_status_type rstat; local 518 rstat = _bfd_relocate_contents (howto_table + rel->r_type, 520 if (rstat == bfd_reloc_overflow) 522 else if (rstat != bfd_reloc_ok)
|
| D | coff-or32.c | 378 bfd_reloc_status_type rstat; local 512 rstat = _bfd_relocate_contents (howto_table + rel->r_type, 514 if (rstat == bfd_reloc_overflow) 516 else if (rstat != bfd_reloc_ok)
|
| D | coff-arm.c | 1144 bfd_reloc_status_type rstat; in coff_arm_relocate_section() local 1505 rstat = bfd_reloc_ok; in coff_arm_relocate_section() 1536 rstat = bfd_reloc_ok; in coff_arm_relocate_section() 1553 rstat = bfd_reloc_outofrange; in coff_arm_relocate_section() 1650 rstat = overflow ? bfd_reloc_overflow : bfd_reloc_ok; in coff_arm_relocate_section() 1656 rstat = bfd_reloc_ok; in coff_arm_relocate_section() 1658 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in coff_arm_relocate_section() 1694 switch (rstat) in coff_arm_relocate_section()
|
| D | coff-i960.c | 395 bfd_reloc_status_type rstat = bfd_reloc_ok; local 538 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, 544 switch (rstat)
|
| D | coff-ppc.c | 1031 bfd_reloc_status_type rstat; local 1105 rstat = bfd_reloc_ok; 1264 rstat = _bfd_relocate_contents (howto, input_bfd, relocation, loc); 1423 rstat = _bfd_relocate_contents (howto, 1436 rstat = _bfd_relocate_contents (howto, 1445 rstat = _bfd_relocate_contents (howto, 1473 switch (rstat)
|
| D | cofflink.c | 2715 bfd_reloc_status_type rstat; in _bfd_coff_reloc_link_order() local 2724 rstat = _bfd_relocate_contents (howto, output_bfd, in _bfd_coff_reloc_link_order() 2727 switch (rstat) in _bfd_coff_reloc_link_order() 2848 bfd_reloc_status_type rstat; in _bfd_coff_generic_relocate_section() local 3000 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in _bfd_coff_generic_relocate_section() 3005 switch (rstat) in _bfd_coff_generic_relocate_section()
|
| D | linker.c | 2555 bfd_reloc_status_type rstat; in _bfd_generic_reloc_link_order() local 2564 rstat = _bfd_relocate_contents (r->howto, abfd, in _bfd_generic_reloc_link_order() 2567 switch (rstat) in _bfd_generic_reloc_link_order()
|
| D | coff-sh.c | 2769 bfd_reloc_status_type rstat; local 2872 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, 2877 switch (rstat)
|
| D | ecoff.c | 4153 bfd_reloc_status_type rstat; in ecoff_reloc_link_order() local 4160 rstat = _bfd_relocate_contents (rel.howto, output_bfd, in ecoff_reloc_link_order() 4162 switch (rstat) in ecoff_reloc_link_order()
|
| D | xcofflink.c | 5210 bfd_reloc_status_type rstat; in xcoff_reloc_link_order() local 5218 rstat = _bfd_relocate_contents (howto, output_bfd, addend, buf); in xcoff_reloc_link_order() 5219 switch (rstat) in xcoff_reloc_link_order()
|
| D | elflink.c | 7531 bfd_reloc_status_type rstat; in elf_reloc_link_order() local 7540 rstat = _bfd_relocate_contents (howto, output_bfd, addend, buf); in elf_reloc_link_order() 7541 switch (rstat) in elf_reloc_link_order()
|
| /mirbsd/src/gnu/usr.sbin/sendmail/libmilter/ |
| D | example.c | 48 sfsistat rstat = SMFIS_CONTINUE; local 55 return rstat; 61 rstat = SMFIS_TEMPFAIL; 89 return rstat;
|
| /mirbsd/src/sys/dev/raidframe/ |
| D | rf_raid5.c | 190 RF_RowStatus_t rstat; in rf_RaidFiveDagSelect() local 211 rstat = raidPtr->status[failedPDA->row]; in rf_RaidFiveDagSelect() 212 prior_recon = (rstat == rf_rs_reconfigured) || ( in rf_RaidFiveDagSelect() 213 (rstat == rf_rs_reconstructing) ? in rf_RaidFiveDagSelect()
|
| D | rf_raid1.c | 198 RF_RowStatus_t rstat; in rf_RAID1DagSelect() local 222 rstat = raidPtr->status[frow]; in rf_RAID1DagSelect() 223 prior_recon = (rstat == rf_rs_reconfigured) || ( in rf_RAID1DagSelect() 224 (rstat == rf_rs_reconstructing) ? in rf_RAID1DagSelect()
|
| D | rf_paritylogging.c | 958 RF_RowStatus_t rstat; in rf_ParityLoggingDagSelect() local 979 rstat = raidPtr->status[failedPDA->row]; in rf_ParityLoggingDagSelect() 980 prior_recon = (rstat == rf_rs_reconfigured) || in rf_ParityLoggingDagSelect() 981 ((rstat == rf_rs_reconstructing) ? in rf_ParityLoggingDagSelect()
|
| /mirbsd/src/sys/dev/isa/ |
| D | if_fe.c | 1687 fe_rint(sc, rstat) in fe_rint() argument 1689 u_char rstat; 1699 if (rstat & (FE_D1_OVRFLO | FE_D1_CRCERR | 1703 sc->sc_dev.dv_xname, rstat, FE_D1_ERRBITS); 1824 u_char tstat, rstat; local 1835 rstat = inb(sc->sc_iobase + FE_DLCR1) & FE_RMASK; 1836 if (tstat == 0 && rstat == 0) 1847 outb(sc->sc_iobase + FE_DLCR1, rstat); 1859 if (rstat != 0) 1860 fe_rint(sc, rstat); [all …]
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | parseaddr.c | 1027 int rstat = EX_OK; /* return status */ local 1579 replac = map_lookup(map, cbuf, argvect, &rstat, e); 1635 if (rstat == EX_OK || status == EX_TEMPFAIL) 1636 rstat = status; 1662 return rstat; 1690 int rstat = EX_OK; local 1770 if (rstat == EX_OK || status == EX_TEMPFAIL) 1771 rstat = status; 1773 return rstat; 3084 int volatile rstat = EX_OK; local [all …]
|
| D | usersmtp.c | 2520 int rstat; local 2738 rstat = EX_TEMPFAIL; 2740 rstat = xstat = EX_TEMPFAIL; 2742 rstat = xstat = EX_OK; 2744 rstat = xstat = EX_PROTOCOL; 2746 rstat = EX_UNAVAILABLE; 2748 rstat = EX_PROTOCOL; 2759 if (rstat != EX_PROTOCOL) 2760 return rstat; 2768 return rstat;
|
| D | mci.c | 543 mci_setstat(mci, xstat, dstat, rstat) in mci_setstat() argument 547 char *rstat; 558 if (rstat != NULL) 559 mci->mci_rstatus = sm_strdup_x(rstat);
|
| /mirbsd/src/etc/ |
| D | rpc | 7 rstatd 100001 rstat rstat_svc rup perfmeter
|
| /mirbsd/src/lib/librpcsvc/ |
| D | Makefile | 5 nlm_prot.x rex.x rnusers.x rusers.x rquota.x rstat.x rwall.x \
|
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | rcs.c | 8534 struct stat rstat; in rcs_internal_lockfile() local 8554 if (stat (rcsfile, &rstat) < 0) in rcs_internal_lockfile() 8557 rstat.st_mode = S_IRUSR | S_IRGRP | S_IROTH; in rcs_internal_lockfile() 8587 if (fchmod (rcs_lockfd, rstat.st_mode) < 0) in rcs_internal_lockfile()
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 1098 ./usr/include/rpcsvc/rstat.h 1099 ./usr/include/rpcsvc/rstat.x
|