Searched refs:drerr_new_v (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | dr_util.h | 64 extern sbd_error_t *drerr_new_v(int e_code, char *fmt, va_list args);
|
/titanic_41/usr/src/uts/sun4u/ngdr/sys/ |
H A D | dr_util.h | 67 extern sbd_error_t *drerr_new_v(int e_code, char *fmt, va_list args);
|
/titanic_41/usr/src/uts/i86pc/io/dr/ |
H A D | dr_util.c | 130 drerr_new_v(int e_code, char *fmt, va_list args) in drerr_new_v() function
|
H A D | dr.c | 2781 err = drerr_new_v(code, fmt, args); in dr_op_err()
|
/titanic_41/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_util.c | 130 drerr_new_v(int e_code, char *fmt, va_list args) in drerr_new_v() function
|
H A D | dr.c | 2811 err = drerr_new_v(code, fmt, args); in dr_op_err()
|