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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c70 static list_t inject_handlers; variable
148 for (handler = list_head(&inject_handlers); handler != NULL;
149 handler = list_next(&inject_handlers, handler)) {
186 for (handler = list_head(&inject_handlers); handler != NULL;
187 handler = list_next(&inject_handlers, handler)) {
228 for (handler = list_head(&inject_handlers); handler != NULL;
229 handler = list_next(&inject_handlers, handler)) {
276 for (handler = list_head(&inject_handlers); handler != NULL;
277 handler = list_next(&inject_handlers, handler)) {
339 for (handler = list_head(&inject_handlers); handle
[all...]

Completed in 63 milliseconds