Home
last modified time | relevance | path

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

/NextBSD/usr.bin/migcom/
HDserver.c253 sprintf(string, "In%dP", arg->argRequestPos); in WriteKPD_Iterator()
264 count->argRequestPos, count->argMsgField, in WriteKPD_Iterator()
986 …rep);\n", rt->rtName, count->argMsgField, count->argRequestPos, count->argMsgField, count->argRequ… in WriteRequestNDRConvertArgUse()
990 …sprintf(argname, "(%s)(In%dP->%s.address)", FetchServerType(arg->argType), arg->argRequestPos, arg… in WriteRequestNDRConvertArgUse()
993 sprintf(argname, "&In%dP->%s", arg->argRequestPos, arg->argMsgField); in WriteRequestNDRConvertArgUse()
999 fprintf(file, ", In%dP->%s", count->argRequestPos, count->argMsgField); in WriteRequestNDRConvertArgUse()
1011 …R.int_rep);\n", rt->rtName, arg->argMsgField, arg->argRequestPos, arg->argMsgField, arg->argReques… in WriteRequestNDRConvertIntRepOneArgUse()
1047 arg->argRequestPos, arg->argMsgField, ptype->itServerType); in WriteCalcArgSize()
1060 fprintf(file, "In%dP->%s", count->argRequestPos, count->argMsgField); in WriteCalcArgSize()
1077 …fprintf(file, "%s (In%dP->__Present__%s ? _WALIGNSZ_(%s) : 0))" , comparator, arg->argRequestPos, … in WriteCheckArgSize()
[all …]
HDroutine.h437 u_int argRequestPos; member
HDroutine.c1557 arg->argRequestPos = NumRequestVar; in rtCheckVariable()
1569 arg->argRequestPos = parent->argRequestPos; in rtCheckVariable()
HDuser.c286 sprintf(string, "Out%dP", arg->argRequestPos); in WriteKPD_Iterator()
1429 if (arg->argRequestPos == 0) { in WriteAdjustMsgSize()
1466 if (arg->argRequestPos == 0) { in WriteFinishMsgSize()
1528 lastVarArg->argRequestPos < arg->argRequestPos) in WriteRequestArgs()