Lines Matching defs:mf6ctable
178 struct mf6c *mf6ctable[MF6CTBLSIZ];
242 struct mf6c *_rt = mf6ctable[MF6CHASH(o,g)]; \
491 memset((void *)mf6ctable, 0, sizeof(mf6ctable));
562 rt = mf6ctable[i];
579 memset((void *)mf6ctable, 0, sizeof(mf6ctable));
627 for (mfc = mf6ctable[i]; mfc != NULL; mfc = mfc->mf6c_next) {
801 for (rt = mf6ctable[hash], nstl = 0; rt; rt = rt->mf6c_next) {
874 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) {
916 rt->mf6c_next = mf6ctable[hash];
917 mf6ctable[hash] = rt;
978 nptr = &mf6ctable[hash];
1135 for (rt = mf6ctable[hash]; rt; rt = rt->mf6c_next) {
1241 rt->mf6c_next = mf6ctable[hash];
1242 mf6ctable[hash] = rt;
1295 nptr = &mf6ctable[i];