Home
last modified time | relevance | path

Searched refs:msg_p (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4/io/px/
H A Dpx_debug.c169 px_dbg_msg_t *msg_p; in px_dbg_queue() local
183 msg_p = &px_dbg_msgq[q_no]; in px_dbg_queue()
185 ASSERT(msg_p->active == B_FALSE); in px_dbg_queue()
188 vsnprintf(msg_p->msg, DBG_MSG_SIZE, fmt, args); in px_dbg_queue()
189 msg_p->bit = bit; in px_dbg_queue()
190 msg_p->dip = dip; in px_dbg_queue()
191 msg_p->active = B_TRUE; in px_dbg_queue()
204 px_dbg_msg_t *msg_p; in px_dbg_drain() local
217 msg_p = &px_dbg_msgq[q_no]; in px_dbg_drain()
219 if (msg_p->active) { in px_dbg_drain()
[all …]
/titanic_50/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;