Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c80 wsp->walk_data = mdb_alloc(sizeof (fc_fca_port_t), UM_SLEEP); in port_walk_i()
96 if (mdb_vread(wsp->walk_data, sizeof (fc_fca_port_t), wsp->walk_addr) in port_walk_s()
106 (uintptr_t)(((fc_fca_port_t *)wsp->walk_data)->port_next); in port_walk_s()
118 mdb_free(wsp->walk_data, sizeof (fc_fca_port_t)); in port_walk_f()
125 fc_fca_port_t portlist; in ports()
170 if (mdb_vread(&portlist, sizeof (fc_fca_port_t), addr) == in ports()
171 sizeof (fc_fca_port_t)) { in ports()
430 fc_fca_port_t portlist; in fcport()
457 if (mdb_vread(&portlist, sizeof (fc_fca_port_t), addr) == in fcport()
458 sizeof (fc_fca_port_t)) { in fcport()
/titanic_50/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()
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c111 static fc_fca_port_t *fctl_fca_portlist;
627 fc_fca_port_t *fca_port; in fc_ulp_add()
1728 fc_fca_port_t *cur; in fc_ulp_get_port_handle()
2417 fc_fca_port_t *new; in fctl_add_port()
2433 fc_fca_port_t *prev; in fctl_remove_port()
2434 fc_fca_port_t *list; in fctl_remove_port()
5396 fc_fca_port_t *fca_port; in fc_get_npiv_port()
5487 fc_fca_port_t *fca_port; in fc_ulp_get_adapter_paths()
6274 fc_fca_port_t *fca_port; in fctl_count_fru_ports()
6328 fc_fca_port_t *
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h105 } fc_fca_port_t; typedef