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$
    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}/sys/vnode.h \
   15         ${SYS}/dev/aha/*.[ch] \
   16         ${SYS}/dev/alc/*.[ch] \
   17         ${SYS}/dev/buslogic/*.[ch] \
   18         ${SYS}/dev/dpt/*.[ch] \
   19         ${SYS}/dev/en/*.[ch] \
   20         ${SYS}/dev/iicbus/*.[ch] \
   21         ${SYS}/dev/isp/*.[ch] \
   22         ${SYS}/dev/pdq/*.[ch] \
   23         ${SYS}/dev/ppbus/*.[ch] \
   24         ${SYS}/dev/smbus/*.[ch] \
   25         ${SYS}/dev/vx/*.[ch] \
   26         ${SYS}/fs/autofs/*.[ch] \
   27         ${SYS}/fs/cd9660/*.[ch] \
   28         ${SYS}/fs/cuse/*.[ch] \
   29         ${SYS}/fs/deadfs/*.[ch] \
   30         ${SYS}/fs/devfs/*.[ch] \
   31         ${SYS}/fs/ext2fs/*.[ch] \
   32         ${SYS}/fs/fdescfs/*.[ch] \
   33         ${SYS}/fs/fifofs/*.[ch] \
   34         ${SYS}/fs/fuse/*.[ch] \
   35         ${SYS}/fs/msdosfs/*.[ch] \
   36         ${SYS}/fs/nandfs/*.[ch] \
   37         ${SYS}/fs/nfs/*.[ch] \
   38         ${SYS}/fs/nfsclient/*.[ch] \
   39         ${SYS}/fs/nfsserver/*.[ch] \
   40         ${SYS}/fs/nullfs/*.[ch] \
   41         ${SYS}/fs/procfs/*.[ch] \
   42         ${SYS}/fs/pseudofs/*.[ch] \
   43         ${SYS}/fs/smbfs/*.[ch] \
   44         ${SYS}/fs/tmpfs/*.[ch] \
   45         ${SYS}/fs/udf/*.[ch] \
   46         ${SYS}/fs/unionfs/*.[ch] \
   47         ${SYS}/geom/*.[ch] \
   48         ${SYS}/kern/*.[ch] \
   49         ${SYS}/net/*.[ch] \
   50         ${SYS}/netinet/*.[ch] \
   51         ${SYS}/netinet6/*.[ch] \
   52         ${SYS}/netipsec/*.[ch] \
   53         ${SYS}/netnatm/*.[ch] \
   54         ${SYS}/ddb/*.[ch] \
   55         ${SYS}/ufs/ffs/*.[ch] \
   56         ${SYS}/ufs/ufs/*.[ch] \
   57         ${SYS}/vm/*.[ch] \
   58         ${SYS}/sys/*.[ch]
   59 
   60 COMMDIR1= ${SYS}/conf \
   61         ${SYS}/geom \
   62         ${SYS}/kern \
   63         ${SYS}/net \
   64         ${SYS}/netinet \
   65         ${SYS}/netinet6 \
   66         ${SYS}/netipsec \
   67         ${SYS}/netnatm \
   68         ${SYS}/ddb \
   69         ${SYS}/vm \
   70         ${SYS}/sys
   71 
   72 COMMDIR2= ${SYS}/dev/advansys \
   73         ${SYS}/dev/aha \
   74         ${SYS}/dev/alc \
   75         ${SYS}/dev/buslogic \
   76         ${SYS}/dev/dpt \
   77         ${SYS}/dev/en \
   78         ${SYS}/dev/iicbus \
   79         ${SYS}/dev/isp \
   80         ${SYS}/dev/md \
   81         ${SYS}/dev/pdq \
   82         ${SYS}/dev/ppbus \
   83         ${SYS}/dev/smbus \
   84         ${SYS}/dev/vx \
   85         ${SYS}/fs/autofs \
   86         ${SYS}/fs/cd9660 \
   87         ${SYS}/fs/cuse \
   88         ${SYS}/fs/deadfs \
   89         ${SYS}/fs/devfs \
   90         ${SYS}/fs/ext2fs \
   91         ${SYS}/fs/fdescfs \
   92         ${SYS}/fs/fifofs \
   93         ${SYS}/fs/fuse \
   94         ${SYS}/fs/msdosfs \
   95         ${SYS}/fs/nandfs \
   96         ${SYS}/fs/nfs \
   97         ${SYS}/fs/nfsclient \
   98         ${SYS}/fs/nfsserver \
   99         ${SYS}/fs/nullfs \
  100         ${SYS}/fs/procfs \
  101         ${SYS}/fs/pseudofs \
  102         ${SYS}/fs/smbfs \
  103         ${SYS}/fs/tmpfs \
  104         ${SYS}/fs/udf \
  105         ${SYS}/fs/unionfs \
  106         ${SYS}/ufs/ffs \
  107         ${SYS}/ufs/ufs

Cache object: 2f48342ea129fddec4844b58d9b6365b


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