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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c89 int mtc_error; /* operation error */ member in struct:mt_config_handle
7516 hdl->mtc_error = 0;
7557 rv = hdl->mtc_error;
7628 if ((rv != NDI_SUCCESS) && (hdl->mtc_error == 0)) {
7629 hdl->mtc_error = rv;

Completed in 97 milliseconds