Home
last modified time | relevance | path

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

12

/xnu-11417.121.6/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-11417.121.6/bsd/net/
H A Ddlil_output.c224 if (retval == EJUSTRETURN) { in dlil_output()
306 if (retval != EJUSTRETURN) { in dlil_output()
348 if (retval != EJUSTRETURN) { in dlil_output()
562 if (retval == EJUSTRETURN) { in dlil_output()
H A Dether_if_module.c512 return EJUSTRETURN; in ether_demux()
656 return EJUSTRETURN; in ether_frameout_extended()
670 return EJUSTRETURN; in ether_frameout_extended()
H A Dether_inet6_pr_module.c156 return EJUSTRETURN; in ether_inet6_input()
H A Dif_loop.c216 return EJUSTRETURN; in lo_framer()
449 return EJUSTRETURN; in lo_pre_output()
H A Dif_pflog.c319 return EJUSTRETURN; in pflogdemux()
H A Ddlil_input.c339 if (error != 0 && error != EJUSTRETURN) { in dlil_ifproto_input()
348 if (error != 0 && error != EJUSTRETURN) { in dlil_ifproto_input()
830 if (error == EJUSTRETURN) { in dlil_input_packet_list_common()
1001 if (error != EJUSTRETURN) { in dlil_input_packet_list_common()
H A Dif_bridge.c429 #define _EBADIP EJUSTRETURN
430 #define _EBADIPCHECKSUM EJUSTRETURN
431 #define _EBADIPV6 EJUSTRETURN
432 #define _EBADUDP EJUSTRETURN
433 #define _EBADTCP EJUSTRETURN
434 #define _EBADUDPCHECKSUM EJUSTRETURN
435 #define _EBADTCPCHECKSUM EJUSTRETURN
2365 error = EJUSTRETURN; in bridge_iff_input()
2380 error = EJUSTRETURN; in bridge_iff_input()
2413 if (error != 0 && error != EJUSTRETURN) { in bridge_iff_output()
[all …]
H A Dether_inet_pr_module.c234 return EJUSTRETURN; in ether_inet_input()
H A Dcontent_filter.c2093 if (error == EJUSTRETURN) { in cfil_ctl_send()
2105 if (error == EJUSTRETURN) { in cfil_ctl_send()
4287 if (error != EJUSTRETURN) { in cfil_data_service_ctl_q()
4365 if (error != EJUSTRETURN) { in cfil_data_filter()
4373 error = EJUSTRETURN; in cfil_data_filter()
4736 if (error != EJUSTRETURN) { in cfil_update_data_offsets()
4741 error = EJUSTRETURN; in cfil_update_data_offsets()
5483 error = EJUSTRETURN; in cfil_sock_shutdown()
6782 error = EJUSTRETURN; in cfil_sock_udp_shutdown()
H A Dif_stf.c622 result = EJUSTRETURN; in stf_pre_output()
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.c213 return EJUSTRETURN; in ndrv_input()
/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c285 if (err == EJUSTRETURN && m != NULL) { in fsw_ethernet_resolve()
294 if (err == EJUSTRETURN) { in fsw_ethernet_resolve()
429 err = EJUSTRETURN; in fsw_ethernet_resolve()
476 if (__improbable(err != 0 && err != EJUSTRETURN)) { in fsw_ethernet_resolve()
/xnu-11417.121.6/bsd/sys/
H A Derrno.h271 #define EJUSTRETURN (-2) /* don't modify regs, just return */ macro
/xnu-11417.121.6/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-11417.121.6/bsd/kern/
H A Dsys_socket.c275 if (error == EJUSTRETURN) { in soioctl()
H A Duipc_socket.c945 if (error == EJUSTRETURN) { in sobindlock()
1050 if (error == EJUSTRETURN) { in solisten()
1612 if (error == EJUSTRETURN) { in soacceptfilter()
1732 if (error == EJUSTRETURN) { in soconnectlock()
1885 if (error == EJUSTRETURN) { in soconnectxlocked()
2548 if (error == EJUSTRETURN) { in sosend()
2561 if (error == EJUSTRETURN) { in sosend()
2813 if (error != 0 && error != EJUSTRETURN) { in sosend_list()
2827 if (error != 0 && error != EJUSTRETURN) { in sosend_list()
2835 if (error == EJUSTRETURN) { in sosend_list()
[all …]
H A Duipc_socket2.c937 if (error != EJUSTRETURN) { in sbappend_common()
1018 if (error != EJUSTRETURN) { in sbappendstream()
1187 if (error != EJUSTRETURN) { in sbappendrecord_common()
1409 if (error != EJUSTRETURN) { in sbappendaddr()
1572 if (error != EJUSTRETURN) { in sbappendcontrol()
/xnu-11417.121.6/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-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c746 SK_KVA(fr), (err == EJUSTRETURN ? "pending" : in flow_route_find()
751 SK_KVA(fr), (err == EJUSTRETURN ? "pending" : in flow_route_find()
755 if (err == EJUSTRETURN) { in flow_route_find()
/xnu-11417.121.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c239 if ((error == 0 || error == EJUSTRETURN) && lvp != NULL) { in bind_lookup()
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_lookup.c1497 if (error != EJUSTRETURN) {
2030 if (error != EJUSTRETURN) {
/xnu-11417.121.6/bsd/netinet/
H A Dip_output.c1041 if (result == EJUSTRETURN) { in ip_output_list()
1210 if (result == EJUSTRETURN) { in ip_output_list()
1588 if (result == EJUSTRETURN) { in ip_output_list()

12