Home
last modified time | relevance | path

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

/trueos/usr.bin/migcom/
HDtype.h312 extern ipc_type_t *itMakeSubCountType(u_int count, boolean_t varying, string_t name);
HDtype.c725 itMakeSubCountType(u_int count, boolean_t varying, string_t name __unused) in itMakeSubCountType() function
HDroutine.c986 count->argType = itMakeSubCountType(it->itKPD_Number, it->itVarArray, arg->argVarName); in rtAddCountArg()