Home
last modified time | relevance | path

Searched refs:KTLILOG (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/ktli/
H A Dt_krcvudat.c94 KTLILOG(2, "t_krcvudata: freeing existing message block\n", 0); in t_krcvudata()
118 KTLILOG(2, "t_krcvudata: Got T_UNITDATA_IND\n", 0); in t_krcvudata()
161 KTLILOG(2, in t_krcvudata()
186 KTLILOG(2, "t_krcvudata: bp %x, ", tp); in t_krcvudata()
187 KTLILOG(2, "db_size %x, ", dbp->db_lim - dbp->db_base); in t_krcvudata()
188 KTLILOG(2, "db_ref %x", dbp->db_ref); in t_krcvudata()
191 KTLILOG(2, ", func: %x", frp->free_func); in t_krcvudata()
192 KTLILOG(2, ", arg %x\n", frp->free_arg); in t_krcvudata()
194 KTLILOG(2, "\n", 0); in t_krcvudata()
204 KTLILOG(2, "t_krcvudata: No data\n", 0); in t_krcvudata()
[all …]
H A Dt_kopen.c87 KTLILOG(2, "t_kopen: fp %x, ", fp); in t_kopen()
88 KTLILOG(2, "rdev %x, ", rdev); in t_kopen()
89 KTLILOG(2, "flags %x\n", flags); in t_kopen()
96 KTLILOG(1, "t_kopen: null device\n", 0); in t_kopen()
105 KTLILOG(1, "t_kopen: falloc: %d\n", error); in t_kopen()
131 KTLILOG(1, "t_kopen: VOP_OPEN: %d\n", error); in t_kopen()
155 KTLILOG(1, "t_kopen: not a streams device\n", 0); in t_kopen()
166 KTLILOG(2, "t_kopen: vp %x, ", vp); in t_kopen()
167 KTLILOG(2, "stp %x\n", vp->v_stream); in t_kopen()
177 KTLILOG(1, "t_kopen: strioctl(I_FIND, timod): %d\n", error); in t_kopen()
[all …]
H A Dt_kfree.c126 KTLILOG(2, "t_kfree: freeing mblk_t %x, ", in t_kfree()
128 KTLILOG(2, "ref %d\n", in t_kfree()
135 KTLILOG(2, "t_kfree: freeing address %x, ", in t_kfree()
137 KTLILOG(2, "len %d\n", p.udata->addr.maxlen); in t_kfree()
140 KTLILOG(2, "t_kfree: freeing t_kunitdata\n", 0); in t_kfree()
H A Dt_ksndudat.c95 KTLILOG(2, "t_ksndudata: bp %x, ", dbp); in t_ksndudata()
96 KTLILOG(2, "len %d, ", msgsz); in t_ksndudata()
97 KTLILOG(2, "free func %x\n", frtn->free_func); in t_ksndudata()
H A Dt_kconnect.c136 KTLILOG(1, in t_kconnect()
/titanic_50/usr/src/uts/common/sys/
H A Dt_kuser.h84 #define KTLILOG(A, B, C) ((void)((ktlilog) && ktli_log((A), (B), (C)))) macro
86 #define KTLILOG(A, B, C) macro