Searched refs:rstat (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.1-release/lib/librpcsvc/
H A Drstat.c35 static char sccsid[] = "@(#)rstat.c 1.2 91/03/11 TIRPC 1.0; from 1.6 89/03/24 SMI";
43 * "High" level programmatic interface to rstat RPC service.
46 #include <rpcsvc/rstat.h>
49 rstat(char *host, struct statstime *statp) function
H A DMakefile11 rquota.x rstat.x rwall.x sm_inter.x spray.x yppasswd.x ypxfrd.x \
14 OTHERSRCS= rnusers.c rstat.c rwall.c
/freebsd-10.1-release/contrib/sendmail/libmilter/
H A Dexample.c48 sfsistat rstat = SMFIS_CONTINUE; local
55 return rstat;
61 rstat = SMFIS_TEMPFAIL;
89 return rstat;
/freebsd-10.1-release/include/rpcsvc/
H A DMakefile9 rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h \
13 rex.x rnusers.x rquota.x rstat.x rwall.x sm_inter.x spray.x \
H A Drstat.x50 %/*static char sccsid[] = "from: @(#)rstat.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/
51 %/*static char sccsid[] = "from: @(#)rstat.x 2.2 88/08/01 4.0 RPCSRC";*/
157 %enum clnt_stat rstat(char *, struct statstime *);
/freebsd-10.1-release/etc/
H A Drpc6 rstatd 100001 rstat rstat_svc rup perfmeter
/freebsd-10.1-release/libexec/rpc.rstatd/
H A Drstatd.c39 #include <rpcsvc/rstat.h>
H A Drstat_proc.c40 * rstat service: built with rstat.x and derived from rpc.rstatd.c
75 #include <rpcsvc/rstat.h>
384 * feeling that the rstat protocol assumes 32-bit
/freebsd-10.1-release/sys/dev/fe/
H A Dif_fe.c1563 fe_rint (struct fe_softc * sc, u_char rstat) argument
1577 if (rstat & (FE_D1_OVRFLO | FE_D1_CRCERR | FE_D1_ALGERR | FE_D1_SRTPKT)) {
1578 if (rstat & FE_D1_OVRFLO)
1580 if (rstat & FE_D1_CRCERR)
1582 if (rstat & FE_D1_ALGERR)
1590 if (rstat & FE_D1_SRTPKT)
1694 u_char tstat, rstat; local
1705 rstat = fe_inb(sc, FE_DLCR1) & FE_RMASK;
1706 if (tstat == 0 && rstat == 0) {
1715 fe_outb(sc, FE_DLCR1, rstat);
[all...]
/freebsd-10.1-release/sys/dev/qlxgbe/
H A Dql_hw.c1121 qla_rcv_stats(qla_host_t *ha, q80_rcv_stats_t *rstat) argument
1126 rstat->total_bytes);
1128 rstat->total_pkts);
1130 rstat->lro_pkt_count);
1132 rstat->sw_pkt_count);
1134 rstat->ip_chksum_err);
1136 rstat->pkts_wo_acntxts);
1138 __func__, rstat->pkts_dropped_no_sds_card);
1140 __func__, rstat->pkts_dropped_no_sds_host);
1142 rstat
1283 q80_rcv_stats_t *rstat; local
[all...]
/freebsd-10.1-release/contrib/sendmail/src/
H A Dparseaddr.c1027 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 local
3304 int volatile rstat = EX_OK; local
[all...]
H A Dmci.c536 ** rstat -- the SMTP status code.
543 mci_setstat(mci, xstat, dstat, rstat)
547 char *rstat;
558 if (rstat != NULL)
559 mci->mci_rstatus = sm_strdup_x(rstat);
H A Dusersmtp.c2520 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;
[all...]
/freebsd-10.1-release/lib/libc/rpc/
H A Dsvc_vc.c654 bool_t rstat; local
667 rstat = TRUE;
679 rstat = FALSE;
682 rstat = xdr_replymsg(xdrs, msg);
685 if (rstat)
688 return (rstat);
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dcoff-arm.c1191 bfd_reloc_status_type rstat;
1554 rstat = bfd_reloc_ok;
1585 rstat = bfd_reloc_ok;
1602 rstat = bfd_reloc_outofrange;
1699 rstat = overflow ? bfd_reloc_overflow : bfd_reloc_ok;
1705 rstat = bfd_reloc_ok;
1707 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
1743 switch (rstat)
1189 bfd_reloc_status_type rstat; local
H A Dcoff-ppc.c1033 bfd_reloc_status_type rstat;
1107 rstat = bfd_reloc_ok;
1109 /* Each case must do its own relocation, setting rstat appropriately. */
1266 rstat = _bfd_relocate_contents (howto, input_bfd, relocation, loc);
1425 rstat = _bfd_relocate_contents (howto,
1438 rstat = _bfd_relocate_contents (howto,
1447 rstat = _bfd_relocate_contents (howto,
1475 switch (rstat)
1026 bfd_reloc_status_type rstat; local
H A Dcofflink.c2715 bfd_reloc_status_type rstat;
2724 rstat = _bfd_relocate_contents (howto, output_bfd,
2727 switch (rstat)
2848 bfd_reloc_status_type rstat;
3002 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
3007 switch (rstat)
2714 bfd_reloc_status_type rstat; local
2847 bfd_reloc_status_type rstat; local
H A Dlinker.c2562 bfd_reloc_status_type rstat;
2571 rstat = _bfd_relocate_contents (r->howto, abfd,
2574 switch (rstat)
2556 bfd_reloc_status_type rstat; local
H A Decoff.c4163 bfd_reloc_status_type rstat;
4170 rstat = _bfd_relocate_contents (rel.howto, output_bfd,
4172 switch (rstat)
4153 bfd_reloc_status_type rstat; local
H A Dxcofflink.c5218 bfd_reloc_status_type rstat;
5226 rstat = _bfd_relocate_contents (howto, output_bfd, addend, buf);
5227 switch (rstat)
5212 bfd_reloc_status_type rstat; local
H A Delflink.c9076 bfd_reloc_status_type rstat;
9085 rstat = _bfd_relocate_contents (howto, output_bfd, addend, buf);
9086 switch (rstat)
9066 bfd_reloc_status_type rstat; local
/freebsd-10.1-release/usr.bin/rup/
H A Drup.c47 #include <rpcsvc/rstat.h>
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-nfs.c294 enum sunrpc_reject_stat rstat; local
326 rstat = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_stat);
327 switch (rstat) {
384 (unsigned int)rstat);

Completed in 469 milliseconds