Home
last modified time | relevance | path

Searched refs:mtc_error (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c93 int mtc_error; /* operation error */ member
7691 hdl->mtc_error = 0; in mt_config_init()
7732 rv = hdl->mtc_error; in mt_config_fini()
7803 if ((rv != NDI_SUCCESS) && (hdl->mtc_error == 0)) { in mt_config_thread()
7804 hdl->mtc_error = rv; in mt_config_thread()