Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_lrp.c55 mblk_t *hndl_mp, *nmp = NULL, *fmp = NULL; in oplmsu_lrioctl_termios() local
67 hndl_mp = lpath->hndl_mp; in oplmsu_lrioctl_termios()
120 if (hndl_mp == NULL) { in oplmsu_lrioctl_termios()
267 if (hndl_mp != NULL) { in oplmsu_lrioctl_termios()
268 freemsg(hndl_mp); in oplmsu_lrioctl_termios()
312 altn_lpath->hndl_mp = hndl_mp; in oplmsu_lrioctl_termios()
404 nmp = lpath->hndl_mp; in oplmsu_lrioctl_termios()
425 nmp = lpath->hndl_mp; in oplmsu_lrioctl_termios()
579 altn_lpath->hndl_mp = NULL; in oplmsu_lrmsg_error()
698 lpath->hndl_mp = mp; in oplmsu_lrdata_xoffxon()
[all …]
H A Doplmsu_cmn_func.c238 if ((lpath->hndl_uqueue != NULL) || (lpath->hndl_mp != NULL)) { in oplmsu_check_lpath_usable()
353 if ((lpath->hndl_uqueue == NULL) && (lpath->hndl_mp == NULL) && in oplmsu_set_ioctl_path()
363 lpath->hndl_mp = mp; in oplmsu_set_ioctl_path()
390 lpath->hndl_mp = NULL; in oplmsu_clear_ioctl_path()
H A Doplmsu.c629 (lpath->hndl_mp != NULL)) { in oplmsu_close()
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h223 mblk_t *hndl_mp; member