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.c207 wsp->walk_data = mdb_alloc(sizeof (fc_ulp_list_t), UM_SLEEP);
221 if (mdb_vread(wsp->walk_data, sizeof (fc_ulp_list_t), wsp->walk_addr)
231 (uintptr_t)(((fc_ulp_list_t *)wsp->walk_data)->ulp_next);
240 mdb_free(wsp->walk_data, sizeof (fc_ulp_list_t));
247 fc_ulp_list_t ulplist;
256 * If no fc_ulp_list_t address was specified on the command line, we can
262 mdb_warn("failed to walk 'fc_ulp_list_t'");
279 if (mdb_vread(&ulplist, sizeof (fc_ulp_list_t), addr) ==
280 sizeof (fc_ulp_list_t)) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h99 } fc_ulp_list_t; typedef in typeref:struct:ulp_list
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c112 static fc_ulp_list_t *fctl_ulp_list;
626 fc_ulp_list_t *new;
659 fc_ulp_list_t *list;
660 fc_ulp_list_t *last;
746 fc_ulp_list_t *list;
747 fc_ulp_list_t *last;
1765 fc_ulp_list_t *list;

Completed in 72 milliseconds