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

/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c1643 mfdb_ent_t *tmp_ent = NULL; local
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
[all...]

Completed in 34 milliseconds