The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/servers/rs/inc.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* Header file for the system service manager server. 
    2  *
    3  * Created:
    4  *    Jul 22, 2005      by Jorrit N. Herder 
    5  */
    6 
    7 #define _SYSTEM            1    /* get OK and negative error codes */
    8 #define _MINIX             1    /* tell headers to include MINIX stuff */
    9 
   10 #define VERBOSE            0    /* display diagnostics */
   11 
   12 #include <ansi.h>
   13 #include <sys/types.h>
   14 #include <limits.h>
   15 #include <errno.h>
   16 #include <signal.h>
   17 #include <unistd.h>
   18 
   19 #include <minix/callnr.h>
   20 #include <minix/config.h>
   21 #include <minix/type.h>
   22 #include <minix/const.h>
   23 #include <minix/com.h>
   24 #include <minix/syslib.h>
   25 #include <minix/sysutil.h>
   26 #include <minix/keymap.h>
   27 #include <minix/bitmap.h>
   28 
   29 #include <stdlib.h>
   30 #include <stdio.h>
   31 #include <string.h>
   32 #include <unistd.h>
   33 #include <signal.h>
   34 
   35 #include "proto.h"
   36 #include "manager.h"
   37 

Cache object: c180c649c57976b4b2d4dd00ecda5a34


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.