Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c948 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()
1098 for (ti = ti_stop_list; ti; ti = ti_next) { in eibnx_handle_hca_detach()
[all …]
H A Denx_misc.c361 ti->ti_next = NULL; in eibnx_start_port_monitor()
438 eibnx_thr_info_t *ti_next; in eibnx_terminate_monitors() local
450 for (ti = ti_list; ti; ti = ti_next) { in eibnx_terminate_monitors()
451 ti_next = ti->ti_next; in eibnx_terminate_monitors()
558 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_locate_node_name()
597 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()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c140 tf_idata_free(mp, p->ti_next); in tf_idata_free()
151 for (l = *head; l != NULL; l = l->ti_next) { in tf_idata_insert()
156 ni->ti_next = l; in tf_idata_insert()
160 p->ti_next = ni; in tf_idata_insert()
168 for (f = head; f != NULL; f = f->ti_next) in tf_idata_lookup()
H A Dtopo_parse.h77 struct tf_idata *ti_next; /* next instance */ member
/illumos-gate/usr/src/uts/common/netinet/
H A Dtcpip.h24 #define ti_next ti_i.ih_next macro
/illumos-gate/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
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h302 struct eibnx_thr_info_s *ti_next; member