Home
last modified time | relevance | path

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

12

/xnu-8792.61.2/bsd/dev/i386/
H A Dsystemcalls.c223 } else if (error != EJUSTRETURN) { in unix_syscall()
419 } else if (error != EJUSTRETURN) { in unix_syscall64()
521 } else if (error != EJUSTRETURN) { in unix_syscall_return()
574 } else if (error != EJUSTRETURN) { in unix_syscall_return()
H A Dunix_signal.c795 int rval = EJUSTRETURN; in sigreturn()
/xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c282 if (err == EJUSTRETURN && m != NULL) { in fsw_ethernet_resolve()
291 if (err == EJUSTRETURN) { in fsw_ethernet_resolve()
422 err = EJUSTRETURN; in fsw_ethernet_resolve()
464 if (__improbable(err != 0 && err != EJUSTRETURN)) { in fsw_ethernet_resolve()
/xnu-8792.61.2/bsd/sys/
H A Derrno.h271 #define EJUSTRETURN (-2) /* don't modify regs, just return */ macro
/xnu-8792.61.2/bsd/net/
H A Dif_bridge.c390 #define _EBADIP EJUSTRETURN
391 #define _EBADIPCHECKSUM EJUSTRETURN
392 #define _EBADIPV6 EJUSTRETURN
393 #define _EBADUDP EJUSTRETURN
394 #define _EBADTCP EJUSTRETURN
395 #define _EBADUDPCHECKSUM EJUSTRETURN
396 #define _EBADTCPCHECKSUM EJUSTRETURN
2216 error = EJUSTRETURN; in bridge_iff_input()
2270 if (error != 0 && error != EJUSTRETURN) { in bridge_iff_output()
5118 return EJUSTRETURN;
[all …]
H A Dether_if_module.c555 return EJUSTRETURN; in ether_frameout_extended()
565 return EJUSTRETURN; in ether_frameout_extended()
H A Dether_inet6_pr_module.c154 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.c284 return EJUSTRETURN; in pflogdemux()
H A Dether_inet_pr_module.c225 return EJUSTRETURN; in ether_inet_input()
H A Dif_stf.c619 result = EJUSTRETURN; in stf_pre_output()
H A Ddlil.c5910 if (error != 0 && error != EJUSTRETURN) { in dlil_ifproto_input()
5919 if (error != 0 && error != EJUSTRETURN) { in dlil_ifproto_input()
6122 if (error == EJUSTRETURN) { in dlil_input_packet_list_common()
6279 if (error != EJUSTRETURN) { in dlil_input_packet_list_common()
6775 if (retval == EJUSTRETURN) { in dlil_output()
6853 if (retval != EJUSTRETURN) { in dlil_output()
6894 if (retval != EJUSTRETURN) { in dlil_output()
7108 if (retval == EJUSTRETURN) { in dlil_output()
7536 if (retval == EOPNOTSUPP || result == EJUSTRETURN) { in ifnet_ioctl()
7574 if (retval == EOPNOTSUPP || result == EJUSTRETURN) { in ifnet_ioctl()
[all …]
H A Dpacket_mangler.c1026 return EJUSTRETURN; in pktmnglr_ipfilter_input()
H A Dif_gif.c622 error = EJUSTRETURN; /* if no error, packet got sent already */ in gif_output()
H A Dndrv.c193 return EJUSTRETURN; in ndrv_input()
H A Dcontent_filter.c2052 if (error == EJUSTRETURN) { in cfil_ctl_send()
2064 if (error == EJUSTRETURN) { in cfil_ctl_send()
4135 error = EJUSTRETURN; in cfil_data_filter()
4473 error = EJUSTRETURN; in cfil_update_data_offsets()
5209 error = EJUSTRETURN; in cfil_sock_shutdown()
6424 error = EJUSTRETURN; in cfil_sock_udp_shutdown()
/xnu-8792.61.2/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()
/xnu-8792.61.2/bsd/dev/dtrace/
H A Dsystrace.c218 } else if (rval != EJUSTRETURN) { in dtrace_systrace_syscall()
302 } else if (rval != EJUSTRETURN) { in dtrace_systrace_syscall_return()
/xnu-8792.61.2/bsd/kern/
H A Duipc_socket.c943 if (error == EJUSTRETURN) { in sobindlock()
1048 if (error == EJUSTRETURN) { in solisten()
1610 if (error == EJUSTRETURN) { in soacceptfilter()
1729 if (error == EJUSTRETURN) { in soconnectlock()
1883 if (error == EJUSTRETURN) { in soconnectxlocked()
2546 if (error == EJUSTRETURN) { in sosend()
2559 if (error == EJUSTRETURN) { in sosend()
2927 if (error != 0 && error != EJUSTRETURN) { in sosend_list()
2938 if (error != 0 && error != EJUSTRETURN) { in sosend_list()
2947 if (error == EJUSTRETURN) { in sosend_list()
[all …]
H A Dsys_socket.c279 if (error == EJUSTRETURN) { in soioctl()
H A Duipc_socket2.c911 if (error != EJUSTRETURN) { in sbappend_common()
990 if (error != EJUSTRETURN) { in sbappendstream()
1155 if (error != EJUSTRETURN) { in sbappendrecord_common()
1371 if (error != EJUSTRETURN) { in sbappendaddr()
1528 if (error != EJUSTRETURN) { in sbappendcontrol()
/xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c775 SK_KVA(fr), (err == EJUSTRETURN ? "pending" : in flow_route_find()
780 SK_KVA(fr), (err == EJUSTRETURN ? "pending" : in flow_route_find()
784 if (err == EJUSTRETURN) { in flow_route_find()
/xnu-8792.61.2/bsd/miscfs/bindfs/
H A Dbind_vnops.c239 if ((error == 0 || error == EJUSTRETURN) && lvp != NULL) { in bind_lookup()
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_lookup.c1346 if (error != EJUSTRETURN) {
1855 if (error != EJUSTRETURN) {
/xnu-8792.61.2/bsd/netinet/
H A Dip_output.c998 if (result == EJUSTRETURN) { in ip_output_list()
1162 if (result == EJUSTRETURN) { in ip_output_list()
1508 if (result == EJUSTRETURN) { in ip_output_list()

12