Lines Matching refs:ment
1642 mfdb_ent_t *ment = NULL; in vsw_add_mcst() local
1666 (mod_hash_val_t *)&ment) != 0) { in vsw_add_mcst()
1669 ment = kmem_alloc(sizeof (mfdb_ent_t), KM_SLEEP); in vsw_add_mcst()
1670 ment->d_addr = (void *)tgt; in vsw_add_mcst()
1671 ment->d_type = devtype; in vsw_add_mcst()
1672 ment->nextp = NULL; in vsw_add_mcst()
1675 (mod_hash_val_t)ment) != 0) { in vsw_add_mcst()
1677 kmem_free(ment, sizeof (mfdb_ent_t)); in vsw_add_mcst()
1689 tmp_ent = ment; in vsw_add_mcst()
1720 tmp_ent = ment; in vsw_add_mcst()
1742 mfdb_ent_t *ment = NULL; in vsw_del_mcst() local
1759 (mod_hash_val_t *)&ment) != 0) { in vsw_del_mcst()
1765 prev_p = curr_p = ment; in vsw_del_mcst()
1782 ment = curr_p->nextp; in vsw_del_mcst()
1783 if (ment == NULL) { in vsw_del_mcst()
1789 (mod_hash_val_t)ment); in vsw_del_mcst()