Searched refs:werr (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/localedef/ |
H A D | wide.c | 148 werr(const char *fmt, ...) in werr() function 170 werr("invalid or unsupported multibyte locale"); in towide_none() 181 werr("invalid or unsupported multibyte locale"); in tomb_none() 224 werr("utf8 encoding too large (%s)", show_mb(mb)); in towide_utf8() 228 werr("incomplete utf8 sequence (%s)", show_mb(mb)); in towide_utf8() 234 werr("illegal utf8 byte (%x)", s[i]); in towide_utf8() 242 werr("illegal redundant utf8 encoding (%s)", show_mb(mb)); in towide_utf8() 272 werr("illegal uf8 char (%x)", wc); in tomb_utf8() 309 werr("incomplete character sequence (%s)", show_mb(mb)); in towide_dbcs() 399 werr("incomplete character sequence (%s)", show_mb(mb)); in towide_gb18030() [all …]
|
/titanic_41/usr/src/lib/libzpool/common/ |
H A D | util.c | 76 char rops[6], wops[6], rbytes[6], wbytes[6], rerr[6], werr[6], cerr[6]; in show_vdev_stats() local 105 nicenum(vs->vs_write_errors, werr); in show_vdev_stats() 115 rops, wops, rbytes, wbytes, rerr, werr, cerr); in show_vdev_stats()
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | collect.c | 267 goto werr; in collect() 331 goto werr; in collect() 339 goto werr; in collect() 546 goto werr; in collect() 599 goto werr; in collect() 710 werr: in collect()
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_mddb.c | 3541 int werr; in dt_write() local 3578 werr = writeblks(s, (caddr_t)dtp, lbp->lb_dtfirstblk, in dt_write() 3581 if (werr) { in dt_write() 3582 err |= werr; in dt_write()
|