Lines Matching refs:n_error
1370 int n_error; in AscSetEEPConfig() local
1374 if ((n_error = AscSetEEPConfigOnce(iot, ioh, cfg_buf, bus_type)) == 0) in AscSetEEPConfig()
1381 return (n_error); in AscSetEEPConfig()
1389 int n_error; in AscSetEEPConfigOnce() local
1397 n_error = 0; in AscSetEEPConfigOnce()
1403 n_error++; in AscSetEEPConfigOnce()
1417 n_error++; in AscSetEEPConfigOnce()
1422 n_error++; in AscSetEEPConfigOnce()
1427 n_error++; in AscSetEEPConfigOnce()
1432 n_error++; in AscSetEEPConfigOnce()
1435 return (n_error); in AscSetEEPConfigOnce()