fist.h

来自「Solaris操作系统下的过滤驱动程序, C源码程序.」· C头文件 代码 · 共 52 行

H
52
字号
/* * Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 2001-2003 Stony Brook University * Copyright (c) 1997-2000 Columbia University * * For specific licensing information, see the COPYING file distributed with * this package, or get one from ftp://ftp.filesystems.org/pub/fist/COPYING. * * This Copyright notice must be kept intact and distributed with all * fistgen sources INCLUDING sources generated by fistgen. */#ifndef	__FIST_H_#define	__FIST_H_#include <sys/types.h>#ifdef _KERNEL#include <sys/dirent.h>#include <sys/ioccom.h>#include <sys/malloc.h>#include <sys/namei.h>#include <sys/param.h>#include <sys/proc.h>#include <sys/sysctl.h>#include <sys/systm.h>#include <sys/vnode.h>#include <sys/buf.h>#include <sys/kernel.h>#include <sys/mount.h>#include <sys/fcntl.h>#include <vm/vm.h>#include <vm/vm_extern.h>#include <vm/vm_object.h>#include <vm/vm_pageout.h>#include <vm/vm_page.h>#include <vm/vm_pager.h>#include <vm/vm_zone.h>#include <vm/vnode_pager.h>#include <machine/cputypes.h>#else /* not _KERNEL */#include <string.h>#endif /* not _KERNEL *//* definitions for both user and kernel code */#include <stdarg.h>#endif /* not __FIST_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?