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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcpip.h25 #define ti_next ti_i.ih_next macro
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c140 tf_idata_free(mp, p->ti_next);
151 for (l = *head; l != NULL; l = l->ti_next) {
156 ni->ti_next = l;
160 p->ti_next = ni;
168 for (f = head; f != NULL; f = f->ti_next)
H A Dtopo_parse.h74 struct tf_idata *ti_next; /* next instance */ member in struct:tf_idata
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c322 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) {
948 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) {
1026 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) {
1049 ti->ti_next = ss->nx_thr_info;
1063 eibnx_thr_info_t *ti_next; local
1072 for (ti = ss->nx_thr_info; ti; ti = ti_next) {
1073 ti_next = ti->ti_next;
1082 ti_prev->ti_next = ti_next;
[all...]
H A Denx_misc.c357 ti->ti_next = NULL;
434 eibnx_thr_info_t *ti_next; local
446 for (ti = ti_list; ti; ti = ti_next) {
447 ti_next = ti->ti_next;
555 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) {
594 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) {
H A Denx_main.c563 ti_tail->ti_next = ti;
598 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) {
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c628 * - ti_next
694 curptr = curptr->ti_next) {
731 prevptr->ti_next = tiptr;
743 tiptr->ti_next = NULL;
771 for (curptr = hash_bucket[x]; curptr; curptr = curptr->ti_next) {
803 for (curptr = hash_bucket[x]; curptr; curptr = curptr->ti_next) {
808 nextptr = curptr->ti_next;
811 prevptr->ti_next = nextptr;
H A Dtx.h57 struct _ti_user *ti_next; /* next one */ member in struct:_ti_user
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h298 struct eibnx_thr_info_s *ti_next; member in struct:eibnx_thr_info_s

Completed in 113 milliseconds