Home
last modified time | relevance | path

Searched refs:ulp_next (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libuutil/common/
H A Duu_list.c101 pp->ulp_next = next = &uu_null_lpool; in uu_list_pool_create()
104 prev->ulp_next = pp; in uu_list_pool_create()
125 pp->ulp_next->ulp_prev = pp->ulp_prev; in uu_list_pool_destroy()
126 pp->ulp_prev->ulp_next = pp->ulp_next; in uu_list_pool_destroy()
129 pp->ulp_next = NULL; in uu_list_pool_destroy()
707 for (pp = uu_null_lpool.ulp_next; pp != &uu_null_lpool; in uu_list_lockup()
708 pp = pp->ulp_next) in uu_list_lockup()
717 for (pp = uu_null_lpool.ulp_next; pp != &uu_null_lpool; in uu_list_release()
718 pp = pp->ulp_next) in uu_list_release()
H A Dlibuutil_impl.h109 uu_list_pool_t *ulp_next; member
/titanic_41/usr/src/cmd/mdb/common/modules/libuutil/
H A Dlibuutil.c144 ulpw->ulpw_current = (uintptr_t)null_lpool.ulp_next; in uutil_listpool_walk_init()
168 ulpw->ulpw_current = (uintptr_t)ulp.ulp_next; in uutil_listpool_walk_step()
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h98 struct ulp_list *ulp_next; member
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c651 new->ulp_next = fctl_ulp_list; in fc_ulp_add()
663 list = list->ulp_next) { in fc_ulp_add()
672 last->ulp_next = list->ulp_next; in fc_ulp_add()
674 fctl_ulp_list = list->ulp_next; in fc_ulp_add()
753 list = list->ulp_next) { in fc_ulp_remove()
762 last->ulp_next = list->ulp_next; in fc_ulp_remove()
764 fctl_ulp_list = list->ulp_next; in fc_ulp_remove()
1768 for (list = fctl_ulp_list; list != NULL; list = list->ulp_next) { in fc_ulp_is_name_present()
/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c231 (uintptr_t)(((fc_ulp_list_t *)wsp->walk_data)->ulp_next); in ulp_walk_s()