Symbol: FC_TOP_FABRIC
usr/src/cmd/luxadm/g_adm.c
3064
case FC_TOP_FABRIC:
usr/src/cmd/luxadm/g_adm.c
3257
case FC_TOP_FABRIC:
usr/src/cmd/luxadm/hotplug.c
1761
FC_TOP_FABRIC)) {
usr/src/cmd/luxadm/hotplug.c
2061
FC_TOP_FABRIC)) {
usr/src/cmd/luxadm/hotplug.c
2242
(map.hba_addr.port_topology == FC_TOP_FABRIC)) {
usr/src/cmd/luxadm/hotplug.c
661
(map.hba_addr.port_topology == FC_TOP_FABRIC)) {
usr/src/lib/storage/liba5k/common/lhot.c
197
case FC_TOP_FABRIC:
usr/src/lib/storage/liba5k/common/lhot.c
586
case FC_TOP_FABRIC:
usr/src/lib/storage/liba5k/common/mon.c
3444
case FC_TOP_FABRIC:
usr/src/lib/storage/liba5k/common/mon.c
4724
case FC_TOP_FABRIC:
usr/src/lib/storage/libg_fc/common/map.c
1361
if ((port_top == FC_TOP_FABRIC) || (port_top == FC_TOP_PUBLIC_LOOP)) {
usr/src/lib/storage/libg_fc/common/map.c
1744
case FC_TOP_FABRIC:
usr/src/lib/storage/libg_fc/common/map.c
1915
if ((map_topo == FC_TOP_FABRIC) || (map_topo == FC_TOP_PUBLIC_LOOP)) {
usr/src/lib/storage/libg_fc/common/map.c
225
(map->hba_addr.port_topology == FC_TOP_FABRIC)) {
usr/src/lib/storage/libg_fc/common/map.c
2528
(hba_port_top == FC_TOP_FABRIC)) &&
usr/src/lib/storage/libg_fc/common/map.c
3580
if ((hba_port_top == FC_TOP_FABRIC) ||
usr/src/lib/storage/libg_fc/common/map.c
5227
(hba_port_top == FC_TOP_FABRIC))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
2059
*tp = FC_TOP_FABRIC;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1615
port_info->pi_topology = FC_TOP_FABRIC;
usr/src/uts/common/io/fibre-channel/impl/fp.c
2529
case FC_TOP_FABRIC:
usr/src/uts/common/io/fibre-channel/impl/fp.c
2664
case FC_TOP_FABRIC:
usr/src/uts/common/io/fibre-channel/impl/fp.c
2720
case FC_TOP_FABRIC:
usr/src/uts/common/io/fibre-channel/impl/fp.c
2737
int orphan = (old_top == FC_TOP_FABRIC ||
usr/src/uts/common/io/fibre-channel/impl/fp.c
2747
case FC_TOP_FABRIC:
usr/src/uts/common/io/fibre-channel/impl/fp.c
5990
port->fp_topology = FC_TOP_FABRIC;
usr/src/uts/common/io/fibre-channel/impl/fp.c
8251
case FC_TOP_FABRIC:
usr/src/uts/common/io/fibre-channel/impl/fp.c
8372
case FC_TOP_FABRIC: {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2281
case FC_TOP_FABRIC:
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4325
case FC_TOP_FABRIC :
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4412
case FC_TOP_FABRIC: {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6951
case FC_TOP_FABRIC:
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4473
case FC_TOP_FABRIC:
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9679
((pptr->port_topology != FC_TOP_FABRIC) &&
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
180
{ FC_TOP_FABRIC, "Fabric" },
usr/src/uts/common/sys/fibre-channel/fc_appif.h
58
#define FC_IS_TOP_SWITCH(t) (((t) == FC_TOP_FABRIC) ||\