Lines Matching defs:list
380 struct socketmonitor *next; /* the next node in the list or NULL */
387 int num_sockets; /* number of nodes in the monitor list */
388 struct socketmonitor *list; /* list of sockets to monitor */
470 m = ev->list;
476 /* remove this node from the list of monitored sockets */
480 ev->list = nxt;
510 m->next = ev->list;
514 ev->list = m;
569 for(m = ev->list, f = &fds[0]; m; m = m->next) {