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/netiso/xebec/main.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 /*      $NetBSD: main.h,v 1.8 2007/02/22 06:16:03 thorpej Exp $ */
    2 
    3 #define LINELEN 2350
    4         /* approx limit on token size for C compiler
    5          * which matters for the purpose of debugging (astring.c...)
    6          */
    7 
    8 #define MSIZE 4000
    9 #define  DEBUGFILE "astring.c"
   10 #define  ACTFILE "driver.c"
   11 #define  EVENTFILE_H "events.h"
   12 #define  STATEFILE "states.h"
   13 #define  STATEVALFILE "states.init"
   14 
   15 #define EV_PREFIX "EV_"
   16 #define ST_PREFIX "ST_"
   17 
   18 #define PCBNAME "_PCB_"
   19 
   20 extern char kerneldirname[];
   21 extern char protocol[];
   22 extern char *synonyms[];
   23 #define EVENT_SYN 0
   24 #define PCB_SYN 1
   25 
   26 extern int transno;
   27 extern int print_trans;
   28 extern char *stash();
   29 extern void Exit();
   30 extern void putincludes();
   31 extern void openfiles();
   32 extern void includecode();

Cache object: 25193953ed48a068bee0b8c87e35b1c7


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