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

Cache object: 48b13ef711547081363637d1deddb55a


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