Lines Matching refs:n_error
1338 int n_error; in AscSetEEPConfig() local
1342 if ((n_error = AscSetEEPConfigOnce(iot, ioh, cfg_buf, bus_type)) == 0) in AscSetEEPConfig()
1349 return (n_error); in AscSetEEPConfig()
1357 int n_error; in AscSetEEPConfigOnce() local
1365 n_error = 0; in AscSetEEPConfigOnce()
1371 n_error++; in AscSetEEPConfigOnce()
1385 n_error++; in AscSetEEPConfigOnce()
1390 n_error++; in AscSetEEPConfigOnce()
1395 n_error++; in AscSetEEPConfigOnce()
1400 n_error++; in AscSetEEPConfigOnce()
1403 return (n_error); in AscSetEEPConfigOnce()