Searched refs:dbg_chk_error (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/filesync/ |
H A D | debug.h | 57 int dbg_chk_error(const char *name, char code); /* check for simul err */
|
H A D | action.c | 217 if (errno = dbg_chk_error(dst, 'p')) 246 if (errno = dbg_chk_error(dst, 'a')) 302 if (errno = dbg_chk_error(dst, 'O')) 493 if (errno = dbg_chk_error(dst, 'D')) 505 if (errno = dbg_chk_error(dst, 'u')) 550 if (errno = dbg_chk_error(dst, 'd')) 570 if (errno = dbg_chk_error(dst, 'r')) 584 if (errno = dbg_chk_error(dst, 'l')) 604 if (errno = dbg_chk_error(dst, 'd')) 646 if (errno = dbg_chk_error(ds [all...] |
H A D | debug.c | 307 * dbg_chk_error 320 dbg_chk_error(const char *name, char code) function 355 dbg_chk_error(const char *name, char code) function
|
H A D | eval.c | 386 if (opt_errors && (errno = dbg_chk_error(name, usingsrc ? 's' : 'S'))) 521 if (opt_errors && dbg_chk_error(name, usingsrc ? 'n' : 'N'))
|
Completed in 68 milliseconds