Search | Google it | Results 1 - 1 of 1 for funcall:SLIST_ENTRY from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/event.h (0.00 seconds) |
185: struct knote { 186: SLIST_ENTRY(knote) kn_link; /* f: for fd */ 187: SLIST_ENTRY(knote) kn_selnext; /* o: for struct selinfo */ 188: TAILQ_ENTRY(knote) kn_tqe; /* q: for struct kqueue */