Home
last modified time | relevance | path

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

/trueos/usr.bin/migcom/
HDutils.h116 extern const char *FetchServerType( ipc_type_t *it );
HDutils.c417 FetchServerType(ipc_type_t *it) in FetchServerType() function
498 WriteFieldDeclPrim(file, arg, FetchServerType); in WriteKPDFieldDecl()
690 bttype = (multi > 1 && btype->itString) ? "string" : FetchServerType(btype); in WriteNDRConvertArgDecl()
HDserver.c990 …sprintf(argname, "(%s)(In%dP->%s.address)", FetchServerType(arg->argType), arg->argRequestPos, arg… in WriteRequestNDRConvertArgUse()
2353 WriteFieldDeclPrim(file, arg, FetchServerType); in WriteFieldDecl()
HDuser.c2085 …sprintf(argname, "(%s)(Out%dP->%s.address)", FetchServerType(arg->argType), arg->argReplyPos, arg-… in WriteReplyNDRConvertArgUse()