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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c2257 int should_reset_xport; /* bool to reset xport */ local
2268 should_reset_xport = 0;
2283 should_reset_xport = (errno == ENOTACTIVE);
2321 should_reset_xport = (n == -ENOTACTIVE);
2467 should_reset_xport = (n == -ENOTACTIVE);
2507 should_reset_xport = (n == -ENOTACTIVE);
2551 should_reset_xport = (n == -ENOTACTIVE);
2604 if (should_reset_xport) {
2616 int should_reset_xport; /* bool to reset xport */ local
2618 should_reset_xport
[all...]

Completed in 51 milliseconds