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

/macosx-10.10.1/autofs-246/autofs_kext/
H A Dauto_vfsops.c1610 struct notrigger_process { struct
1611 LIST_ENTRY(notrigger_process) entries;
1616 static LIST_HEAD(notriggerproclist, notrigger_process) notrigger_processes;
1637 struct notrigger_process *notrigger_process; local
1642 LIST_FOREACH(notrigger_process, &notrigger_processes, entries) {
1643 if (minor < notrigger_process->minor) {
1658 * All minors <= notrigger_process->minor are in use.
1659 * Try the next one after notrigger_process->minor.
1661 minor = notrigger_process
1674 struct notrigger_process *newnotrigger_process, *notrigger_process, *lastnotrigger_process; local
1726 struct notrigger_process *notrigger_process; local
1750 struct notrigger_process *notrigger_process; local
[all...]

Completed in 88 milliseconds