convert VOP_UNLOCK and vrele into vput's; add proc parameter to union_dircache
[unix-history] / usr / src / sys / kern / Make.tags.inc
CommitLineData
d98e395b 1# @(#)Make.tags.inc 8.2 (Berkeley) %G%
118dfb89 2
f5934919
KB
3# Common files for "make tags".
4# Included by the Makefile for each architecture.
118dfb89 5
6a14214f
MK
6# Put the ../sys stuff near the end so that subroutine definitions win when
7# there is a struct tag with the same name (eg., vmmeter). The real
8# solution would probably be for ctags to generate "struct vmmeter" tags.
9
c1afc30e
KB
10COMM= /sys/conf/*.[ch] \
11 /sys/dev/*.[ch] /sys/dev/scsi/*.[ch] \
d98e395b 12 /sys/isofs/*/*.[ch] \
c1afc30e
KB
13 /sys/kern/*.[ch] /sys/libkern/*.[ch] \
14 /sys/miscfs/*/*.[ch] \
15 /sys/net/*.[ch] /sys/netccitt/*.[ch] /sys/netinet/*.[ch] \
16 /sys/netiso/*.[ch] /sys/netns/*.[ch] \
17 /sys/nfs/*.[ch] /sys/sys/*.[ch] \
18 /sys/ufs/*/*.[ch] \
19 /sys/vm/*.[ch]