Home
last modified time | relevance | path

Searched refs:itPortType (Results 1 – 7 of 7) sorted by relevance

/NextBSD/usr.bin/migcom/
HDtype.c512 it->itPortType = TRUE; in itShortDecl()
606 if (it->itPortType) in itVarArrayDecl()
651 if (it->itPortType) in itArrayDecl()
1011 it->itVarArray || it->itPortType) in itCheckTokenType()
HDroutine.h539 !(x)->itPortType)
540 #define IS_KERN_PROC_DATA(x) (!(x)->itInLine || (x)->itPortType)
HDroutine.c416 else if (it->itPortType) { in rtFindHowMany()
427 else if (it->itPortType) { in rtFindHowMany()
582 if (it->itInLine && !it->itPortType) { in rtProcessDeallocFlag()
653 if (it->itPortType) { in rtProcessPhysicalCopyFlag()
717 } else if (it->itPortType) { in rtDetectKPDArg()
1356 !akCheck(arg->argKind, akbServerImplicit) && !arg->argType->itPortType && in rtProcessNdrCode()
1371 !akCheck(arg->argKind, akbUserImplicit) && !arg->argType->itPortType && in rtProcessNdrCode()
HDtype.h252 boolean_t itPortType; member
HDutils.c910 it->itPortType && !it->itInLine && test) {
916 !it->itInLine && !it->itPortType && test) {
HDuser.c1230 if (it->itPortType) { in WriteOverwriteTemplate()
1252 (it->itPortType) ? "PORTS_" : ""); in WriteOverwriteTemplate()
1261 (it->itPortType) ? "PORTS_" : ""); in WriteOverwriteTemplate()
1272 (it->itPortType) ? "PORTS_" : ""); in WriteOverwriteTemplate()
1279 arg->argMsgField, (it->itPortType) ? "PORTS_" : ""); in WriteOverwriteTemplate()
HDserver.c1187 if (IsKernelServer && it->itPortType && streql(it->itServerType, "ipc_port_t") in WriteExtractArgValue()