Home
last modified time | relevance | path

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

/trueos/usr.bin/migcom/
HDtype.c178 ipc_type_t *itRealReplyPortType;/* used for default Reply port arg */ variable
919 itRealReplyPortType = itAlloc(); in init_type()
920 itRealReplyPortType->itName = "mach_port_t"; in init_type()
921 itRealReplyPortType->itInName = MACH_MSG_TYPE_MAKE_SEND_ONCE; in init_type()
922 itRealReplyPortType->itInNameStr = "MACH_MSG_TYPE_MAKE_SEND_ONCE"; in init_type()
923 itRealReplyPortType->itOutName = MACH_MSG_TYPE_PORT_SEND_ONCE; in init_type()
924 itRealReplyPortType->itOutNameStr = "MACH_MSG_TYPE_PORT_SEND_ONCE"; in init_type()
925 itRealReplyPortType->itSize = PortSize; in init_type()
926 itCalculateSizeInfo(itRealReplyPortType); in init_type()
927 itCalculateNameInfo(itRealReplyPortType); in init_type()
HDtype.h308 extern ipc_type_t *itRealReplyPortType;
HDroutine.c1720 rtAddDummyReplyPort(rt, itRealReplyPortType); in rtCheckRoutine()