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

/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c60 static ml_unit_t *ul_list; /* List of all log units */ variable
352 ul->un_next = ul_list;
353 ul_list = ul;
369 for (ul = ul_list; ul; ul = ul->un_next)
433 for (ul = ul_list; ul; ul = ul->un_next)
615 for (ulp = &ul_list; *ulp && (*ulp != ul); ulp = &(*ulp)->un_next);

Completed in 47 milliseconds