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

/haiku/src/system/kernel/
H A Dint.cpp53 struct io_handler *handler_list; member in struct:io_vector
95 && sVectors[i].handler_list == NULL)
102 sVectors[i].handler_list == NULL ? ", no handler" : "");
104 for (io = sVectors[i].handler_list; io != NULL; io = io->next) {
142 && sVectors[i].handler_list == NULL
213 sVectors[i].handler_list = NULL;
288 if (sVectors[vector].handler_list == NULL) {
304 for (io = sVectors[vector].handler_list; io != NULL; io = io->next) {
329 struct io_handler *last = sVectors[vector].handler_list;
339 if (sVectors[vector].handler_list
[all...]

Completed in 25 milliseconds