Home
last modified time | relevance | path

Searched refs:rtNumReplyVar (Results 1 – 4 of 4) sorted by relevance

/trueos/usr.bin/migcom/
HDserver.c817 if (rt->rtNumReplyVar > 1) in WriteVarDecls()
821 if (rt->rtNumReplyVar > 1 || rt->rtMaxReplyPos > 0) in WriteVarDecls()
840 if (rt->rtNumReplyVar > 1 || rt->rtMaxReplyPos) in WriteReplyInit()
848 if (rt->rtNumReplyVar == 0) { in WriteReplyInit()
852 } else if (rt->rtNumReplyVar > 1) in WriteReplyInit()
2246 if (rt->rtNumReplyVar == 1) { in WriteAdjustMsgSize()
HDroutine.h479 u_int rtNumReplyVar; /* number of variable/inline args in reply */ member
HDuser.c1591 if (rt->rtNumReplyVar > 0) { in WriteCheckIdentity()
1606 if (rt->rtNumReplyVar > 0) { in WriteCheckIdentity()
2161 boolean_t LastVarArg = arg->argReplyPos+1 == rt->rtNumReplyVar; in WriteCheckMsgSize()
3014 if (rt->rtNumReplyVar > 0 || rt->rtMaxReplyPos > 0) in WriteCheckReply()
HDroutine.c1588 rt->rtNumReplyVar = NumReplyVar; in rtCheckVariable()