kern_event.c | 233 * file_filtops is not marked MPSAFE because it's going to call 238 static const struct filterops file_filtops = { variable in typeref:typename:const struct filterops 288 { "EVFILT_READ", EVFILT_READ, 0, &file_filtops, 0 }, 289 { "EVFILT_WRITE", EVFILT_WRITE, 0, &file_filtops, 0, }, 291 { "EVFILT_VNODE", EVFILT_VNODE, 0, &file_filtops, 0 }, 297 { "EVFILT_EMPTY", EVFILT_EMPTY, 0, &file_filtops, 0 },
|