Home
last modified time | relevance | path

Searched refs:fc_ulp_list_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c210 wsp->walk_data = mdb_alloc(sizeof (fc_ulp_list_t), UM_SLEEP); in ulp_walk_i()
224 if (mdb_vread(wsp->walk_data, sizeof (fc_ulp_list_t), wsp->walk_addr) in ulp_walk_s()
234 (uintptr_t)(((fc_ulp_list_t *)wsp->walk_data)->ulp_next); in ulp_walk_s()
243 mdb_free(wsp->walk_data, sizeof (fc_ulp_list_t)); in ulp_walk_f()
250 fc_ulp_list_t ulplist; in ulps()
282 if (mdb_vread(&ulplist, sizeof (fc_ulp_list_t), addr) == in ulps()
283 sizeof (fc_ulp_list_t)) { in ulps()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h99 } fc_ulp_list_t; typedef
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c113 static fc_ulp_list_t *fctl_ulp_list;
627 fc_ulp_list_t *new; in fc_ulp_add()
660 fc_ulp_list_t *list; in fc_ulp_add()
661 fc_ulp_list_t *last; in fc_ulp_add()
747 fc_ulp_list_t *list; in fc_ulp_remove()
748 fc_ulp_list_t *last; in fc_ulp_remove()
1766 fc_ulp_list_t *list; in fc_ulp_is_name_present()