Searched refs:rbuftbl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_uwp.c95 lpath->rbuftbl =
97 if (lpath->rbuftbl == NULL) {
286 kmem_free(lpath->rbuftbl, sizeof (struct buf_tbl));
287 lpath->rbuftbl = NULL;
H A Doplmsu_cmn_func.c781 lpath->rbuftbl->q = q;
782 lpath->rbuftbl->rw_flag = rw_flag;
784 (void *)lpath->rbuftbl);
793 (void *)lpath->rbuftbl, drv_usectohz(MSU_TM_500MS));
1056 if ((buftbl == lpath->rbuftbl) &&
1062 q = lpath->rbuftbl->q;
1063 lpath->rbuftbl->q = NULL;
1064 lpath->rbuftbl->rw_flag = UNDEFINED;
H A Doplmsu.c444 if (lpath->rbuftbl) {
445 kmem_free(lpath->rbuftbl, sizeof (struct buf_tbl));
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h229 struct buf_tbl *rbuftbl; member in struct:lower_path_table

Completed in 69 milliseconds