HomeSort by: relevance | last modified time | path
    Searched defs:file_filtops (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
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 },

Completed in 13 milliseconds