Lines Matching refs:tmp_ent
1643 mfdb_ent_t *tmp_ent = NULL;1689 tmp_ent = ment;1690 while (tmp_ent != NULL) {1691 if (tmp_ent->d_addr == (void *)tgt) {1706 tmp_ent = tmp_ent->nextp;1720 tmp_ent = ment;1721 while (tmp_ent->nextp != NULL)1722 tmp_ent = tmp_ent->nextp;1724 tmp_ent->nextp = new_ent;