/illumos-gate/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 | 74 return (EOPNOTSUPP); in so_accept_notsupp() 81 return (EOPNOTSUPP); in so_listen_notsupp() 89 return (EOPNOTSUPP); in so_getsockname_notsupp() 97 return (EOPNOTSUPP); in so_getpeername_notsupp() 104 return (EOPNOTSUPP); in so_shutdown_notsupp() 112 return (EOPNOTSUPP); in so_sendmblk_notsupp() 318 EOPNOTSUPP : EINVAL); in so_accept() 362 return (EOPNOTSUPP); in so_sendmsg() 395 error = EOPNOTSUPP; in so_sendmsg() 468 return (EOPNOTSUPP); in so_sendmblk_impl() [all …]
|
H A D | socktpi.c | 1460 return (EOPNOTSUPP); in sotpi_listen() 2089 ? EOPNOTSUPP : EINVAL; in sotpi_accept() 2172 error = EOPNOTSUPP; in sotpi_connect() 2970 return (EOPNOTSUPP); in sotpi_recvmsg() 3574 return (EOPNOTSUPP); in sosend_dgramcmsg() 3678 return (EOPNOTSUPP); in sosend_svccmsg() 3716 return (EOPNOTSUPP); in sosend_svccmsg() 4302 error = EOPNOTSUPP; in sotpi_sendmsg() 4313 error = EOPNOTSUPP; in sotpi_sendmsg() 4504 return (EOPNOTSUPP); in sotpi_sendmblk() [all …]
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-error.c | 90 #ifndef EOPNOTSUPP 91 #define EOPNOTSUPP WSAEOPNOTSUPP macro 159 { PR_OPERATION_NOT_SUPPORTED_ERROR, EOPNOTSUPP },
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | errno.h | 106 #define EOPNOTSUPP 45 /* Operation not supported */ macro 107 #define ENOTSUP EOPNOTSUPP /* Operation not supported */
|
H A D | exec.h | 117 error = EOPNOTSUPP; \
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | fstat.c | 51 errno = EOPNOTSUPP; in fstat()
|
H A D | strerror.c | 58 {EOPNOTSUPP, "operation not supported"},
|
/illumos-gate/usr/src/stand/lib/tcpstubs/ |
H A D | tcpstubs.c | 54 errno = EOPNOTSUPP; in tcp_listen()
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_iface.c | 458 #ifdef EOPNOTSUPP 459 return (EOPNOTSUPP);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | errno.h | 169 #define EOPNOTSUPP 122 /* Operation not supported on socket */ macro
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | ufs_prot.x | 40 UFSDRC_OPNOTSUP = EOPNOTSUPP, /* daemons mode makes this unfeasible */
|
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_sdp.c | 85 *errorp = EOPNOTSUPP; in socksdp_create()
|
H A D | socksctp.c | 388 error = EOPNOTSUPP; in sosctp_connect() 519 return (EOPNOTSUPP); in sosctp_recvmsg() 535 return (EOPNOTSUPP); in sosctp_recvmsg() 751 return (EOPNOTSUPP); in sosctp_sendmsg() 1363 error = EOPNOTSUPP; in sosctp_setsockopt() 1686 return (EOPNOTSUPP); in sosctp_ioctl()
|
/illumos-gate/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
|
/illumos-gate/usr/src/boot/common/ |
H A D | load_elf.c | 964 if (error == EOPNOTSUPP) in __elfN() 971 if (error == EOPNOTSUPP) { in __elfN() 983 if (error == EOPNOTSUPP) { in __elfN() 995 if (error == EOPNOTSUPP) { in __elfN() 1118 return (EOPNOTSUPP); in __elfN()
|
H A D | reloc_elf.c | 229 return (EOPNOTSUPP); in __elfN()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_prot.h | 56 UFSDRC_OPNOTSUP = EOPNOTSUPP,
|
/illumos-gate/usr/src/uts/common/ktli/ |
H A D | t_kutil.c | 184 EOPNOTSUPP, /* TNOTSUPPORT */
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_virtio_block.c | 253 if (err == EOPNOTSUPP || err == ENOSYS) in pci_vtblk_done_locked() 401 pci_vtblk_done_locked(io, EOPNOTSUPP); in pci_vtblk_proc()
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | epoll.c | 185 errno = EOPNOTSUPP; in epoll_ctl()
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_open.c | 230 error = EOPNOTSUPP; in vn_open()
|
/illumos-gate/usr/src/stand/lib/sock/ |
H A D | socket.c | 417 errno = EOPNOTSUPP; in shutdown() 680 errno = EOPNOTSUPP; in listen() 701 errno = EOPNOTSUPP; in accept()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fs_subr.c | 281 error = EOPNOTSUPP; in fs_frlock() 356 error = EOPNOTSUPP; in fs_frlock()
|
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/ |
H A D | fake_ktli.c | 105 EOPNOTSUPP, /* TNOTSUPPORT */
|