Searched refs:upath_t (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/sun4u/opl/sys/oplmsu/ |
H A D | oplmsu_proto.h | 85 void oplmsu_link_upath(upath_t *); 86 void oplmsu_unlink_upath(upath_t *); 91 upath_t *oplmsu_search_upath_info(int); 99 upath_t *oplmsu_search_standby(void); 105 void oplmsu_cmn_set_upath_sts(upath_t *, int, int, ulong_t);
|
H A D | oplmsu.h | 215 } upath_t; typedef 232 upath_t *src_upath; 264 upath_t *first_upath; 265 upath_t *last_upath;
|
/titanic_44/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu_cmn_func.c | 53 oplmsu_link_upath(upath_t *add_upath) in oplmsu_link_upath() 64 upath_t *last_upath; in oplmsu_link_upath() 85 oplmsu_unlink_upath(upath_t *del_upath) in oplmsu_unlink_upath() 87 upath_t **first, **last; in oplmsu_unlink_upath() 256 upath_t * 259 upath_t *upath; in oplmsu_search_upath_info() 320 upath_t *upath, *next_upath; in oplmsu_delete_upath_info() 331 kmem_free(upath, sizeof (upath_t)); in oplmsu_delete_upath_info() 405 upath_t *upath; in oplmsu_get_inst_status() 449 upath_t * [all …]
|
H A D | oplmsu.c | 1197 upath_t *upath; in oplmsu_dr_attach() 1311 upath_t *upath; in oplmsu_dr_detach() 1712 upath_t *upath; in oplmsu_create_upath() 1741 upath = (upath_t *)kmem_zalloc(sizeof (upath_t), KM_SLEEP); in oplmsu_create_upath() 1865 upath_t *upath; in oplmsu_config_add() 1913 upath_t *upath; in oplmsu_config_del() 1991 kmem_free(upath, sizeof (upath_t)); in oplmsu_config_del() 2006 upath_t *upath, *altn_upath; in oplmsu_config_stop() 2274 upath_t *upath = NULL; in oplmsu_config_start() 2368 upath_t *altn_upath; in oplmsu_config_start() [all …]
|
H A D | oplmsu_ioctl_uwp.c | 128 upath_t *upath; in oplmsu_uwioctl_ipunlink() 313 upath_t *upath = NULL; in oplmsu_uwioctl_termios()
|
H A D | oplmsu_ioctl_lrp.c | 52 upath_t *upath, *altn_upath = NULL, *stp_upath = NULL; in oplmsu_lrioctl_termios() 476 upath_t *upath, *altn_upath = NULL; in oplmsu_lrmsg_error() 614 upath_t *upath, *stp_upath = NULL; in oplmsu_lrdata_xoffxon()
|