Searched defs:msg_p (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsend.c81 char *msg_p; local
118 hdr.pri = strtol(msg + 1, &msg_p, 10);
119 if (msg + 1 == msg_p) {
122 len -= msg_p - msg;
123 msg = msg_p + 1;
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_debug.c169 px_dbg_msg_t *msg_p; local
183 msg_p = &px_dbg_msgq[q_no];
185 ASSERT(msg_p->active == B_FALSE);
188 vsnprintf(msg_p->msg, DBG_MSG_SIZE, fmt, args);
189 msg_p->bit = bit;
190 msg_p->dip = dip;
191 msg_p->active = B_TRUE;
204 px_dbg_msg_t *msg_p; local
217 msg_p = &px_dbg_msgq[q_no];
219 if (msg_p
[all...]

Completed in 52 milliseconds