Searched refs:FetchServerType (Results 1 – 4 of 4) sorted by relevance
| /trueos/usr.bin/migcom/ |
| HD | utils.h | 116 extern const char *FetchServerType( ipc_type_t *it );
|
| HD | utils.c | 417 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()
|
| HD | server.c | 990 …sprintf(argname, "(%s)(In%dP->%s.address)", FetchServerType(arg->argType), arg->argRequestPos, arg… in WriteRequestNDRConvertArgUse() 2353 WriteFieldDeclPrim(file, arg, FetchServerType); in WriteFieldDecl()
|
| HD | user.c | 2085 …sprintf(argname, "(%s)(Out%dP->%s.address)", FetchServerType(arg->argType), arg->argReplyPos, arg-… in WriteReplyNDRConvertArgUse()
|