Home
last modified time | relevance | path

Searched refs:ti_next (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c322 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_subnet_notices_handler()
948 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_handle_port_events()
1026 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_handle_hca_attach()
1049 ti->ti_next = ss->nx_thr_info; in eibnx_handle_hca_attach()
1063 eibnx_thr_info_t *ti_next; in eibnx_handle_hca_detach() local
1072 for (ti = ss->nx_thr_info; ti; ti = ti_next) { in eibnx_handle_hca_detach()
1073 ti_next = ti->ti_next; in eibnx_handle_hca_detach()
1082 ti_prev->ti_next = ti_next; in eibnx_handle_hca_detach()
1084 ss->nx_thr_info = ti_next; in eibnx_handle_hca_detach()
1089 ti->ti_next = ti_stop_list; in eibnx_handle_hca_detach()
[all …]
H A Denx_misc.c357 ti->ti_next = NULL; in eibnx_start_port_monitor()
434 eibnx_thr_info_t *ti_next; in eibnx_terminate_monitors() local
446 for (ti = ti_list; ti; ti = ti_next) { in eibnx_terminate_monitors()
447 ti_next = ti->ti_next; in eibnx_terminate_monitors()
555 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_locate_node_name()
594 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_locate_unconfigured_node()
H A Denx_main.c563 ti_tail->ti_next = ti; in eibnx_config_all_children()
598 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_unconfig_all_children()
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c142 tf_idata_free(mp, p->ti_next); in tf_idata_free()
153 for (l = *head; l != NULL; l = l->ti_next) { in tf_idata_insert()
158 ni->ti_next = l; in tf_idata_insert()
162 p->ti_next = ni; in tf_idata_insert()
170 for (f = head; f != NULL; f = f->ti_next) in tf_idata_lookup()
H A Dtopo_parse.h74 struct tf_idata *ti_next; /* next instance */ member
/titanic_41/usr/src/uts/common/netinet/
H A Dtcpip.h25 #define ti_next ti_i.ih_next macro
/titanic_41/usr/src/lib/libnsl/nsl/
H A D_utility.c694 curptr = curptr->ti_next) { in add_tilink()
731 prevptr->ti_next = tiptr; in add_tilink()
743 tiptr->ti_next = NULL; in add_tilink()
771 for (curptr = hash_bucket[x]; curptr; curptr = curptr->ti_next) { in find_tilink()
803 for (curptr = hash_bucket[x]; curptr; curptr = curptr->ti_next) { in _t_delete_tilink()
808 nextptr = curptr->ti_next; in _t_delete_tilink()
811 prevptr->ti_next = nextptr; in _t_delete_tilink()
H A Dtx.h57 struct _ti_user *ti_next; /* next one */ member
/titanic_41/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h298 struct eibnx_thr_info_s *ti_next; member