2.11BSD/sys/OTHERS/interleave/param.h

Compare this file to the similar file:
Show the results in this format:

#ifndef	INTRLVE
#define	dkblock(bp)	((bp)->b_blkno)
#define	dkunit(bp)	(minor ((bp)->b_dev) >> 3)
#endif	INTRLVE