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

123

/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dlchown.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
50 if (ret < 0 && errno == EOPNOTSUPP)
H A Dlisten.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
50 if (ret < 0 && errno == EOPNOTSUPP)
H A Drecvmsg.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
50 if (ret < 0 && errno == EOPNOTSUPP)
H A Dsocketpair.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
52 if (ret < 0 && errno == EOPNOTSUPP)
H A Daccept.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dbind.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dconnect.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dgetpeername.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dgetsockname.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dsendmsg.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dgetattrlist.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
60 if (ret < 0 && errno == EOPNOTSUPP)
H A Drecvfrom.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
50 if (ret < 0 && errno == EOPNOTSUPP)
H A Dsendto.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
51 if (ret < 0 && errno == EOPNOTSUPP)
H A Dsetattrlist.c30 * We need conformance on so that EOPNOTSUPP=102. But the routine symbol
60 if (ret < 0 && errno == EOPNOTSUPP)
/xnu-2422.115.4/bsd/sys/
H A Derrno.h156 #define EOPNOTSUPP ENOTSUP /* Operation not supported on socket */ macro
253 #define EOPNOTSUPP 102 /* Operation not supported on socket */ macro
/xnu-2422.115.4/bsd/net/
H A Draw_usrreq.c206 /* pru_accept is EOPNOTSUPP */
232 /* pru_connect2 is EOPNOTSUPP */
233 /* pru_control is EOPNOTSUPP */
268 /* pru_listen is EOPNOTSUPP */
284 /* pru_rcvd is EOPNOTSUPP */
285 /* pru_rcvoob is EOPNOTSUPP */
307 error = EOPNOTSUPP;
312 error = EOPNOTSUPP;
317 error = EOPNOTSUPP;
H A Dether_inet6_pr_module.c246 error = EOPNOTSUPP;
H A Dif_vlan.c1782 return (EOPNOTSUPP);
1798 return (ifv == NULL ? EOPNOTSUPP : EBUSY);
1836 error = EOPNOTSUPP;
1844 return (ifv == NULL ? EOPNOTSUPP : EBUSY);
1913 error = (ifv == NULL ? EOPNOTSUPP : EBUSY);
1930 return (ifv == NULL ? EOPNOTSUPP : EBUSY);
1958 error = EOPNOTSUPP;
H A Dif_bond.c2003 return ((ifb == NULL ? EOPNOTSUPP : EBUSY));
2460 return ((ifb == NULL) ? EOPNOTSUPP : EBUSY);
2641 error = (ifb == NULL) ? EOPNOTSUPP : EBUSY;
2711 return (EOPNOTSUPP);
2727 return (ifb == NULL ? EOPNOTSUPP : EBUSY);
2767 error = (ifb == NULL) ? EOPNOTSUPP : EBUSY;
2781 error = (ifb == NULL) ? EOPNOTSUPP : EBUSY;
2820 error = EOPNOTSUPP;
2835 return (ifb == NULL ? EOPNOTSUPP : EBUSY);
2878 error = EOPNOTSUPP;
[all...]
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d227 inline int EOPNOTSUPP = 102;
228 #pragma D binding "1.0" EOPNOTSUPP
/xnu-2422.115.4/bsd/kern/
H A Duipc_socket2.c1894 * Some routines that return EOPNOTSUPP for entry points that are not
1901 return (EOPNOTSUPP);
1908 return (EOPNOTSUPP);
1915 return (EOPNOTSUPP);
1922 return (EOPNOTSUPP);
1929 return (EOPNOTSUPP);
1936 return (EOPNOTSUPP);
1946 return (EOPNOTSUPP);
1954 return (EOPNOTSUPP);
1961 return (EOPNOTSUPP);
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Dip_mroute.c100 return(EOPNOTSUPP);
110 return(EOPNOTSUPP);
136 return EOPNOTSUPP;
454 error = EOPNOTSUPP;
482 error = EOPNOTSUPP;
566 so->so_proto->pr_protocol != IPPROTO_IGMP) return EOPNOTSUPP;
721 return EOPNOTSUPP;
726 return EOPNOTSUPP;
1930 return EOPNOTSUPP;
1973 return EOPNOTSUPP;
[all...]
H A Din_mcast.c1546 return (EOPNOTSUPP);
1892 return (EOPNOTSUPP);
2197 return (EOPNOTSUPP);
2499 return (EOPNOTSUPP);
2693 return (EOPNOTSUPP);
2943 return (EOPNOTSUPP);
2954 error = EOPNOTSUPP;
3138 error = EOPNOTSUPP;
H A Dmptcp_usrreq.c733 error = EOPNOTSUPP;
1037 error = EOPNOTSUPP;
1042 error = EOPNOTSUPP;
1047 error = EOPNOTSUPP;
1238 error = EOPNOTSUPP;
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c426 { BSM_ERRNO_EOPNOTSUPP, EOPNOTSUPP, ES("Operation not supported") },

Completed in 63 milliseconds

123