Home
last modified time | relevance | path

Searched refs:itNdrCodeType (Results 1 – 3 of 3) sorted by relevance

/trueos/usr.bin/migcom/
HDtype.c173 ipc_type_t *itNdrCodeType; /* used for NDR format labels */ variable
868 itNdrCodeType = itAlloc(); in init_type()
869 itNdrCodeType->itName = "NDR_record_t"; in init_type()
870 itNdrCodeType->itInName = 0; in init_type()
871 itNdrCodeType->itInNameStr = "NDR_record_t"; in init_type()
872 itNdrCodeType->itOutName = 0; in init_type()
873 itNdrCodeType->itOutNameStr = "NDR_record_t"; in init_type()
874 itNdrCodeType->itSize = sizeof(NDR_record_t) * 8; in init_type()
875 itCalculateSizeInfo(itNdrCodeType); in init_type()
876 itCalculateNameInfo(itNdrCodeType); in init_type()
HDtype.h303 extern ipc_type_t *itNdrCodeType;
HDroutine.c1327 arg->argType = itNdrCodeType; in rtAddNdrCode()