/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sock_notsupp.c | 40 return (EOPNOTSUPP); in sock_accept_notsupp() 48 return (EOPNOTSUPP); in sock_bind_notsupp() 56 return (EOPNOTSUPP); in sock_listen_notsupp() 65 return (EOPNOTSUPP); in sock_connect_notsupp() 73 return (EOPNOTSUPP); in sock_getsockname_notsupp() 81 return (EOPNOTSUPP); in sock_getpeername_notsupp() 89 return (EOPNOTSUPP); in sock_getsockopt_notsupp() 97 return (EOPNOTSUPP); in sock_setsockopt_notsupp() 105 return (EOPNOTSUPP); in sock_send_notsupp() 113 return (EOPNOTSUPP); in sock_senduio_notsupp() [all …]
|
H A D | sockcommon_sops.c | 73 return (EOPNOTSUPP); in so_accept_notsupp() 80 return (EOPNOTSUPP); in so_listen_notsupp() 88 return (EOPNOTSUPP); in so_getsockname_notsupp() 96 return (EOPNOTSUPP); in so_getpeername_notsupp() 103 return (EOPNOTSUPP); in so_shutdown_notsupp() 111 return (EOPNOTSUPP); in so_sendmblk_notsupp() 344 EOPNOTSUPP : EINVAL); in so_accept() 388 return (EOPNOTSUPP); in so_sendmsg() 421 error = EOPNOTSUPP; in so_sendmsg() 494 return (EOPNOTSUPP); in so_sendmblk_impl() [all …]
|
H A D | socktpi.c | 1491 return (EOPNOTSUPP); in sotpi_listen() 2160 ? EOPNOTSUPP : EINVAL; in sotpi_accept() 2243 error = EOPNOTSUPP; in sotpi_connect() 3111 return (EOPNOTSUPP); in sotpi_recvmsg() 3750 return (EOPNOTSUPP); in sosend_dgramcmsg() 3845 return (EOPNOTSUPP); in sosend_svccmsg() 3883 return (EOPNOTSUPP); in sosend_svccmsg() 4370 error = EOPNOTSUPP; in sotpi_sendmsg() 4381 error = EOPNOTSUPP; in sotpi_sendmsg() 4570 return (EOPNOTSUPP); in sotpi_sendmblk() [all …]
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-error.c | 92 #ifndef EOPNOTSUPP 93 #define EOPNOTSUPP WSAEOPNOTSUPP macro 161 { PR_OPERATION_NOT_SUPPORTED_ERROR, EOPNOTSUPP },
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | chmod.c | 59 return (set_errno(EOPNOTSUPP)); in fchmodat()
|
/titanic_44/usr/src/stand/lib/tcpstubs/ |
H A D | tcpstubs.c | 54 errno = EOPNOTSUPP; in tcp_listen()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | errno.h | 92 #define EOPNOTSUPP 45 /* Operation not supported on socket */ macro
|
/titanic_44/usr/src/cmd/sendmail/db/db/ |
H A D | db_iface.c | 460 #ifdef EOPNOTSUPP 461 return (EOPNOTSUPP);
|
/titanic_44/usr/src/head/rpcsvc/ |
H A D | ufs_prot.x | 42 UFSDRC_OPNOTSUP = EOPNOTSUPP, /* daemons mode makes this unfeasible */
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | errno.h | 171 #define EOPNOTSUPP 122 /* Operation not supported on socket */ macro
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | s5errno.h | 151 #define EOPNOTSUPP 122 /* Operation not supported on socket */ macro
|
H A D | maperror.c | 220 case EOPNOTSUPP: in maperror()
|
/titanic_44/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_sdp.c | 85 *errorp = EOPNOTSUPP; in socksdp_create()
|
H A D | socksctp.c | 378 error = EOPNOTSUPP; in sosctp_connect() 510 return (EOPNOTSUPP); in sosctp_recvmsg() 526 return (EOPNOTSUPP); in sosctp_recvmsg() 742 return (EOPNOTSUPP); in sosctp_sendmsg() 1354 error = EOPNOTSUPP; in sosctp_setsockopt() 1677 return (EOPNOTSUPP); in sosctp_ioctl()
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolsException.java | 536 public static final int EOPNOTSUPP = 122; field in PoolsException
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | ufs_prot.h | 56 UFSDRC_OPNOTSUP = EOPNOTSUPP,
|
/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_kutil.c | 184 EOPNOTSUPP, /* TNOTSUPPORT */
|
/titanic_44/usr/src/stand/lib/sock/ |
H A D | socket.c | 418 errno = EOPNOTSUPP; in shutdown() 681 errno = EOPNOTSUPP; in listen() 702 errno = EOPNOTSUPP; in accept()
|
/titanic_44/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rds_ioctl.c | 270 err = EOPNOTSUPP; in rds_ioctl_copyin_done()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | proto_set.c | 251 EOPNOTSUPP, /* TNOTSUPPORT */
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 650 return (EOPNOTSUPP); in tcp_opt_set() 683 return (EOPNOTSUPP); in tcp_opt_set()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | labelsys.c | 556 retv = EOPNOTSUPP; in tnrh() 724 retv = EOPNOTSUPP; in tnrhtp() 1015 retv = EOPNOTSUPP; in tnmlp()
|
/titanic_44/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_connects.c | 47 (errno != EAFNOSUPPORT && errno != EOPNOTSUPP) ? -1 : ( \
|
/titanic_44/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | kdb5_create.c | 523 return EOPNOTSUPP;
|
/titanic_44/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 704 rval = EOPNOTSUPP; in ksocket_ioctl() 715 rval = EOPNOTSUPP; in ksocket_ioctl()
|