HomeSort by: relevance | last modified time | path
    Searched defs:ierror (Results 1 - 6 of 6) sorted by relevancy

  /src/distrib/utils/more/
output.c 249 ierror(s) function
output.c 249 ierror(s) function
  /src/external/bsd/less/dist/
output.c 678 public void ierror(char *fmt, PARG *parg) function
686 ierror(fmt, parg);
output.c 678 public void ierror(char *fmt, PARG *parg) function
686 ierror(fmt, parg);
  /src/sys/dev/ic/
bmx280.c 735 int error = 0, ierror; local
740 ierror = sc->sc_funcs->read_reg(sc, reg, &running, 1);
741 if (ierror) {
743 device_xname(sc->sc_dev), ierror));
764 int error = 0, ierror; local
795 ierror = sc->sc_funcs->read_reg(sc, reg, raw_press_temp_hum, rlen);
796 if (ierror) {
798 device_xname(sc->sc_dev), ierror));
bmx280.c 735 int error = 0, ierror; local
740 ierror = sc->sc_funcs->read_reg(sc, reg, &running, 1);
741 if (ierror) {
743 device_xname(sc->sc_dev), ierror));
764 int error = 0, ierror; local
795 ierror = sc->sc_funcs->read_reg(sc, reg, raw_press_temp_hum, rlen);
796 if (ierror) {
798 device_xname(sc->sc_dev), ierror));

Completed in 44 milliseconds