Searched refs:nspace_handlers (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c7889 nspace_handler_t nspace_handlers[NSPACE_HANDLER_COUNT]; variable
7966 if (proc == nspace_handlers[i].handler_proc)
7989 if (p == nspace_handlers[i].handler_proc) {
7991 nspace_handlers[i].handler_tid = 0;
7992 nspace_handlers[i].handler_proc = NULL;
8072 if (nspace_handlers[nspace_type].handler_proc == NULL) {
8314 if (nspace_handlers[nspace_type].handler_busy) {
8318 nspace_handlers[nspace_type].handler_busy = 1;
8332 if (nspace_handlers[nspace_type].handler_proc == NULL) {
8333 nspace_handlers[nspace_typ
[all...]

Completed in 86 milliseconds