aio_error         127 lib/aio.c        return r ? aio_error(P, "Aio_"_XSTR(T), r) : (PN)data;
aio_error         236 lib/aio.c        if (r) return aio_error(P, "Aio_tcp", r);
aio_error         260 lib/aio.c        if (r) return aio_error(P, "Aio_udp", r);
aio_error         505 lib/aio.c        if (r) return aio_error(P, "Aio_getaddrinfo", r);
aio_error         532 lib/aio.c        if (r) return aio_error(P, "Aio_tty", r);
aio_error         544 lib/aio.c        if (r) return aio_error(P, "Aio_pipe", r);
aio_error         587 lib/aio.c        if (r) aio_error(P, "Aio_fs_event", r);
aio_error         598 lib/aio.c        if (r) return aio_error(P, "Aio_async", r);
aio_error         771 lib/aio.c        return r ? aio_error(P, "run", r) : self;
aio_error         795 lib/aio.c        return r ? aio_error(P, "tcp open", r) : tcp;
aio_error         803 lib/aio.c        return r ? aio_error(P, "tcp nodelay", r) : tcp;
aio_error         812 lib/aio.c        return r ? aio_error(P, "tcp keepalive", r) : tcp;
aio_error         820 lib/aio.c        return r ? aio_error(P, "tcp simultaneous_accepts", r) : tcp;
aio_error         833 lib/aio.c            return aio_error(P, "ip_addr", 89); //EDESTADDRREQ
aio_error         836 lib/aio.c            return r ? aio_error(P, "tcp bind6", r) : tcp;
aio_error         840 lib/aio.c        return r ? aio_error(P, "tcp bind", r) : tcp;
aio_error         850 lib/aio.c          return aio_error(P, "ip6_addr", 89); //EDESTADDRREQ
aio_error         852 lib/aio.c        return r ? aio_error(P, "tcp bind6", r) : tcp;
aio_error         860 lib/aio.c        return r ? aio_error(P, "tcp getsockname", r) : potion_str2(P, sock.sa_data, len);
aio_error         868 lib/aio.c        return r ? aio_error(P, "tcp getpeername", r) : potion_str2(P, sock.sa_data, len);
aio_error         881 lib/aio.c            return aio_error(P, "ip_addr", 89); //EDESTADDRREQ
aio_error         885 lib/aio.c            return r ? aio_error(P, "tcp connect6", r) : tcp;
aio_error         890 lib/aio.c        return r ? aio_error(P, "tcp connect", r) : tcp;
aio_error         901 lib/aio.c          return aio_error(P, "ip6_addr", 89); //EDESTADDRREQ
aio_error         904 lib/aio.c        return r ? aio_error(P, "tcp connect6", r)
aio_error         914 lib/aio.c        return r ? aio_error(P, "udp open", r) : udp;
aio_error         927 lib/aio.c            return aio_error(P, "ip_addr", 89); //EDESTADDRREQ
aio_error         930 lib/aio.c            return r ? aio_error(P, "udp bind6", r) : udp;
aio_error         934 lib/aio.c        return r ? aio_error(P, "udp bind", r) : udp;
aio_error         945 lib/aio.c          return aio_error(P, "ip6_addr", 89); //EDESTADDRREQ
aio_error         947 lib/aio.c        return r ? aio_error(P, "udp bind6", r) : udp;
aio_error         955 lib/aio.c        return r ? aio_error(P, "udp getsockname", r) : potion_str2(P, sock.sa_data, len);
aio_error         968 lib/aio.c        return r ? aio_error(P, "udp set_membership", r) : udp;
aio_error         978 lib/aio.c        return r ? aio_error(P, "udp set_multicast_loop", r) : udp;
aio_error         987 lib/aio.c        return r ? aio_error(P, "udp set_multicast_ttl", r) : udp;
aio_error         997 lib/aio.c        return r ? aio_error(P, "udp set_broadcast", r) : udp;
aio_error        1006 lib/aio.c        return r ? aio_error(P, "udp set_ttl", r) : udp;
aio_error        1018 lib/aio.c          return aio_error(P, "ip_addr", 89); //EDESTADDRREQ
aio_error        1024 lib/aio.c        return r ? aio_error(P, "udp send", r) : udp;
aio_error        1036 lib/aio.c          return aio_error(P, "ip6_addr", 89); //EDESTADDRREQ
aio_error        1042 lib/aio.c        return r ? aio_error(P, "udp send6", r) : udp;
aio_error        1096 lib/aio.c        return r ? aio_error(P, "udp recv_start", r) : udp;
aio_error        1103 lib/aio.c        return r ? aio_error(P, "udp recv_stop", r) : udp;
aio_error        1111 lib/aio.c        return r ? aio_error(P, "prepare start", r) : self;
aio_error        1118 lib/aio.c        return r ? aio_error(P, "prepare stop", r) : self;
aio_error        1126 lib/aio.c        return r ? aio_error(P, "check start", r) : self;
aio_error        1132 lib/aio.c        return r ? aio_error(P, "check stop", r) : self;
aio_error        1140 lib/aio.c        return r ? aio_error(P, "idle start", r) : self;
aio_error        1147 lib/aio.c        return r ? aio_error(P, "idle stop", r) : self;
aio_error        1157 lib/aio.c        return r ? aio_error(P, "tty set_mode", r) : tty;
aio_error        1173 lib/aio.c        return r ? aio_error(P, "tty get_winsize", r) :
aio_error        1190 lib/aio.c        return r ? aio_error(P, "pipe open", r) : pipe;
aio_error        1198 lib/aio.c        return r ? aio_error(P, "pipe bind", r) : pipe;
aio_error        1226 lib/aio.c        return r ? aio_error(P, "shutdown", r) : stream;
aio_error        1241 lib/aio.c        return r ? aio_error(P, "write", r) : stream;
aio_error        1250 lib/aio.c        return r ? aio_error(P, "listen", r) : stream;
aio_error        1266 lib/aio.c        return r ? aio_error(P, "accept", r) : stream;
aio_error        1283 lib/aio.c        return r ? aio_error(P, "read start", r) : self;
aio_error        1290 lib/aio.c        return r ? aio_error(P, "read stop", r) : self;
aio_error        1298 lib/aio.c        return r ? aio_error(P, "read2 start", r) : self;
aio_error        1317 lib/aio.c        return r ? aio_error(P, "write", r) : stream;
aio_error        1371 lib/aio.c        return r ? aio_error(P, "timer start", r) : self;
aio_error        1378 lib/aio.c        return r ? aio_error(P, "timer stop", r) : self;
aio_error        1389 lib/aio.c        return r ? aio_error(P, "timer again", r) : self;
aio_error        1456 lib/aio.c        return r ? aio_error(P, "signal start", r) : self;
aio_error        1463 lib/aio.c        return r ? aio_error(P, "signal stop", r) : self;
aio_error        1549 lib/aio.c        return r ? aio_error(P, "process kill", r) : self;
aio_error        1578 lib/aio.c        return r ? aio_error(P, "fs close", r) : self;
aio_error        1593 lib/aio.c        return r ? aio_error(P, "fs open", r) : self;
aio_error        1612 lib/aio.c        return r ? aio_error(P, "fs read", r) : self;
aio_error        1624 lib/aio.c        return r ? aio_error(P, "fs open", r) : self;
aio_error        1639 lib/aio.c        return r ? aio_error(P, "fs write", r) : self;
aio_error        1653 lib/aio.c        return r ? aio_error(P, "fs mkdir", r) : self;
aio_error        1665 lib/aio.c        return r ? aio_error(P, "fs rmdir", r) : self;
aio_error        1679 lib/aio.c        return r ? aio_error(P, "fs readdir", r) : self;
aio_error        1691 lib/aio.c        return r ? aio_error(P, "fs stat", r) : self;
aio_error        1703 lib/aio.c        return r ? aio_error(P, "fs fstat", r) : self;
aio_error        1718 lib/aio.c        return r ? aio_error(P, "fs rename", r) : self;
aio_error        1730 lib/aio.c        return r ? aio_error(P, "fs fsync", r) : self;
aio_error        1742 lib/aio.c        return r ? aio_error(P, "fs fdatasync", r) : self;