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

/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c820 static mt_error_t error_list_head; variable
830 *pred_errp = &error_list_head;
842 mt_error_t *errp = &error_list_head;
1019 errp->er_next = error_list_head.er_next;
1020 error_list_head.er_next = errp;
1058 if ((error_list_head.er_next == (mt_error_t *)NULL) &&

Completed in 49 milliseconds