Lines Matching refs:lep
136 ipmi_lan_entry_t *lep;
148 lep = &ipmi_lan_table[i];
149 if (ipmi_lan_get_param(ihp, channel, lep->ile_param,
150 lep->ile_set, lep->ile_block,
151 (char *)cfgp + lep->ile_offset, lep->ile_len) != 0)
205 ipmi_lan_entry_t *lep;
223 lep = &ipmi_lan_table[i];
224 if (!(lep->ile_mask & mask))
227 if (ipmi_lan_set_param(ihp, channel, lep->ile_param,
228 (char *)cfgp + lep->ile_offset, lep->ile_len) != 0) {