Home
last modified time | relevance | path

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

/illumos-gate/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.h107 uu_list_pool_t *ulp_next; member
/illumos-gate/usr/src/cmd/mdb/common/modules/libuutil/
H A Dlibuutil.c142 ulpw->ulpw_current = (uintptr_t)null_lpool.ulp_next; in uutil_listpool_walk_init()
166 ulpw->ulpw_current = (uintptr_t)ulp.ulp_next; in uutil_listpool_walk_step()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h98 struct ulp_list *ulp_next; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c652 new->ulp_next = fctl_ulp_list; in fc_ulp_add()
664 list = list->ulp_next) { in fc_ulp_add()
673 last->ulp_next = list->ulp_next; in fc_ulp_add()
675 fctl_ulp_list = list->ulp_next; in fc_ulp_add()
754 list = list->ulp_next) { in fc_ulp_remove()
763 last->ulp_next = list->ulp_next; in fc_ulp_remove()
765 fctl_ulp_list = list->ulp_next; in fc_ulp_remove()
1769 for (list = fctl_ulp_list; list != NULL; list = list->ulp_next) { in fc_ulp_is_name_present()
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c234 (uintptr_t)(((fc_ulp_list_t *)wsp->walk_data)->ulp_next); in ulp_walk_s()