]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/mach/err_mach_ipc.sub
xnu-6153.81.5.tar.gz
[apple/xnu.git] / libsyscall / mach / err_mach_ipc.sub
index d1e542faec5ee1b2a169fb89485a849c18043e7a..97aa377c71c7706b64cf838123c9a9a8ab942ea0 100644 (file)
@@ -42,8 +42,8 @@ static const char * const err_codes_mach_send[] = {
        /* 2 */ "(ipc/send) invalid data",
        /* 3 */ "(ipc/send) invalid destination port",
        /* 4 */ "(ipc/send) timed out",
-       /* 5 */ "(ipc/send) will notify",
-       /* 6 */ "(ipc/send) notify in progress",
+       /* 5 */ "(ipc/send) invalid voucher",
+       /* 6 */ "(ipc/send) unused error",
        /* 7 */ "(ipc/send) interrupted",
        /* 8 */ "(ipc/send) msg too small",
        /* 9 */ "(ipc/send) invalid reply port",
@@ -51,14 +51,15 @@ static const char * const err_codes_mach_send[] = {
        /* 11 */        "(ipc/send) invalid notify port",
        /* 12 */        "(ipc/send) invalid memory",
        /* 13 */        "(ipc/send) no msg buffer",
-       /* 14 */        "(ipc/send) no notify possible",
+       /* 14 */        "(ipc/send) msg too large",
        /* 15 */        "(ipc/send) invalid msg-type",
        /* 16 */        "(ipc/send) invalid msg-header",
        /* 17 */ "(ipc/send) invalid msg-trailer",
-       /* 18 */ "(ipc/send) DIPC transport failure",
-       /* 19 */ "(ipc/send) DIPC port migrated",
-       /* 20 */ "(ipc/send) DIPC resend failed",
+       /* 18 */ "(ipc/send) invalid context for reply",
+       /* 19 */ "(ipc/send) unused error",
+       /* 20 */ "(ipc/send) unused error",
        /* 21 */ "(ipc/send) out-of-line buffer too large",
+       /* 22 */ "(ipc/send) destination does not accept OOL ports",
 };
 
 static const char * const err_codes_mach_rcv[] = {