1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/sys/tools
Jeff Roberson d1376090b2 Add a new configuration directive that inserts calls to debugging functions
in the VOP inlines.  This is intended to replace the simple locking
specifications for calls that have more complicated behavior such as rename and
lookup.

The syntax of the new entries is:
#! name	pre/post	function

If the function is marked 'pre' it is executed prior to calling the VOP and
takes a pointer to a struct vop_{name}_args as it's only parameter.

If the function is marked 'post' it is executed after the VOP call and takes
a pointer to a struct vop_{name}_args as it's first parameter and the integer
return value from the vop as the second paramter.
2002-07-06 03:46:36 +00:00
..
devlist2h.awk
makeobjops.awk Awk version of makeobjops.PL. 2002-05-01 03:19:19 +00:00
miidevs2h.awk
pccarddevs2h.awk Move from using PCCARD_ symbols gereated from this file to using PCMCIA_ 2001-11-11 20:15:06 +00:00
usbdevs2h.awk constify 2002-04-01 19:22:04 +00:00
vnode_if.awk Add a new configuration directive that inserts calls to debugging functions 2002-07-06 03:46:36 +00:00