Searched refs:itOutName (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dtype.c124 0, /* u_int itOutName */
236 it->itOutNameStr = strmake(itNameToString(it->itOutName));
248 * so we don't know if we should look at itInName or itOutName.
259 (it->itOutName == MACH_MSG_TYPE_POLYMORPHIC)) ||
261 MACH_MSG_TYPE_PORT_ANY(it->itOutName)))
267 (it->itOutName == MACH_MSG_TYPE_POLYMORPHIC)) ||
269 MACH_MSG_TYPE_PORT_ANY(it->itOutName)))
387 it->itOutName = outname;
653 it->itOutName = machine_integer_size;
670 it->itOutName
[all...]
H A Dtype.h96 * The itInName, itOutName, itSize, itNumber, fields correspond directly
101 * and itOutName is the name value received from the kernel.
105 * For itOutName, this means the value is returned in an argument.
108 * of the itInName and itOutName values. The mapping from number->string
185 u_int itOutName; /* name in received msg */ member in struct:ipc_type
194 string_t itOutNameStr; /* string form of itOutName */
H A Dserver.c1339 (it->itOutName == MACH_MSG_TYPE_PORT_SEND)) {
1355 (it->itOutName == MACH_MSG_TYPE_PORT_SEND)) {
1565 if (arg->argType->itOutName == MACH_MSG_TYPE_POLYMORPHIC)
1643 ((arg->argType->itOutName == MACH_MSG_TYPE_PORT_RECEIVE) ||
1644 (arg->argType->itOutName == MACH_MSG_TYPE_POLYMORPHIC)))
1788 switch (it->itOutName) {
H A Droutine.c1067 if (it->itOutName == MACH_MSG_TYPE_POLYMORPHIC) {
1142 if ((it->itInName == MACH_MSG_TYPE_POLYMORPHIC) || (it->itOutName == MACH_MSG_TYPE_POLYMORPHIC))
H A Dhandler.c369 if (it->itOutName == MSG_TYPE_POLYMORPHIC)
H A Duser.c2138 ((arg->argType->itOutName == -1) || (arg->argType->itInName == -1))) {

Completed in 185 milliseconds