Home
last modified time | relevance | path

Searched refs:fc_fca_port_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c83 wsp->walk_data = mdb_alloc(sizeof (fc_fca_port_t), UM_SLEEP); in port_walk_i()
99 if (mdb_vread(wsp->walk_data, sizeof (fc_fca_port_t), wsp->walk_addr) in port_walk_s()
109 (uintptr_t)(((fc_fca_port_t *)wsp->walk_data)->port_next); in port_walk_s()
121 mdb_free(wsp->walk_data, sizeof (fc_fca_port_t)); in port_walk_f()
128 fc_fca_port_t portlist; in ports()
173 if (mdb_vread(&portlist, sizeof (fc_fca_port_t), addr) == in ports()
174 sizeof (fc_fca_port_t)) { in ports()
433 fc_fca_port_t portlist; in fcport()
460 if (mdb_vread(&portlist, sizeof (fc_fca_port_t), addr) == in fcport()
461 sizeof (fc_fca_port_t)) { in fcport()
/illumos-gate/usr/src/cmd/mdb/common/modules/fcip/
H A Dfcip.c85 mdb_free(wsp->walk_data, sizeof (fc_fca_port_t)); in fcip_walk_f()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c112 static fc_fca_port_t *fctl_fca_portlist;
628 fc_fca_port_t *fca_port; in fc_ulp_add()
1729 fc_fca_port_t *cur; in fc_ulp_get_port_handle()
2418 fc_fca_port_t *new; in fctl_add_port()
2434 fc_fca_port_t *prev; in fctl_remove_port()
2435 fc_fca_port_t *list; in fctl_remove_port()
5397 fc_fca_port_t *fca_port; in fc_get_npiv_port()
5488 fc_fca_port_t *fca_port; in fc_ulp_get_adapter_paths()
6280 fc_fca_port_t *fca_port; in fctl_count_fru_ports()
6334 fc_fca_port_t *
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h105 } fc_fca_port_t; typedef