Search | Google it | Results 1 - 1 of 1 for funcall:SLIST_ENTRY from t2ex/bsd_source/lib/libc/src_bsd/include/sys/event.h (0.00 seconds) |
139: struct knote { 140: SLIST_ENTRY(knote) kn_link; /* for fd */ 141: SLIST_ENTRY(knote) kn_selnext; /* for struct selinfo */ 142: TAILQ_ENTRY(knote) kn_tqe;