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

12

/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A D_getmessage.c70 errno = ENOMSG;
102 errno = ENOMSG;
114 errno = ENOMSG;
126 errno = ENOMSG;
136 errno = ENOMSG;
147 errno = ENOMSG;
156 errno = ENOMSG;
H A Dstreamio.c134 errno = ENOMSG;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcatgets.c119 errno = ENOMSG;
128 errno = ENOMSG;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h134 #define ENOMSG 75 /* No message of desired type */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h78 #define ENOMSG 35 /* No message of desired type */ macro
H A Dmaperror.c156 case ENOMSG:
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h87 #define ENOMSG 35 /* No message of desired type */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h162 #define ENOMSG 83 /* No message of desired type */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java209 * ENOMSG.
211 public static final int ENOMSG = 35; field in class:PoolsException
/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode_test.c100 else if (strcmp(s, "ENOMSG") == 0)
101 return (ENOMSG);
H A Ddiagcode.c431 errno = ENOMSG;
560 errno = ENOMSG;
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_pkt.c150 err = ENOMSG;
H A Dsoftmac_fp.c574 ASSERT(err == ENOMSG);
643 ASSERT(err == ENOMSG);
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c1344 * ENOMSG - got an unexpected response from the LDOM cpu service
1360 return (ENOMSG);
1388 rc = ENOMSG;
1427 * ENOMSG - got an unexpected response from the LDOM cpu service
1444 return (ENOMSG);
1474 rc = ENOMSG;
1705 rc = ENOMSG;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c4334 return (ENOMSG); /* not a version message */
4435 return (ENOMSG);
4562 return (ENOMSG);
4699 return (ENOMSG);
4724 return (ENOMSG);
4781 return (ENOMSG);
4927 return (ENOMSG);
4983 return (ENOMSG);
4987 return (ENOMSG);
5068 } else if (status != ENOMSG) {
[all...]
H A Dvdc.c1659 status = ENOMSG;
1754 status = ENOMSG;
3895 return (ENOMSG);
3917 return (ENOMSG);
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c161 errno = ENOMSG;
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Doplkmdrv.c491 if (ret != ENOMSG) {
518 if (ret == ENOMSG || ret == EMSGSIZE) {
H A Ddm2s.c1033 if ((!DM2S_MBOX_READY(dm2sp)) || (ret != ENOMSG && ret != EMSGSIZE)) {
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c1015 code, codelen)) == 0 || errno != ENOMSG)
1019 return (fmd_set_errno(ENOMSG));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c646 errno = ENOMSG;
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c536 errno = ENOMSG;
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_fcoe.c1718 return ENOMSG; /* no graceful unload with bnxef */
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c751 error = ENOMSG;
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c2709 rv = ENOMSG;

Completed in 467 milliseconds

12