Home
last modified time | relevance | path

Searched refs:EASYNC (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/kern/
HDlwkt_msgport.c102 if ((error = lwkt_beginmsg(port, msg)) != EASYNC) { in _lwkt_sendmsg_start()
116 if ((error = lwkt_beginmsg_oncpu(port, msg)) != EASYNC) { in _lwkt_sendmsg_start_oncpu()
193 if ((error = lwkt_beginmsg(port, msg)) == EASYNC) { in lwkt_domsg()
216 if ((error = port->mp_putport(port, msg)) != EASYNC) in lwkt_forwardmsg()
737 return (EASYNC); in lwkt_thread_putport()
905 return (EASYNC); in lwkt_spin_putport()
917 return (EASYNC); in lwkt_spin_putport_oncpu()
1118 return (EASYNC); in lwkt_serialize_putport()
HDsubr_cpuhelper.c65 return (EASYNC); in cpuhelper_putport()
/dragonfly/sys/sys/
HDerrno.h204 #define EASYNC 99 /* XXX */ macro
/dragonfly/sys/net/
HDnetisr.c172 return(EASYNC); in netmsg_put_port()
197 return(EASYNC); in netmsg_sync_putport()
/dragonfly/sys/platform/vkernel64/x86_64/
HDtrap.c1162 case EASYNC: in syscall2()
/dragonfly/sys/platform/pc64/x86_64/
HDtrap.c1326 } else if (error == EASYNC) { in syscall2()