Searched refs:ierror (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | bmx280.c | 693 int error = 0, ierror; in bmx280_wait_for_data() local 698 ierror = (*(sc->sc_func_read_register))(sc, reg, &running, 1); in bmx280_wait_for_data() 699 if (ierror) { in bmx280_wait_for_data() 701 device_xname(sc->sc_dev), ierror)); in bmx280_wait_for_data() 722 int error = 0, ierror; in bmx280_read_data() local 753 ierror = (*(sc->sc_func_read_register))(sc, reg, raw_press_temp_hum, rlen); in bmx280_read_data() 754 if (ierror) { in bmx280_read_data() 756 device_xname(sc->sc_dev), ierror)); in bmx280_read_data()
|
| /netbsd/src/external/bsd/less/dist/ |
| D | linenum.c | 212 ierror("Calculating line numbers", NULL_PARG); in longloopmessage() 473 ierror("Determining length of file", NULL_PARG); in scan_eof()
|
| D | output.c | 678 public void ierror(char *fmt, PARG *parg) in ierror() function 686 ierror(fmt, parg); in ixerror()
|
| D | jump.c | 149 ierror("Determining length of file", NULL_PARG); in jump_percent()
|
| D | ch.c | 387 ierror("Finishing logfile", NULL_PARG); in end_logfile()
|
| D | funcs.h | 319 public void ierror(char *fmt, PARG *parg);
|
| /netbsd/src/distrib/utils/more/ |
| D | output.c | 249 ierror(s) in ierror() function
|
| D | extern.h | 94 void ierror __P((char *));
|
| D | linenum.c | 249 ierror("Calculating line numbers"); in longloopmessage()
|