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

123

/darwin-on-arm/xnu/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)
/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h151 #define EOPNOTSUPP ENOTSUP /* Operation not supported on socket */ macro
248 #define EOPNOTSUPP 102 /* Operation not supported on socket */ macro
/darwin-on-arm/xnu/bsd/net/
H A Draw_usrreq.c200 /* pru_accept is EOPNOTSUPP */
226 /* pru_connect2 is EOPNOTSUPP */
227 /* pru_control is EOPNOTSUPP */
262 /* pru_listen is EOPNOTSUPP */
278 /* pru_rcvd is EOPNOTSUPP */
279 /* pru_rcvoob is EOPNOTSUPP */
301 error = EOPNOTSUPP;
306 error = EOPNOTSUPP;
311 error = EOPNOTSUPP;
H A Dether_at_pr_module.c214 error = EOPNOTSUPP;
H A Dether_inet6_pr_module.c234 error = EOPNOTSUPP;
H A Dif_vlan.c1779 return (EOPNOTSUPP);
1795 return (ifv == NULL ? EOPNOTSUPP : EBUSY);
1833 error = EOPNOTSUPP;
1841 return (ifv == NULL ? EOPNOTSUPP : EBUSY);
1910 error = (ifv == NULL ? EOPNOTSUPP : EBUSY);
1927 return (ifv == NULL ? EOPNOTSUPP : EBUSY);
1955 error = EOPNOTSUPP;
H A Ddlil.c3494 int retval = EOPNOTSUPP;
3502 return (EOPNOTSUPP);
3522 if (retval == EOPNOTSUPP || result == EJUSTRETURN) {
3524 result = EOPNOTSUPP;
3526 if (retval != 0 && retval != EOPNOTSUPP) {
3551 result = EOPNOTSUPP;
3558 if (retval == EOPNOTSUPP || result == EJUSTRETURN) {
3560 result = EOPNOTSUPP;
3562 if (retval && retval != EOPNOTSUPP)
3568 /* retval is either 0 or EOPNOTSUPP */
[all...]
H A Dif_bond.c2000 return ((ifb == NULL ? EOPNOTSUPP : EBUSY));
2457 return ((ifb == NULL) ? EOPNOTSUPP : EBUSY);
2638 error = (ifb == NULL) ? EOPNOTSUPP : EBUSY;
2708 return (EOPNOTSUPP);
2724 return (ifb == NULL ? EOPNOTSUPP : EBUSY);
2764 error = (ifb == NULL) ? EOPNOTSUPP : EBUSY;
2778 error = (ifb == NULL) ? EOPNOTSUPP : EBUSY;
2817 error = EOPNOTSUPP;
2832 return (ifb == NULL ? EOPNOTSUPP : EBUSY);
2875 error = EOPNOTSUPP;
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c1517 * Some routines that return EOPNOTSUPP for entry points that are not
1523 return (EOPNOTSUPP);
1529 return (EOPNOTSUPP);
1536 return (EOPNOTSUPP);
1543 return (EOPNOTSUPP);
1550 return (EOPNOTSUPP);
1556 return (EOPNOTSUPP);
1563 return (EOPNOTSUPP);
1569 return (EOPNOTSUPP);
1575 return (EOPNOTSUPP);
[all...]
/darwin-on-arm/xnu/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;
725 return EOPNOTSUPP;
730 return EOPNOTSUPP;
1936 return EOPNOTSUPP;
1979 return EOPNOTSUPP;
[all...]
H A Din.c359 * EOPNOTSUPP
742 if (error == EOPNOTSUPP) {
1046 if (error == EOPNOTSUPP)
1151 if (error == EOPNOTSUPP)
1219 error = EOPNOTSUPP;
1274 return EOPNOTSUPP;
1410 return EOPNOTSUPP; /*just for safety*/
1607 if (error == EOPNOTSUPP)
1624 if (error == EOPNOTSUPP)
H A Din_mcast.c1519 return (EOPNOTSUPP);
1860 return (EOPNOTSUPP);
2162 return (EOPNOTSUPP);
2457 return (EOPNOTSUPP);
2644 return (EOPNOTSUPP);
2888 return (EOPNOTSUPP);
2899 error = EOPNOTSUPP;
3083 error = EOPNOTSUPP;

Completed in 220 milliseconds

123