Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dbofi.h57 #define ERRMSGSIZE 256 macro
232 char buffer[ERRMSGSIZE];
250 char buffer[ERRMSGSIZE];
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c1243 ERRMSGSIZE); in bofi_ioctl()
1297 ERRMSGSIZE); in bofi_ioctl()
1362 ERRMSGSIZE); in bofi_ioctl()
1417 ERRMSGSIZE); in bofi_ioctl()
4490 arg->f_message, ERRMSGSIZE); in bofi_post_event()
4559 ERRMSGSIZE); in bofi_fm_ereport_callback()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c1260 #define ERRMSGSIZE 10000 /* Hope this is big enough. No way to error check */ macro
1264 char errmsg[ERRMSGSIZE]; in ErrorMsg()