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

/osnet-11/usr/src/lib/librpcsvc/common/
H A Drstat_simple.c30 #include <rpcsvc/rstat.h>
33 rstat(host, statp) function
H A Dllib-lrpcsvc38 #include <rpcsvc/rstat.h>
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dexample.c48 sfsistat rstat = SMFIS_CONTINUE; local
55 return rstat;
61 rstat = SMFIS_TEMPFAIL;
89 return rstat;
/osnet-11/usr/src/lib/librpcsvc/
H A DMakefile86 common/rstat_xdr.c: $(PROTOCOL_DIR)/rstat.x
87 $(RPCGEN) -c $(PROTOCOL_DIR)/rstat.x > $@
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex.cc831 db_status rstat; local
893 rstat = remove_aux(rp->getlocation());
894 if (rstat != DB_SUCCESS) {
895 WRITEUNLOCK2(table, this, rstat, rstat,
898 return (rstat);
924 db_status rstat; local
943 rstat = remove_aux(rp->getlocation());
944 if (rstat != DB_SUCCESS) {
945 WRITEUNLOCK2(this, table, rstat, rsta
[all...]
H A Ddb_mindex2.cc178 db_status rstat; local
179 rstat = dbRefreshObj(objName, o);
180 if (rstat != DB_SUCCESS)
183 myself, rstat, NIL(objName));
H A Dnis_db.cc878 int rstat, isDir = 0, isTable = 0; local
973 rstat = update_root_object(ROOTOBJFILE, o);
974 if (rstat == 1)
/osnet-11/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1026 int rstat = EX_OK; /* return status */ local
1578 replac = map_lookup(map, cbuf, argvect, &rstat, e);
1634 if (rstat == EX_OK || status == EX_TEMPFAIL)
1635 rstat = status;
1661 return rstat;
1689 int rstat = EX_OK; local
1769 if (rstat == EX_OK || status == EX_TEMPFAIL)
1770 rstat = status;
1772 return rstat;
3075 int volatile rstat local
3295 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...]
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh328 replace_with_native /usr/lib/netsvc/rstat/rpc.rstatd root:bin
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c781 struct ac_memx_relocate_stats rstat; local
786 cmd.private = &rstat;
787 (void) memset((void *)&rstat, 0, sizeof (rstat));
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c491 unsigned char rstat, curr, next; local
504 rstat = inb(eth_nic_base+D8390_P0_RSR);
505 if (!(rstat & D8390_RSTAT_PRX)) return(0);

Completed in 61 milliseconds