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/kern/Make.tags.inc

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 # $FreeBSD: releng/6.0/sys/kern/Make.tags.inc 111926 2003-03-05 19:24:24Z peter $
    2 #       @(#)Make.tags.inc       8.1 (Berkeley) 6/11/93
    3 
    4 SYS?=   ${.CURDIR}/..
    5 
    6 # Common files for "make tags", included by the Makefile for each
    7 # architecture.
    8 
    9 # Put the /sys/sys include files at the end so that subroutine definitions
   10 # win when there is a struct tag with the same name (e.g., vmmeter).  The
   11 # better solution would be for ctags to generate "struct vmmeter" tags.
   12 
   13 COMM=   ${SYS}/dev/advansys/*.[ch] \
   14         ${SYS}/dev/aha/*.[ch] \
   15         ${SYS}/dev/aic7xxx/*.[ch] \
   16         ${SYS}/dev/buslogic/*.[ch] \
   17         ${SYS}/dev/ccd/*.[ch] \
   18         ${SYS}/dev/dec/*.[ch] \
   19         ${SYS}/dev/dpt/*.[ch] \
   20         ${SYS}/dev/en/*.[ch] \
   21         ${SYS}/dev/hea/*.[ch] \
   22         ${SYS}/dev/hfa/*.[ch] \
   23         ${SYS}/dev/iicbus/*.[ch] \
   24         ${SYS}/dev/isp/*.[ch] \
   25         ${SYS}/dev/pdq/*.[ch] \
   26         ${SYS}/dev/ppbus/*.[ch] \
   27         ${SYS}/dev/smbus/*.[ch] \
   28         ${SYS}/dev/vx/*.[ch] \
   29         ${SYS}/fs/deadfs/*.[ch] \
   30         ${SYS}/fs/fdescfs/*.[ch] \
   31         ${SYS}/fs/fifofs/*.[ch] \
   32         ${SYS}/fs/msdosfs/*.[ch] \
   33         ${SYS}/fs/nullfs/*.[ch] \
   34         ${SYS}/fs/portalfs/*.[ch] \
   35         ${SYS}/fs/procfs/*.[ch] \
   36         ${SYS}/fs/specfs/*.[ch] \
   37         ${SYS}/fs/umapfs/*.[ch] \
   38         ${SYS}/fs/unionfs/*.[ch] \
   39         ${SYS}/isofs/cd9660/*.[ch] \
   40         ${SYS}/kern/*.[ch] \
   41         ${SYS}/net/*.[ch] \
   42         ${SYS}/netatalk/*.[ch] \
   43         ${SYS}/netatm/*.[ch] \
   44         ${SYS}/netinet/*.[ch] \
   45         ${SYS}/netipx/*.[ch] \
   46         ${SYS}/netkey/*.[ch] \
   47         ${SYS}/netnatm/*.[ch] \
   48         ${SYS}/nfs/*.[ch] \
   49         ${SYS}/pci/*.[ch] \
   50         ${SYS}/posix4/*.[ch] \
   51         ${SYS}/ufs/ffs/*.[ch] \
   52         ${SYS}/ufs/ufs/*.[ch] \
   53         ${SYS}/vm/*.[ch] \
   54         ${SYS}/sys/*.[ch]
   55 
   56 COMMDIR1= ${SYS}/conf \
   57         ${SYS}/kern \
   58         ${SYS}/net \
   59         ${SYS}/netatalk \
   60         ${SYS}/netatm \
   61         ${SYS}/netinet \
   62         ${SYS}/netipx \
   63         ${SYS}/netkey \
   64         ${SYS}/netnatm \
   65         ${SYS}/nfs \
   66         ${SYS}/pci \
   67         ${SYS}/posix4 \
   68         ${SYS}/vm \
   69         ${SYS}/sys
   70 
   71 COMMDIR2= ${SYS}/dev/advansys \
   72         ${SYS}/dev/aha \
   73         ${SYS}/dev/aic7xxx \
   74         ${SYS}/dev/buslogic \
   75         ${SYS}/dev/ccd \
   76         ${SYS}/dev/dec \
   77         ${SYS}/dev/dpt \
   78         ${SYS}/dev/en \
   79         ${SYS}/dev/hea \
   80         ${SYS}/dev/hfa \
   81         ${SYS}/dev/iicbus \
   82         ${SYS}/dev/isp \
   83         ${SYS}/dev/pdq \
   84         ${SYS}/dev/ppbus \
   85         ${SYS}/dev/smbus \
   86         ${SYS}/dev/vn \
   87         ${SYS}/dev/vx \
   88         ${SYS}/fs/deadfs \
   89         ${SYS}/fs/devfs \
   90         ${SYS}/fs/fdescfs \
   91         ${SYS}/fs/fifofs \
   92         ${SYS}/fs/msdosfs \
   93         ${SYS}/fs/nullfs \
   94         ${SYS}/fs/portalfs \
   95         ${SYS}/fs/procfs \
   96         ${SYS}/fs/specfs \
   97         ${SYS}/fs/umapfs \
   98         ${SYS}/fs/unionfs \
   99         ${SYS}/isofs/cd9660 \
  100         ${SYS}/ufs/ffs \
  101         ${SYS}/ufs/ufs

Cache object: 59ac8c30d4f9dc52104b80c8b531dec3


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