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/is/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 information server. 
    2  *
    3  * Created:
    4  *    Jul 13, 2004      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 #include <ansi.h>
   11 #include <sys/types.h>
   12 #include <limits.h>
   13 #include <errno.h>
   14 
   15 #include <minix/callnr.h>
   16 #include <minix/config.h>
   17 #include <minix/type.h>
   18 #include <minix/const.h>
   19 #include <minix/com.h>
   20 #include <minix/syslib.h>
   21 #include <minix/sysutil.h>
   22 #include <minix/keymap.h>
   23 #include <minix/bitmap.h>
   24 
   25 #include <stdlib.h>
   26 #include <stdio.h>
   27 #include <string.h>
   28 #include <unistd.h>
   29 #include <signal.h>
   30 
   31 #include "proto.h"
   32 #include "glo.h"
   33 

Cache object: 9d04483430360c37890470792861d9e1


[ 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.