Searched refs:EBADMSG (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h135 #define EBADMSG 76 /* Trying to read unreadable message */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h121 #define EBADMSG 77 /* trying to read unreadable message */ macro
H A Dmaperror.c177 case EBADMSG:
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c528 errno = EBADMSG;
538 errno = EBADMSG;
564 errno = EBADMSG;
577 errno = EBADMSG;
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h141 #define EBADMSG 77 /* trying to read unreadable message */ macro
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A D_putmessage.c56 errno = EBADMSG;
H A D_getmessage.c77 errno = EBADMSG;
H A Dmlisten.c309 if (errno == EBADMSG)
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h171 #define EBADMSG 89 /* Bad message */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c221 return (EBADMSG);
265 return (EBADMSG);
269 return (EBADMSG);
274 return (EBADMSG);
382 err = EBADMSG;
428 return (EBADMSG);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java409 * EBADMSG.
411 public static final int EBADMSG = 77; field in class:PoolsException
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_krcvudat.c295 error = EBADMSG;
302 error = EBADMSG;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c4340 return (EBADMSG);
4346 return (EBADMSG);
4358 * EBADMSG so the message will get "nack"ed; vds_supported_version()
4363 return (EBADMSG);
4441 return (EBADMSG);
4446 return (EBADMSG);
4452 return (EBADMSG);
4568 return (EBADMSG);
4576 return (EBADMSG);
4581 return (EBADMSG);
[all...]
H A Dvnet_gen.c3501 return (EBADMSG);
H A Dvdc.c5158 status = EBADMSG;
/illumos-gate/usr/src/uts/common/inet/
H A Dsnmpcom.c183 optcom_err_ack(q, mp, TSYSERR, EBADMSG);
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c163 if (error == EBADMSG && retries-- > 0)
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Doplkmdrv.c536 return (EBADMSG);
553 return (EBADMSG);
594 return (EBADMSG);
632 return (EBADMSG);
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c584 if (((fd = lpd_open(svc, 's', list, 15)) < 0) && (errno != EBADMSG)) {
598 case EBADMSG:
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c322 *err = EBADMSG;
336 *err = EBADMSG;
347 *err = EBADMSG;
356 *err = EBADMSG;
826 return (EBADMSG);
2025 return (EBADMSG);
2038 return (EBADMSG);
2233 return (EBADMSG);
H A Dksslapi.c1052 error = EBADMSG;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c378 if (error == EBADMSG) {
379 cmn_err(CE_WARN, "\tnfs_dump: received EBADMSG");
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c357 * they fail with errno == EBADMSG. Trigger any registered notification.
372 errno = EBADMSG;
1071 errno = EBADMSG;
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c1071 errno = EBADMSG;
1130 errno = EBADMSG;
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1140 * EBADMSG error return, unless either RD_PROTDAT or RD_PROTDIS are set.
1464 error = EBADMSG;
4491 * RPROTNORM - fail read with EBADMSG for M_[PC]PROTOs
4951 return (EBADMSG);
5323 return (EBADMSG);
6720 return (EBADMSG);
7308 return (EBADMSG);

Completed in 217 milliseconds