| /netbsd-src/sbin/rndctl/ |
| H A D | rndctl.c | 495 rndstat_est_t rstat; in do_list() local 526 rstat.count = RND_MAXSTATCOUNT; in do_list() 527 rstat.start = start; in do_list() 528 res = ioctl(fd, RNDGETESTNUM, &rstat); in do_list() 532 if (rstat.count == 0) in do_list() 535 for (i = 0; i < rstat.count; i++) { in do_list() 536 if (all || type == rstat.source[i].rt.type) { in do_list() 537 do_print_source(&rstat.source[i]); in do_list() 539 do_print_source_verbose(&rstat.source[i]); in do_list() 542 start += rstat.count; in do_list()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | mb86950.c | 672 u_int8_t tstat, rstat; in mb86950_intr() local 676 rstat = bus_space_read_1(bst, bsh, DLCR_RX_STAT); in mb86950_intr() 678 if (tstat == 0 && rstat == 0) return 0; in mb86950_intr() 698 if (rstat != 0) { in mb86950_intr() 700 mb86950_rint(sc, rstat); in mb86950_intr() 703 bus_space_write_1(bst, bsh, DLCR_RX_STAT, rstat); in mb86950_intr() 773 mb86950_rint(struct mb86950_softc *sc, u_int8_t rstat) in mb86950_rint() argument 782 if (rstat & RX_ERR_MASK) { in mb86950_rint() 788 if ((rstat & RX_BUS_RD_ERR) == 0) { in mb86950_rint()
|
| H A D | mb86960.c | 933 mb86960_rint(struct mb86960_softc *sc, uint8_t rstat) in mb86960_rint() argument 944 if (rstat & (FE_D1_OVRFLO | FE_D1_CRCERR | FE_D1_ALGERR | in mb86960_rint() 949 snprintb(sbuf, sizeof(sbuf), FE_D1_ERRBITS, rstat); in mb86960_rint() 1079 uint8_t tstat, rstat; in mb86960_intr() local 1094 rstat = bus_space_read_1(bst, bsh, FE_DLCR1) & FE_RMASK; in mb86960_intr() 1095 if (tstat == 0 && rstat == 0) in mb86960_intr() 1106 bus_space_write_1(bst, bsh, FE_DLCR1, rstat); in mb86960_intr() 1118 if (rstat != 0) in mb86960_intr() 1119 mb86960_rint(sc, rstat); in mb86960_intr() 1144 if (rstat != 0 || tstat != 0) in mb86960_intr() [all …]
|
| H A D | ninjascsi32.c | 1732 enum njsc32_reselstat rstat; in njsc32_msgin() local 1783 (rstat = njsc32_resel_identify(sc, msg0 & in njsc32_msgin() 1790 if (rstat == NJSC32_RESEL_COMPLETE) in njsc32_msgin() 1802 if ((rstat = njsc32_resel_tag(sc, sc->sc_msginbuf[1], &cmd)) in njsc32_msgin() 1812 if (rstat == NJSC32_RESEL_COMPLETE) in njsc32_msgin()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | coff-mcore.c | 389 bfd_reloc_status_type rstat; in coff_mcore_relocate_section() local 465 rstat = bfd_reloc_ok; in coff_mcore_relocate_section() 494 rstat = _bfd_relocate_contents (howto, input_bfd, val, loc); in coff_mcore_relocate_section() 498 rstat = _bfd_final_link_relocate in coff_mcore_relocate_section() 513 switch (rstat) in coff_mcore_relocate_section()
|
| H A D | coff-arm.c | 1196 bfd_reloc_status_type rstat; in coff_arm_relocate_section() local 1561 rstat = bfd_reloc_ok; in coff_arm_relocate_section() 1589 rstat = bfd_reloc_ok; in coff_arm_relocate_section() 1606 rstat = bfd_reloc_outofrange; in coff_arm_relocate_section() 1703 rstat = overflow ? bfd_reloc_overflow : bfd_reloc_ok; in coff_arm_relocate_section() 1709 rstat = bfd_reloc_ok; in coff_arm_relocate_section() 1711 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in coff_arm_relocate_section() 1747 switch (rstat) in coff_arm_relocate_section()
|
| H A D | cofflink.c | 2776 bfd_reloc_status_type rstat; in _bfd_coff_reloc_link_order() local 2785 rstat = _bfd_relocate_contents (howto, output_bfd, in _bfd_coff_reloc_link_order() 2788 switch (rstat) in _bfd_coff_reloc_link_order() 2905 bfd_reloc_status_type rstat; in _bfd_coff_generic_relocate_section() local 3073 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in _bfd_coff_generic_relocate_section() 3078 switch (rstat) in _bfd_coff_generic_relocate_section()
|
| H A D | coff-sh.c | 2755 bfd_reloc_status_type rstat; in sh_relocate_section() local 2856 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in sh_relocate_section() 2861 switch (rstat) in sh_relocate_section()
|
| H A D | linker.c | 2390 bfd_reloc_status_type rstat; in _bfd_generic_reloc_link_order() local 2399 rstat = _bfd_relocate_contents (r->howto, abfd, in _bfd_generic_reloc_link_order() 2402 switch (rstat) in _bfd_generic_reloc_link_order()
|
| H A D | ecoff.c | 3949 bfd_reloc_status_type rstat; in ecoff_reloc_link_order() local 3956 rstat = _bfd_relocate_contents (rel.howto, output_bfd, in ecoff_reloc_link_order() 3958 switch (rstat) in ecoff_reloc_link_order()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | coff-mcore.c | 389 bfd_reloc_status_type rstat; in coff_mcore_relocate_section() local 471 rstat = bfd_reloc_ok; in coff_mcore_relocate_section() 500 rstat = _bfd_relocate_contents (howto, input_bfd, val, loc); in coff_mcore_relocate_section() 504 rstat = _bfd_final_link_relocate in coff_mcore_relocate_section() 519 switch (rstat) in coff_mcore_relocate_section()
|
| H A D | coff-arm.c | 1196 bfd_reloc_status_type rstat; in coff_arm_relocate_section() local 1561 rstat = bfd_reloc_ok; in coff_arm_relocate_section() 1589 rstat = bfd_reloc_ok; in coff_arm_relocate_section() 1606 rstat = bfd_reloc_outofrange; in coff_arm_relocate_section() 1703 rstat = overflow ? bfd_reloc_overflow : bfd_reloc_ok; in coff_arm_relocate_section() 1709 rstat = bfd_reloc_ok; in coff_arm_relocate_section() 1711 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in coff_arm_relocate_section() 1747 switch (rstat) in coff_arm_relocate_section()
|
| H A D | cofflink.c | 2804 bfd_reloc_status_type rstat; in _bfd_coff_reloc_link_order() local 2813 rstat = _bfd_relocate_contents (howto, output_bfd, in _bfd_coff_reloc_link_order() 2816 switch (rstat) in _bfd_coff_reloc_link_order() 2933 bfd_reloc_status_type rstat; in _bfd_coff_generic_relocate_section() local 3104 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in _bfd_coff_generic_relocate_section() 3109 switch (rstat) in _bfd_coff_generic_relocate_section()
|
| H A D | coff-sh.c | 2747 bfd_reloc_status_type rstat; in sh_relocate_section() local 2848 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section, in sh_relocate_section() 2853 switch (rstat) in sh_relocate_section()
|
| H A D | linker.c | 2401 bfd_reloc_status_type rstat; in _bfd_generic_reloc_link_order() local 2410 rstat = _bfd_relocate_contents (r->howto, abfd, in _bfd_generic_reloc_link_order() 2413 switch (rstat) in _bfd_generic_reloc_link_order()
|
| H A D | ecoff.c | 4001 bfd_reloc_status_type rstat; in ecoff_reloc_link_order() local 4008 rstat = _bfd_relocate_contents (rel.howto, output_bfd, in ecoff_reloc_link_order() 4010 switch (rstat) in ecoff_reloc_link_order()
|
| /netbsd-src/sys/dev/raidframe/ |
| H A D | rf_raid5.c | 170 RF_RowStatus_t rstat; in rf_RaidFiveDagSelect() local 192 rstat = raidPtr->status; in rf_RaidFiveDagSelect() 193 prior_recon = (rstat == rf_rs_reconfigured) || ( in rf_RaidFiveDagSelect() 194 (rstat == rf_rs_reconstructing) ? in rf_RaidFiveDagSelect()
|
| H A D | rf_raid1.c | 182 RF_RowStatus_t rstat; in rf_RAID1DagSelect() local 207 rstat = raidPtr->status; in rf_RAID1DagSelect() 208 prior_recon = (rstat == rf_rs_reconfigured) || ( in rf_RAID1DagSelect() 209 (rstat == rf_rs_reconstructing) ? in rf_RAID1DagSelect()
|
| H A D | rf_paritylogging.c | 819 RF_RowStatus_t rstat; in rf_ParityLoggingDagSelect() local 836 rstat = raidPtr->status; in rf_ParityLoggingDagSelect() 837 prior_recon = (rstat == rf_rs_reconfigured) || ( in rf_ParityLoggingDagSelect() 838 (rstat == rf_rs_reconstructing) ? in rf_ParityLoggingDagSelect()
|
| /netbsd-src/sys/arch/mips/ingenic/ |
| H A D | jziic.c | 543 uint32_t stat, data, rstat; in jziic_intr() local 567 rstat = bus_space_read_4(sc->sc_memt, sc->sc_memh, in jziic_intr() 569 while ((rstat & JZ_TFNF) && in jziic_intr() 576 rstat = bus_space_read_4(sc->sc_memt, sc->sc_memh, in jziic_intr() 588 rstat = bus_space_read_4(sc->sc_memt, sc->sc_memh, JZ_SMBST); in jziic_intr() 589 while ((rstat & JZ_RFNE) && (sc->sc_bufptr < sc->sc_buflen)) { in jziic_intr() 595 rstat = bus_space_read_4(sc->sc_memt, sc->sc_memh, in jziic_intr()
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | if_qn.c | 599 qn_rint(struct qn_softc *sc, u_short rstat) in qn_rint() argument 612 if (rstat & R_INT_OVR_FLO) { in qn_rint() 618 if (rstat & R_INT_CRC_ERR) { in qn_rint() 624 if (rstat & R_INT_ALG_ERR) { in qn_rint() 630 if (rstat & R_INT_SRT_PKT) { in qn_rint() 640 if (rstat & 0x4040) { in qn_rint()
|
| /netbsd-src/etc/ |
| H A D | rpc | 6 rstatd 100001 rstat rstat_svc rup perfmeter
|
| /netbsd-src/lib/librpcsvc/ |
| H A D | Makefile | 10 nlm_prot.x rex.x rnusers.x rusers.x rquota.x rstat.x rwall.x\
|
| /netbsd-src/lib/libc/rpc/ |
| H A D | README | 117 the demonstration services in demo and the rstat client and server in 127 LIB=" when building rstat on a Sun Workstation.) The Remote Status 128 client (rstat) will be installed in /usr/bin. This program queries 234 6) A new client, rstat, is provided which queries the rstat_svc and
|
| H A D | svc_vc.c | 682 bool_t rstat; in svc_vc_reply() local 692 rstat = xdr_replymsg(xdrs, msg); in svc_vc_reply() 694 return rstat; in svc_vc_reply()
|