Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ktli/
H A Dt_ksndudat.c83 ASSERT(unitdata->udata.udata_mp == NULL); in t_ksndudata()
100 ASSERT(unitdata->udata.udata_mp == NULL); in t_ksndudata()
108 } else if (unitdata->udata.udata_mp) { in t_ksndudata()
113 dbp = unitdata->udata.udata_mp; in t_ksndudata()
147 if (dbp && (dbp != unitdata->udata.udata_mp)) in t_ksndudata()
187 unitdata->udata.udata_mp = NULL; in t_ksndudata()
H A Dt_kfree.c125 if (p.udata->udata.udata_mp) { in t_kfree()
127 p.udata->udata.udata_mp); in t_kfree()
129 p.udata->udata.udata_mp->b_datap->db_ref); in t_kfree()
130 freemsg(p.udata->udata.udata_mp); in t_kfree()
H A Dt_krcvudat.c93 if (unitdata->udata.udata_mp) { in t_krcvudata()
95 freemsg(unitdata->udata.udata_mp); in t_krcvudata()
96 unitdata->udata.udata_mp = NULL; in t_krcvudata()
222 unitdata->udata.udata_mp = bp; in t_krcvudata()
274 unitdata->udata.udata_mp = NULL; in t_krcvudata()
H A Dt_kalloc.c140 p.udata->udata.udata_mp = NULL; in t_kalloc()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c341 sudata.udata.udata_mp = mblk_p; in nd_send_data()
368 rudata.udata.udata_mp = (mblk_t *)NULL; in nd_get_reply()
386 if (!rudata.udata.udata_mp) { in nd_get_reply()
395 xdrmblk_init(xdrp, rudata.udata.udata_mp, XDR_DECODE, 0); in nd_get_reply()
452 freemsg(rudata.udata.udata_mp); in nd_get_reply()
/titanic_41/usr/src/uts/common/sys/
H A Dt_kuser.h67 mblk_t *udata_mp; /* current receive streams block */ member