Searched defs:rm_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c299 int rm_type; /* Client or server side stream */ member in struct:rpcm
615 rmp->rm_type = 0;
648 if (rmp->rm_type == RPC_SERVER) {
709 if (rmp->rm_type == 0) {
738 switch (rmp->rm_type) {
791 } /* end switch(rmp->rm_type) */
900 rmp->rm_type = iocp->ioc_cmd;
944 if (rmp->rm_type == RPC_SERVER || canputnext(q)) {

Completed in 72 milliseconds