Home
last modified time | relevance | path

Searched refs:EJUSTRETURN (Results 1 – 25 of 42) sorted by relevance

12

/xnu-10063.101.15/bsd/dev/i386/
H A Dsystemcalls.c219 } else if (error != EJUSTRETURN) { in unix_syscall()
411 } else if (error != EJUSTRETURN) { in unix_syscall64()
513 } else if (error != EJUSTRETURN) { in unix_syscall_return()
566 } else if (error != EJUSTRETURN) { in unix_syscall_return()
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c280 if (err == EJUSTRETURN && m != NULL) { in fsw_ethernet_resolve()
289 if (err == EJUSTRETURN) { in fsw_ethernet_resolve()
419 err = EJUSTRETURN; in fsw_ethernet_resolve()
460 if (__improbable(err != 0 && err != EJUSTRETURN)) { in fsw_ethernet_resolve()
/xnu-10063.101.15/bsd/sys/
H A Derrno.h271 #define EJUSTRETURN (-2) /* don't modify regs, just return */ macro
/xnu-10063.101.15/bsd/net/
H A Dether_if_module.c557 return EJUSTRETURN; in ether_frameout_extended()
567 return EJUSTRETURN; in ether_frameout_extended()
H A Dif_bridge.c392 #define _EBADIP EJUSTRETURN
393 #define _EBADIPCHECKSUM EJUSTRETURN
394 #define _EBADIPV6 EJUSTRETURN
395 #define _EBADUDP EJUSTRETURN
396 #define _EBADTCP EJUSTRETURN
397 #define _EBADUDPCHECKSUM EJUSTRETURN
398 #define _EBADTCPCHECKSUM EJUSTRETURN
2285 error = EJUSTRETURN; in bridge_iff_input()
2339 if (error != 0 && error != EJUSTRETURN) { in bridge_iff_output()
5276 return EJUSTRETURN;
[all …]
H A Dether_inet6_pr_module.c156 return EJUSTRETURN; in ether_inet6_input()
H A Dif_loop.c214 return EJUSTRETURN; in lo_framer()
447 return EJUSTRETURN; in lo_pre_output()
H A Dif_pflog.c342 return EJUSTRETURN; in pflogdemux()
H A Dether_inet_pr_module.c233 return EJUSTRETURN; in ether_inet_input()
H A Dif_stf.c621 result = EJUSTRETURN; in stf_pre_output()
H A Ddlil.c6177 if (error != 0 && error != EJUSTRETURN) { in dlil_ifproto_input()
6186 if (error != 0 && error != EJUSTRETURN) { in dlil_ifproto_input()
6389 if (error == EJUSTRETURN) { in dlil_input_packet_list_common()
6546 if (error != EJUSTRETURN) { in dlil_input_packet_list_common()
7060 if (retval == EJUSTRETURN) { in dlil_output()
7141 if (retval != EJUSTRETURN) { in dlil_output()
7182 if (retval != EJUSTRETURN) { in dlil_output()
7395 if (retval == EJUSTRETURN) { in dlil_output()
7853 if (retval == EOPNOTSUPP || result == EJUSTRETURN) { in ifnet_ioctl()
7891 if (retval == EOPNOTSUPP || result == EJUSTRETURN) { in ifnet_ioctl()
[all …]
H A Dif_gif.c618 error = EJUSTRETURN; /* if no error, packet got sent already */ in gif_output()
H A Dpacket_mangler.c1027 return EJUSTRETURN; in pktmnglr_ipfilter_input()
H A Dndrv.c193 return EJUSTRETURN; in ndrv_input()
H A Dcontent_filter.c2084 if (error == EJUSTRETURN) { in cfil_ctl_send()
2096 if (error == EJUSTRETURN) { in cfil_ctl_send()
4315 error = EJUSTRETURN; in cfil_data_filter()
4668 error = EJUSTRETURN; in cfil_update_data_offsets()
5404 error = EJUSTRETURN; in cfil_sock_shutdown()
6619 error = EJUSTRETURN; in cfil_sock_udp_shutdown()
/xnu-10063.101.15/bsd/dev/arm/
H A Dsystemcalls.c300 } else if (error != EJUSTRETURN) { in arm_prepare_u32_syscall_return()
504 } else if (error != EJUSTRETURN) { in arm_prepare_u64_syscall_return()
H A Dunix_signal.c928 return EJUSTRETURN; in sigreturn()
/xnu-10063.101.15/bsd/kern/
H A Duipc_socket.c951 if (error == EJUSTRETURN) { in sobindlock()
1056 if (error == EJUSTRETURN) { in solisten()
1618 if (error == EJUSTRETURN) { in soacceptfilter()
1738 if (error == EJUSTRETURN) { in soconnectlock()
1892 if (error == EJUSTRETURN) { in soconnectxlocked()
2555 if (error == EJUSTRETURN) { in sosend()
2568 if (error == EJUSTRETURN) { in sosend()
2819 if (error != 0 && error != EJUSTRETURN) { in sosend_list()
2832 if (error != 0 && error != EJUSTRETURN) { in sosend_list()
2839 if (error == EJUSTRETURN) { in sosend_list()
[all …]
H A Dsys_socket.c279 if (error == EJUSTRETURN) { in soioctl()
H A Duipc_socket2.c903 if (error != EJUSTRETURN) { in sbappend_common()
982 if (error != EJUSTRETURN) { in sbappendstream()
1147 if (error != EJUSTRETURN) { in sbappendrecord_common()
1367 if (error != EJUSTRETURN) { in sbappendaddr()
1524 if (error != EJUSTRETURN) { in sbappendcontrol()
/xnu-10063.101.15/bsd/dev/dtrace/
H A Dsystrace.c219 } else if (rval != EJUSTRETURN) { in dtrace_systrace_syscall()
303 } else if (rval != EJUSTRETURN) { in dtrace_systrace_syscall_return()
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c747 SK_KVA(fr), (err == EJUSTRETURN ? "pending" : in flow_route_find()
752 SK_KVA(fr), (err == EJUSTRETURN ? "pending" : in flow_route_find()
756 if (err == EJUSTRETURN) { in flow_route_find()
/xnu-10063.101.15/bsd/miscfs/bindfs/
H A Dbind_vnops.c239 if ((error == 0 || error == EJUSTRETURN) && lvp != NULL) { in bind_lookup()
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_lookup.c1343 if (error != EJUSTRETURN) {
1852 if (error != EJUSTRETURN) {
/xnu-10063.101.15/bsd/netinet/
H A Dip_output.c1009 if (result == EJUSTRETURN) { in ip_output_list()
1173 if (result == EJUSTRETURN) { in ip_output_list()
1519 if (result == EJUSTRETURN) { in ip_output_list()

12