Searched refs:mt_error_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c813 } mt_error_t; typedef in typeref:struct:mt_error
820 static mt_error_t error_list_head;
824 static mt_error_t *
825 find_by_mtunit(mt_unit_t *un, mt_error_t **pred_errp)
827 mt_error_t *errp = (mt_error_t *)NULL;
831 while ((errp = (*pred_errp)->er_next) != (mt_error_t *)NULL) {
839 static mt_error_t *
842 mt_error_t *errp = &error_list_head;
845 while ((errp = errp->er_next) != (mt_error_t *)NUL
[all...]

Completed in 57 milliseconds