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

/macosx-10.10.1/autofs-246/triggers_kext/
H A Dtriggers.c1097 int nmounts, i, j; local
1112 nmounts = 0;
1115 nmounts++;
1122 MALLOC(mounts, struct triggered_mount_info *, sizeof (*mounts)*nmounts,
1132 if (i >= nmounts) {
1172 for (i = nmounts - 1; i >= 0; i--) {
/macosx-10.10.1/BootCache-109/
H A Dkext.c4770 int nmounts; local
4773 nmounts = 0;
4775 nmounts ++;
4777 return(nmounts * sizeof(struct BC_history_mount));

Completed in 193 milliseconds