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

/macosx-10.10.1/autofs-246/autofs_kext/
H A Dauto_vfsops.c1415 static int autofs_nowait_major = -1; variable
2353 autofs_nowait_major = cdevsw_add(-1, &autofs_nowait_cdevsw);
2354 if (autofs_nowait_major == -1) {
2358 autofs_nowait_devfs = devfs_make_node_clone(makedev(autofs_nowait_major, 0),
2434 if (autofs_nowait_major != -1) {
2435 if (cdevsw_remove(autofs_nowait_major, &autofs_nowait_cdevsw) == -1)
2575 if (cdevsw_remove(autofs_nowait_major, &autofs_nowait_cdevsw) == -1)
2577 autofs_nowait_major = -1;

Completed in 61 milliseconds