Annotation of kernel/machdep/ppc/syscall_names.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
        !             3:  *
        !             4:  * @APPLE_LICENSE_HEADER_START@
        !             5:  * 
        !             6:  * Portions Copyright (c) 1999 Apple Computer, Inc.  All Rights
        !             7:  * Reserved.  This file contains Original Code and/or Modifications of
        !             8:  * Original Code as defined in and that are subject to the Apple Public
        !             9:  * Source License Version 1.1 (the "License").  You may not use this file
        !            10:  * except in compliance with the License.  Please obtain a copy of the
        !            11:  * License at http://www.apple.com/publicsource and read it before using
        !            12:  * this file.
        !            13:  * 
        !            14:  * The Original Code and all software distributed under the License are
        !            15:  * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
        !            16:  * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
        !            17:  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
        !            18:  * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT.  Please see the
        !            19:  * License for the specific language governing rights and limitations
        !            20:  * under the License.
        !            21:  * 
        !            22:  * @APPLE_LICENSE_HEADER_END@
        !            23:  */
        !            24: 
        !            25: char *mach_callnames[] = {
        !            26:        "#0",                   /* 0 */         /* Unix */
        !            27:        "#1",                   /* 1 */         /* Unix */
        !            28:        "#2",                   /* 2 */         /* Unix */
        !            29:        "#3",                   /* 3 */         /* Unix */
        !            30:        "#4",                   /* 4 */         /* Unix */
        !            31:        "#5",                   /* 5 */         /* Unix */
        !            32:        "#6",                   /* 6 */         /* Unix */
        !            33:        "#7",                   /* 7 */         /* Unix */
        !            34:        "#8",                   /* 8 */         /* Unix */
        !            35:        "#9",                   /* 9 */         /* Unix */
        !            36: 
        !            37:        "task_self",            /* 10 */        /* obsolete */
        !            38:        "thread_reply",         /* 11 */        /* obsolete */
        !            39:        "task_notify",          /* 12 */        /* obsolete */
        !            40:        "thread_self",          /* 13 */        /* obsolete */
        !            41:        "#14",                  /* 14 */
        !            42:        "#15",                  /* 15 */
        !            43:        "#16",                  /* 16 */
        !            44:        "#17",                  /* 17 */
        !            45:        "#18",                  /* 18 */
        !            46:        "#19",                  /* 19 */
        !            47: 
        !            48:        "msg_send_trap",        /* 20 */        /* obsolete */
        !            49:        "msg_receive_trap",     /* 21 */        /* obsolete */
        !            50:        "msg_rpc_trap",         /* 22 */        /* obsolete */
        !            51:        "#23",                  /* 23 */
        !            52:        "mach_msg_simple_trap", /* 24 */
        !            53:        "mach_msg_trap",        /* 25 */
        !            54:        "mach_reply_port",      /* 26 */
        !            55:        "mach_thread_self",     /* 27 */
        !            56:        "mach_task_self",       /* 28 */
        !            57:        "mach_host_self",       /* 29 */
        !            58: 
        !            59:        "#30",                  /* 30 */
        !            60:        "#31",                  /* 31 */
        !            61:        "mach_msg_overwrite_trap", /* 32 */
        !            62:        "task_by_pid",          /* 33 */
        !            63:        "#34",                  /* 34 */
        !            64:        "_lookupd_port",        /* 35 */
        !            65:        "#36",                  /* 36 */
        !            66:        "#37",                  /* 37 */
        !            67:        "#38",                  /* 38 */
        !            68: 
        !            69:        "#39",                  /* 39 */
        !            70:        "mach_swapon",          /* 40 */
        !            71: 
        !            72:        "init_process",         /* 41 */
        !            73:        "#42",                  /* 42 */
        !            74:        "map_fd",               /* 43 */
        !            75:        "#44",                  /* 44 */
        !            76:        "mach_swapon",          /* 45 */
        !            77:        "#46",                  /* 46 */
        !            78:        "#47",                  /* 47 */
        !            79:        "#48",                  /* 48 */
        !            80:        "#49",                  /* 49 */
        !            81: 
        !            82:        "#50",                  /* 50 */
        !            83:        "kern_timestamp",       /* 51 */
        !            84:        "#52",                  /* 52 */
        !            85:        "#53",                  /* 53 */
        !            86:        "#54",                  /* 54 */
        !            87:        "host_self",            /* 55 */
        !            88:        "host_priv_self",       /* 56 */
        !            89:        "#57",                  /* 57 */
        !            90:        "#58",                  /* 58 */
        !            91:        "swtch_pri",            /* 59 */
        !            92: 
        !            93:        "swtch",                /* 60 */
        !            94:        "thread_switch",        /* 61 */
        !            95:        "#62",                  /* 62 */
        !            96:        "#63",                  /* 63 */
        !            97:        "#64",                  /* 64 */
        !            98:        "#65",                  /* 65 */
        !            99:        "#66",                  /* 66 */
        !           100:        "#67",                  /* 67 */
        !           101:        "_event_port_by_tag",   /* 68 */
        !           102:        "device_master_self",   /* 69 */
        !           103: };
        !           104: 
        !           105: int    mach_names_count = (sizeof(mach_callnames) / sizeof(mach_callnames[0]));

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.