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

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_alloc.c1095 u_char *mapp; local
1163 mapp = &cg_clustersfree(cgp)[bpref / NBBY];
1164 map = *mapp++;
1177 map = *mapp++;
1656 u_char *freemapp, *mapp; local
1677 mapp = &freemapp[start / NBBY];
1678 map = *mapp++;
1686 map = *mapp++;
1698 mapp = &freemapp[start / NBBY];
1699 map = *mapp
[all...]

Completed in 93 milliseconds