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

123

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsock_notsupp.c40 return (EOPNOTSUPP);
48 return (EOPNOTSUPP);
56 return (EOPNOTSUPP);
65 return (EOPNOTSUPP);
73 return (EOPNOTSUPP);
81 return (EOPNOTSUPP);
89 return (EOPNOTSUPP);
97 return (EOPNOTSUPP);
105 return (EOPNOTSUPP);
113 return (EOPNOTSUPP);
[all...]
H A Dsockcommon_sops.c73 return (EOPNOTSUPP);
80 return (EOPNOTSUPP);
88 return (EOPNOTSUPP);
96 return (EOPNOTSUPP);
103 return (EOPNOTSUPP);
111 return (EOPNOTSUPP);
344 EOPNOTSUPP : EINVAL);
388 return (EOPNOTSUPP);
421 error = EOPNOTSUPP;
494 return (EOPNOTSUPP);
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dfstat.c53 errno = EOPNOTSUPP;
H A Dstrerror.c58 {EOPNOTSUPP, "operation not supported"},
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h106 #define EOPNOTSUPP 45 /* Operation not supported */ macro
107 #define ENOTSUP EOPNOTSUPP /* Operation not supported */
H A Dexec.h117 error = EOPNOTSUPP; \
/illumos-gate/usr/src/stand/lib/tcpstubs/
H A Dtcpstubs.c54 errno = EOPNOTSUPP;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c92 #ifndef EOPNOTSUPP
93 #define EOPNOTSUPP WSAEOPNOTSUPP macro
161 { PR_OPERATION_NOT_SUPPORTED_ERROR, EOPNOTSUPP },
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h92 #define EOPNOTSUPP 45 /* Operation not supported on socket */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h151 #define EOPNOTSUPP 122 /* Operation not supported on socket */ macro
H A Dmaperror.c220 case EOPNOTSUPP:
/illumos-gate/usr/src/uts/common/syscall/
H A Dchmod.c59 return (set_errno(EOPNOTSUPP));
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h171 #define EOPNOTSUPP 122 /* Operation not supported on socket */ macro
/illumos-gate/usr/src/head/rpcsvc/
H A Dufs_prot.x42 UFSDRC_OPNOTSUP = EOPNOTSUPP, /* daemons mode makes this unfeasible */
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java534 * EOPNOTSUPP.
536 public static final int EOPNOTSUPP = 122; field in class:PoolsException
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_notify.c379 (void) mdsyserror(ep, EOPNOTSUPP, "EOPNOTSUPP");
380 return (-EOPNOTSUPP);
398 (void) mdsyserror(ep, EOPNOTSUPP, "EOPNOTSUPP");
399 return (EOPNOTSUPP);
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c85 *errorp = EOPNOTSUPP;
H A Dsocksctp.c379 error = EOPNOTSUPP;
510 return (EOPNOTSUPP);
526 return (EOPNOTSUPP);
742 return (EOPNOTSUPP);
852 * In this case, sosctp_connect() returns EOPNOTSUPP
1354 error = EOPNOTSUPP;
1677 return (EOPNOTSUPP);
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_iface.c460 #ifdef EOPNOTSUPP
461 return (EOPNOTSUPP);
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kutil.c184 EOPNOTSUPP, /* TNOTSUPPORT */
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_prot.h56 UFSDRC_OPNOTSUP = EOPNOTSUPP,
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dreloc_elf.c229 return (EOPNOTSUPP);
H A Dload_elf.c913 if (error == EOPNOTSUPP)
920 if (error == EOPNOTSUPP) {
932 if (error == EOPNOTSUPP) {
944 if (error == EOPNOTSUPP) {
1046 * Returns EOPNOTSUPP if no relocation method is supplied.
1063 return (EOPNOTSUPP);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c170 errno = EOPNOTSUPP;
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c251 EOPNOTSUPP, /* TNOTSUPPORT */

Completed in 145 milliseconds

123