Lines Matching defs:mctlp
7050 * If uiop is NULL all data is returned in mctlp.
7068 mblk_t **mctlp,
7216 * If mctlp == NULL and uiop == NULL, then the code will
7222 if (mctlp != NULL)
7223 *mctlp = NULL;
7402 if (mctlp != NULL && type != M_DATA) {
7405 *mctlp = bp;
7415 * More PROTO blocks in msg. Will only happen if mctlp is NULL.
7430 /* Append data to tail of mctlp */
7432 if (mctlp != NULL) {
7433 mblk_t **mpp = mctlp;
7467 if (mctlp != NULL) {
7468 freemsg(*mctlp);
7469 *mctlp = NULL;