Searched refs:itPadSize (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dtype.h114 * itPadSize is the size of any padded needed after the data field.
181 u_int itPadSize; /* amount of padding after data */ member in struct:ipc_type
H A Dtype.c121 0, /* u_int itPadSize */
171 * Calculate itTypeSize, itPadSize, itMinTypeSize
184 it->itPadSize = padding;
214 it->itPadSize = 0;
H A Dhandler.c494 fprintf(file, "\tIn%dP = (Request *) ((char *) In%dP + msg_size_delta - %d);\n", arg->argRequestPos+1, arg->argRequestPos, ptype->itTypeSize + ptype->itPadSize);
649 fprintf(file, "msg_size_delta - %d);\n", ptype->itTypeSize + ptype->itPadSize);
H A Dutils.c395 if (it->itPadSize != 0)
396 fprintf(file, "\n\t\tchar %s[%d];", arg->argPadName, it->itPadSize);
H A Dserver.c867 fprintf(file, "%d", ptype->itTypeSize + ptype->itPadSize);
899 fprintf(file, "%s %d)", comparator, ptype->itTypeSize + ptype->itPadSize);
1131 fprintf(file, "%d", ptype->itTypeSize + ptype->itPadSize);
2068 fprintf(file, "\tOutP = (Reply *) ((pointer_t) OutP + msgh_size_delta - %d);\n", ptype->itTypeSize + ptype->itPadSize);
H A Droutine.c332 size += it->itPadSize;
1798 max_size += it->itPadSize;
H A Duser.c1104 fprintf(file, "%d", ptype->itTypeSize + ptype->itPadSize);
1176 fprintf(file, "%d", ptype->itTypeSize + ptype->itPadSize);
1900 arg->argReplyPos+1, arg->argReplyPos +1, arg->argReplyPos, ptype->itTypeSize + ptype->itPadSize);

Completed in 91 milliseconds