Searched refs:lpath_t (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/sun4u/opl/sys/oplmsu/ |
H A D | oplmsu_proto.h | 87 void oplmsu_link_lpath(lpath_t *); 88 void oplmsu_unlink_lpath(lpath_t *); 95 int oplmsu_set_ioctl_path(lpath_t *, queue_t *, mblk_t *); 96 void oplmsu_clear_ioctl_path(lpath_t *);
|
H A D | oplmsu.h | 239 } lpath_t; typedef 266 lpath_t *first_lpath; 267 lpath_t *last_lpath;
|
/titanic_41/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu_ioctl_uwp.c | 52 lpath_t *lpath; in oplmsu_uwioctl_iplink() 82 lpath = (lpath_t *)kmem_zalloc(sizeof (lpath_t), KM_NOSLEEP); in oplmsu_uwioctl_iplink() 99 kmem_free(lpath, sizeof (lpath_t)); in oplmsu_uwioctl_iplink() 129 lpath_t *lpath; in oplmsu_uwioctl_ipunlink() 290 kmem_free(lpath, sizeof (lpath_t)); in oplmsu_uwioctl_ipunlink() 314 lpath_t *lpath = NULL; in oplmsu_uwioctl_termios()
|
H A D | oplmsu_cmn_func.c | 127 oplmsu_link_lpath(lpath_t *add_lpath) in oplmsu_link_lpath() 137 lpath_t *last_lpath; in oplmsu_link_lpath() 158 oplmsu_unlink_lpath(lpath_t *del_lpath) in oplmsu_unlink_lpath() 160 lpath_t **first, **last; in oplmsu_unlink_lpath() 230 lpath_t *lpath; in oplmsu_check_lpath_usable() 346 oplmsu_set_ioctl_path(lpath_t *lpath, queue_t *hndl_queue, mblk_t *mp) in oplmsu_set_ioctl_path() 383 oplmsu_clear_ioctl_path(lpath_t *lpath) in oplmsu_clear_ioctl_path() 487 lpath_t *lpath; in oplmsu_search_min_stop_path() 602 lpath_t *lpath; in oplmsu_cmn_putxoff_standby() 756 lpath_t *lpath; in oplmsu_cmn_bufcall() [all …]
|
H A D | oplmsu_ioctl_lrp.c | 53 lpath_t *lpath, *altn_lpath = NULL, *stp_lpath = NULL; in oplmsu_lrioctl_termios() 66 lpath = (lpath_t *)lrq->q_ptr; in oplmsu_lrioctl_termios() 477 lpath_t *lpath, *altn_lpath = NULL; in oplmsu_lrmsg_error() 493 lpath = (lpath_t *)lrq->q_ptr; in oplmsu_lrmsg_error() 615 lpath_t *lpath, *stp_lpath = NULL; in oplmsu_lrdata_xoffxon() 626 stp_lpath = (lpath_t *)oplmsu_uinst->lower_queue->q_ptr; in oplmsu_lrdata_xoffxon() 633 lpath = (lpath_t *)lrq->q_ptr; in oplmsu_lrdata_xoffxon()
|
H A D | oplmsu.c | 396 lpath_t *lpath, *next_lpath; in oplmsu_detach() 450 kmem_free(lpath, sizeof (lpath_t)); in oplmsu_detach() 589 lpath_t *lpath; in oplmsu_close() 825 lpath_t *lpath; in oplmsu_lwsrv() 850 lpath = (lpath_t *)lwq->q_ptr; in oplmsu_lwsrv() 884 lpath_t *lpath; in oplmsu_lrput() 931 lpath_t *lpath; in oplmsu_lrsrv() 1020 lpath_t *lpath; in oplmsu_ursrv() 1167 lpath_t *lpath; in oplmsu_set_lpathnum() 1312 lpath_t *lpath; in oplmsu_dr_detach() [all …]
|