fc_ulp_list_t
wsp->walk_data = mdb_alloc(sizeof (fc_ulp_list_t), UM_SLEEP);
if (mdb_vread(wsp->walk_data, sizeof (fc_ulp_list_t), wsp->walk_addr)
(uintptr_t)(((fc_ulp_list_t *)wsp->walk_data)->ulp_next);
mdb_free(wsp->walk_data, sizeof (fc_ulp_list_t));
fc_ulp_list_t ulplist;
if (mdb_vread(&ulplist, sizeof (fc_ulp_list_t), addr) ==
sizeof (fc_ulp_list_t)) {
static fc_ulp_list_t *fctl_ulp_list;
fc_ulp_list_t *list;
fc_ulp_list_t *new;
fc_ulp_list_t *list;
fc_ulp_list_t *last;
fc_ulp_list_t *list;
fc_ulp_list_t *last;