Home | Sort by: relevance | last modified time | path |
/src/sys/rump/librump/rumpkern/ | |
signals.c | 42 const struct filterops sig_filtops = { variable in typeref:typename:const struct filterops |
/src/sys/kern/ | |
kern_event.c | 268 extern const struct filterops sig_filtops; /* kern_sig.c */ 293 { "EVFILT_SIGNAL", EVFILT_SIGNAL, 0, &sig_filtops, 0 }, 1019 if (kn->kn_fop == &sig_filtops) { 1225 if (kn->kn_fop == &sig_filtops) { |
kern_sig.c | 2676 const struct filterops sig_filtops = { variable in typeref:typename:const struct filterops |