Annotation of OSKit-Mach/include/mach/default_pager.defs, revision 1.1.1.1

1.1       root        1: /* 
                      2:  * Mach Operating System
                      3:  * Copyright (c) 1991,1990,1989 Carnegie Mellon University
                      4:  * All Rights Reserved.
                      5:  * 
                      6:  * Permission to use, copy, modify and distribute this software and its
                      7:  * documentation is hereby granted, provided that both the copyright
                      8:  * notice and this permission notice appear in all copies of the
                      9:  * software, derivative works or modified versions, and any portions
                     10:  * thereof, and that both notices appear in supporting documentation.
                     11:  * 
                     12:  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
                     13:  * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
                     14:  * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
                     15:  * 
                     16:  * Carnegie Mellon requests users of this software to return to
                     17:  * 
                     18:  *  Software Distribution Coordinator  or  [email protected]
                     19:  *  School of Computer Science
                     20:  *  Carnegie Mellon University
                     21:  *  Pittsburgh PA 15213-3890
                     22:  * 
                     23:  * any improvements or extensions that they make and grant Carnegie Mellon
                     24:  * the rights to redistribute these changes.
                     25:  */
                     26: 
                     27: subsystem default_pager 2275;
                     28: 
                     29: #include <mach/std_types.defs>
                     30: #include <mach/mach_types.defs>
                     31: #include <mach/default_pager_types.defs>
                     32: 
                     33: routine        default_pager_object_create(
                     34:                default_pager           : mach_port_t;
                     35:        out     memory_object           : memory_object_t =
                     36:                        MACH_MSG_TYPE_MAKE_SEND;
                     37:                object_size             : vm_size_t);
                     38: 
                     39: routine default_pager_info(
                     40:                default_pager           : mach_port_t;
                     41:        out     info                    : default_pager_info_t);
                     42: 
                     43: routine default_pager_objects(
                     44:                default_pager           : mach_port_t;
                     45:        out     objects                 : default_pager_object_array_t,
                     46:                        CountInOut, Dealloc;
                     47:        out     ports                   : mach_port_array_t =
                     48:                        array[] of mach_port_move_send_t,
                     49:                        CountInOut, Dealloc);
                     50: 
                     51: routine default_pager_object_pages(
                     52:                default_pager           : mach_port_t;
                     53:                memory_object           : memory_object_name_t;
                     54:        out     pages                   : default_pager_page_array_t,
                     55:                        CountInOut, Dealloc);
                     56: 
                     57: routine default_pager_paging_file(
                     58:                default_pager           : mach_port_t;
                     59:                master_device_port      : mach_port_t;
                     60:                filename                : default_pager_filename_t;
                     61:                add                     : boolean_t);
                     62: 
                     63: routine default_pager_register_fileserver(
                     64:                default_pager           : mach_port_t;
                     65:                fileserver_port         : mach_port_t);

unix.superglobalmegacorp.com

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