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

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcio.h240 struct ifp_stats { struct
252 typedef struct ifp_stats ifp_stats_t;
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Difpio.h177 struct ifp_stats { struct
183 typedef struct ifp_stats ifp_stats_t;
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c2509 ifp_stats_t ifp_stats; local
2600 if (kstat_read(kc, ifp_ks, &ifp_stats) < 0) {
2610 if (ifp_stats.version > 1) {
2614 ifp_stats.drvr_name);
2616 if ((*ifp_stats.node_wwn != NULL) &&
2617 (*ifp_stats.port_wwn != NULL)) {
2621 ifp_stats.node_wwn,
2622 ifp_stats.port_wwn);
2624 if (*ifp_stats.fw_revision != NULL) {
2627 ifp_stats
[all...]

Completed in 68 milliseconds