Searched defs:user_topology (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c9081 uint32_t user_topology; local
9084 fcio->fcio_olen != sizeof (user_topology)) {
9091 user_topology = FC_TOP_UNKNOWN;
9093 user_topology = port->fp_topology;
9097 if (ddi_copyout((void *)&user_topology,
9098 (void *)fcio->fcio_obuf, sizeof (user_topology),

Completed in 92 milliseconds