Home
last modified time | relevance | path

Searched refs:log_sendmsg (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dlog.h113 extern void log_sendmsg(mblk_t *, zoneid_t);
/titanic_44/usr/src/uts/common/io/
H A Dlog.c250 log_sendmsg(mp2, zoneid); in log_wput()
258 log_sendmsg(mp2, zoneid); in log_wput()
/titanic_44/usr/src/uts/common/os/
H A Dlogsubr.c123 log_sendmsg(mp, lp == NULL ? GLOBAL_ZONEID : lp->log_zoneid); in log_flushq()
549 log_sendmsg(mblk_t *mp, zoneid_t zoneid) in log_sendmsg() function
H A Dprintf.c164 log_sendmsg(mp, zoneid); in cprintf()