Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu_proto.h95 int oplmsu_set_ioctl_path(lpath_t *, queue_t *, mblk_t *);
/titanic_41/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_uwp.c190 use_flag = oplmsu_set_ioctl_path(lpath, uwq, NULL); in oplmsu_uwioctl_ipunlink()
427 use_flag = oplmsu_set_ioctl_path(lpath, uwq, mp); in oplmsu_uwioctl_termios()
H A Doplmsu.c1963 use_flag = oplmsu_set_ioctl_path(lpath, NULL, NULL); in oplmsu_config_del()
2049 use_flag = oplmsu_set_ioctl_path(lpath, NULL, NULL); in oplmsu_config_stop()
2117 use_flag = oplmsu_set_ioctl_path(altn_lpath, NULL, NULL); in oplmsu_config_stop()
2468 use_flag = oplmsu_set_ioctl_path(lpath, NULL, NULL); in oplmsu_config_disc()
H A Doplmsu_cmn_func.c346 oplmsu_set_ioctl_path(lpath_t *lpath, queue_t *hndl_queue, mblk_t *mp) in oplmsu_set_ioctl_path() function