Home
last modified time | relevance | path

Searched refs:ERRMSGSIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dbofi.h59 #define ERRMSGSIZE 256 macro
234 char buffer[ERRMSGSIZE];
252 char buffer[ERRMSGSIZE];
/titanic_41/usr/src/uts/common/io/
H A Dbofi.c1240 ERRMSGSIZE); in bofi_ioctl()
1294 ERRMSGSIZE); in bofi_ioctl()
1359 ERRMSGSIZE); in bofi_ioctl()
1414 ERRMSGSIZE); in bofi_ioctl()
4487 arg->f_message, ERRMSGSIZE); in bofi_post_event()
4556 ERRMSGSIZE); in bofi_fm_ereport_callback()
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c1263 #define ERRMSGSIZE 10000 /* Hope this is big enough. No way to error check */ macro
1267 char errmsg[ERRMSGSIZE]; in ErrorMsg()