HomeSort by: relevance | last modified time | path
    Searched refs:rstat (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/sbin/rndctl/
rndctl.c 495 rndstat_est_t rstat; local
526 rstat.count = RND_MAXSTATCOUNT;
527 rstat.start = start;
528 res = ioctl(fd, RNDGETESTNUM, &rstat);
532 if (rstat.count == 0)
535 for (i = 0; i < rstat.count; i++) {
536 if (all || type == rstat.source[i].rt.type) {
537 do_print_source(&rstat.source[i]);
539 do_print_source_verbose(&rstat.source[i]);
542 start += rstat.count
    [all...]
  /src/lib/librpcsvc/
Makefile 10 nlm_prot.x rex.x rnusers.x rusers.x rquota.x rstat.x rwall.x\
  /src/sys/dev/raidframe/
rf_raid5.c 170 RF_RowStatus_t rstat; local
192 rstat = raidPtr->status;
193 prior_recon = (rstat == rf_rs_reconfigured) || (
194 (rstat == rf_rs_reconstructing) ?
rf_raid1.c 182 RF_RowStatus_t rstat; local
207 rstat = raidPtr->status;
208 prior_recon = (rstat == rf_rs_reconfigured) || (
209 (rstat == rf_rs_reconstructing) ?
rf_paritylogging.c 819 RF_RowStatus_t rstat; local
836 rstat = raidPtr->status;
837 prior_recon = (rstat == rf_rs_reconfigured) || (
838 (rstat == rf_rs_reconstructing) ?
  /src/external/gpl3/binutils/dist/bfd/
coff-mcore.c 400 bfd_reloc_status_type rstat;
482 rstat = bfd_reloc_ok;
484 /* Each case must do its own relocation, setting rstat appropriately. */
511 rstat = _bfd_relocate_contents (howto, input_bfd, val, loc);
515 rstat = _bfd_final_link_relocate
530 switch (rstat)
393 bfd_reloc_status_type rstat; local
coff-arm.c 1198 bfd_reloc_status_type rstat;
1563 rstat = bfd_reloc_ok;
1591 rstat = bfd_reloc_ok;
1608 rstat = bfd_reloc_outofrange;
1705 rstat = overflow ? bfd_reloc_overflow : bfd_reloc_ok;
1711 rstat = bfd_reloc_ok;
1713 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
1749 switch (rstat)
1196 bfd_reloc_status_type rstat; local
cofflink.c 2837 bfd_reloc_status_type rstat;
2846 rstat = _bfd_relocate_contents (howto, output_bfd,
2849 switch (rstat)
2966 bfd_reloc_status_type rstat;
3137 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
3142 switch (rstat)
2836 bfd_reloc_status_type rstat; local
2965 bfd_reloc_status_type rstat; local
  /src/external/gpl3/binutils.old/dist/bfd/
coff-mcore.c 396 bfd_reloc_status_type rstat;
478 rstat = bfd_reloc_ok;
480 /* Each case must do its own relocation, setting rstat appropriately. */
507 rstat = _bfd_relocate_contents (howto, input_bfd, val, loc);
511 rstat = _bfd_final_link_relocate
526 switch (rstat)
389 bfd_reloc_status_type rstat; local
coff-arm.c 1198 bfd_reloc_status_type rstat;
1563 rstat = bfd_reloc_ok;
1591 rstat = bfd_reloc_ok;
1608 rstat = bfd_reloc_outofrange;
1705 rstat = overflow ? bfd_reloc_overflow : bfd_reloc_ok;
1711 rstat = bfd_reloc_ok;
1713 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
1749 switch (rstat)
1196 bfd_reloc_status_type rstat; local
cofflink.c 2844 bfd_reloc_status_type rstat;
2853 rstat = _bfd_relocate_contents (howto, output_bfd,
2856 switch (rstat)
2973 bfd_reloc_status_type rstat;
3144 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
3149 switch (rstat)
2843 bfd_reloc_status_type rstat; local
2972 bfd_reloc_status_type rstat; local
  /src/external/gpl3/gdb.old/dist/bfd/
coff-mcore.c 396 bfd_reloc_status_type rstat;
478 rstat = bfd_reloc_ok;
480 /* Each case must do its own relocation, setting rstat appropriately. */
507 rstat = _bfd_relocate_contents (howto, input_bfd, val, loc);
511 rstat = _bfd_final_link_relocate
526 switch (rstat)
389 bfd_reloc_status_type rstat; local
coff-arm.c 1198 bfd_reloc_status_type rstat;
1563 rstat = bfd_reloc_ok;
1591 rstat = bfd_reloc_ok;
1608 rstat = bfd_reloc_outofrange;
1705 rstat = overflow ? bfd_reloc_overflow : bfd_reloc_ok;
1711 rstat = bfd_reloc_ok;
1713 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
1749 switch (rstat)
1196 bfd_reloc_status_type rstat; local
cofflink.c 2805 bfd_reloc_status_type rstat;
2814 rstat = _bfd_relocate_contents (howto, output_bfd,
2817 switch (rstat)
2934 bfd_reloc_status_type rstat;
3105 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
3110 switch (rstat)
2804 bfd_reloc_status_type rstat; local
2933 bfd_reloc_status_type rstat; local
  /src/external/gpl3/gdb/dist/bfd/
coff-mcore.c 400 bfd_reloc_status_type rstat;
482 rstat = bfd_reloc_ok;
484 /* Each case must do its own relocation, setting rstat appropriately. */
511 rstat = _bfd_relocate_contents (howto, input_bfd, val, loc);
515 rstat = _bfd_final_link_relocate
530 switch (rstat)
393 bfd_reloc_status_type rstat; local
coff-arm.c 1198 bfd_reloc_status_type rstat;
1563 rstat = bfd_reloc_ok;
1591 rstat = bfd_reloc_ok;
1608 rstat = bfd_reloc_outofrange;
1705 rstat = overflow ? bfd_reloc_overflow : bfd_reloc_ok;
1711 rstat = bfd_reloc_ok;
1713 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
1749 switch (rstat)
1196 bfd_reloc_status_type rstat; local
cofflink.c 2844 bfd_reloc_status_type rstat;
2853 rstat = _bfd_relocate_contents (howto, output_bfd,
2856 switch (rstat)
2973 bfd_reloc_status_type rstat;
3144 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
3149 switch (rstat)
2843 bfd_reloc_status_type rstat; local
2972 bfd_reloc_status_type rstat; local
  /src/sys/dev/ic/
mb86950.c 672 u_int8_t tstat, rstat; local
676 rstat = bus_space_read_1(bst, bsh, DLCR_RX_STAT);
678 if (tstat == 0 && rstat == 0) return 0;
698 if (rstat != 0) {
700 mb86950_rint(sc, rstat);
703 bus_space_write_1(bst, bsh, DLCR_RX_STAT, rstat);
773 mb86950_rint(struct mb86950_softc *sc, u_int8_t rstat)
782 if (rstat & RX_ERR_MASK) {
788 if ((rstat & RX_BUS_RD_ERR) == 0) {
mb86960.c 933 mb86960_rint(struct mb86960_softc *sc, uint8_t rstat)
944 if (rstat & (FE_D1_OVRFLO | FE_D1_CRCERR | FE_D1_ALGERR |
949 snprintb(sbuf, sizeof(sbuf), FE_D1_ERRBITS, rstat);
1079 uint8_t tstat, rstat; local
1094 rstat = bus_space_read_1(bst, bsh, FE_DLCR1) & FE_RMASK;
1095 if (tstat == 0 && rstat == 0)
1106 bus_space_write_1(bst, bsh, FE_DLCR1, rstat);
1118 if (rstat != 0)
1119 mb86960_rint(sc, rstat);
1144 if (rstat != 0 || tstat != 0
    [all...]
  /src/libexec/rpc.rstatd/
rstatd.c 50 #include <rpcsvc/rstat.h>
rstat_proc.c 42 * rstat service: built with rstat.x and derived from rpc.rstatd.c
83 #include <rpcsvc/rstat.h>
  /src/sys/arch/mips/ingenic/
jziic.c 539 uint32_t stat, data, rstat; local
563 rstat = bus_space_read_4(sc->sc_memt, sc->sc_memh,
565 while ((rstat & JZ_TFNF) &&
572 rstat = bus_space_read_4(sc->sc_memt, sc->sc_memh,
584 rstat = bus_space_read_4(sc->sc_memt, sc->sc_memh, JZ_SMBST);
585 while ((rstat & JZ_RFNE) && (sc->sc_bufptr < sc->sc_buflen)) {
591 rstat = bus_space_read_4(sc->sc_memt, sc->sc_memh,
  /src/sys/arch/amiga/dev/
if_qn.c 599 qn_rint(struct qn_softc *sc, u_short rstat)
612 if (rstat & R_INT_OVR_FLO) {
618 if (rstat & R_INT_CRC_ERR) {
624 if (rstat & R_INT_ALG_ERR) {
630 if (rstat & R_INT_SRT_PKT) {
640 if (rstat & 0x4040) {
  /src/usr.bin/rup/
rup.c 57 #include <rpcsvc/rstat.h>
  /src/lib/libc/rpc/
svc_vc.c 682 bool_t rstat; local
692 rstat = xdr_replymsg(xdrs, msg);
694 return rstat;

Completed in 47 milliseconds

1 2