Home
last modified time | relevance | path

Searched refs:EPROTONOSUPPORT (Results 1 – 25 of 51) sorted by relevance

123

/titanic_41/usr/src/lib/libsocket/socket/
H A Dsocket.c117 saved_errno = EPROTONOSUPPORT; in _socket_create()
119 case EPROTONOSUPPORT: in _socket_create()
146 errno = EPROTONOSUPPORT; in _socket_create()
H A D_soutil.c185 errno = EPROTONOSUPPORT; in _s_match_netconf()
241 errno = EPROTONOSUPPORT; in _s_match_netconf()
/titanic_41/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c95 #ifndef EPROTONOSUPPORT
96 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
162 { PR_PROTOCOL_NOT_SUPPORTED_ERROR, EPROTONOSUPPORT },
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dsocket.c48 errno = EPROTONOSUPPORT;
H A Dsocketpair.c50 errno = EPROTONOSUPPORT;
H A Ds5errno.h149 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
H A Dmaperror.c214 case EPROTONOSUPPORT: in maperror()
/titanic_41/usr/src/uts/common/io/ib/clients/sdp/
H A Dsdpddi.c154 ret = EPROTONOSUPPORT; in sdp_open_sdpib_driver()
161 ret = EPROTONOSUPPORT; in sdp_open_sdpib_driver()
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dnewvc.c107 err = EPROTONOSUPPORT; /* in case no AF match */ in smb_ctx_newvc()
H A Dfindvc.c111 err = EPROTONOSUPPORT; in smb_ctx_findvc()
H A Dnb_name.c90 return (EPROTONOSUPPORT); in nb_sockaddr()
H A Dconnect.c453 err = EPROTONOSUPPORT; in smb_iod_connect()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h90 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/titanic_41/usr/src/lib/libsocket/inet/
H A Dbindresvport.c88 errno = EPROTONOSUPPORT; in bindresvport()
H A Dgetaddrinfo.c434 errno = EPROTONOSUPPORT; in _getaddrinfo()
/titanic_41/usr/src/uts/common/sys/
H A Derrno.h169 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java526 public static final int EPROTONOSUPPORT = 120; field in PoolsException
/titanic_41/usr/src/uts/common/rpc/
H A Drdma_subr.c478 return (EPROTONOSUPPORT); in rdma_modload()
485 return (EPROTONOSUPPORT); in rdma_modload()
H A Dclnt_gen.c140 return (EPROTONOSUPPORT); in clnt_tli_kcreate()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c407 if (error != EPROTONOSUPPORT) { in nfsdyn_mountroot()
429 if (error != EPROTONOSUPPORT) { in nfsdyn_mountroot()
H A Dnfs_dlinet.c346 rc = EPROTONOSUPPORT; in mount_root()
353 rc = EPROTONOSUPPORT; in mount_root()
356 rc = EPROTONOSUPPORT; in mount_root()
506 return (EPROTONOSUPPORT); /* XXX */ in mountnfs3()
542 ret = EPROTONOSUPPORT; in mountnfs3()
941 return (EPROTONOSUPPORT); in getfile()
2667 return (EPROTONOSUPPORT); in init_mountopts()
2683 return (EPROTONOSUPPORT); in init_mountopts()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c99 if (saved_error && (*errorp == EPROTONOSUPPORT || in socket_create()
118 if (saved_error && (*errorp == EPROTONOSUPPORT || in socket_create()
/titanic_41/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c920 ret = EPROTONOSUPPORT; in rds_open_transport_driver()
927 ret = EPROTONOSUPPORT; in rds_open_transport_driver()
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c651 case EPROTONOSUPPORT: in send_vc()
830 case EPROTONOSUPPORT: in send_dg()
/titanic_41/usr/src/stand/lib/sock/
H A Dsocket.c105 errno = EPROTONOSUPPORT; in socket()
734 errno = EPROTONOSUPPORT; in connect()

123