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/contrib/openzfs/include/os/freebsd/Makefile.am

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 noinst_HEADERS = \
    2         %D%/linux/compiler.h \
    3         %D%/linux/types.h \
    4         \
    5         %D%/spl/acl/acl_common.h \
    6         \
    7         %D%/spl/rpc/xdr.h \
    8         \
    9         %D%/spl/sys/ia32/asm_linkage.h \
   10         \
   11         %D%/spl/sys/acl.h \
   12         %D%/spl/sys/acl_impl.h \
   13         %D%/spl/sys/atomic.h \
   14         %D%/spl/sys/byteorder.h \
   15         %D%/spl/sys/callb.h \
   16         %D%/spl/sys/ccompat.h \
   17         %D%/spl/sys/ccompile.h \
   18         %D%/spl/sys/cmn_err.h \
   19         %D%/spl/sys/condvar.h \
   20         %D%/spl/sys/cred.h \
   21         %D%/spl/sys/ctype.h \
   22         %D%/spl/sys/debug.h \
   23         %D%/spl/sys/dirent.h \
   24         %D%/spl/sys/disp.h \
   25         %D%/spl/sys/dkio.h \
   26         %D%/spl/sys/fcntl.h \
   27         %D%/spl/sys/file.h \
   28         %D%/spl/sys/freebsd_rwlock.h \
   29         %D%/spl/sys/idmap.h \
   30         %D%/spl/sys/inttypes.h \
   31         %D%/spl/sys/isa_defs.h \
   32         %D%/spl/sys/kmem.h \
   33         %D%/spl/sys/kmem_cache.h \
   34         %D%/spl/sys/kstat.h \
   35         %D%/spl/sys/list.h \
   36         %D%/spl/sys/list_impl.h \
   37         %D%/spl/sys/lock.h \
   38         %D%/spl/sys/misc.h \
   39         %D%/spl/sys/mod_os.h \
   40         %D%/spl/sys/mode.h \
   41         %D%/spl/sys/mount.h \
   42         %D%/spl/sys/mutex.h \
   43         %D%/spl/sys/param.h \
   44         %D%/spl/sys/policy.h \
   45         %D%/spl/sys/proc.h \
   46         %D%/spl/sys/processor.h \
   47         %D%/spl/sys/procfs_list.h \
   48         %D%/spl/sys/random.h \
   49         %D%/spl/sys/rwlock.h \
   50         %D%/spl/sys/sdt.h \
   51         %D%/spl/sys/sid.h \
   52         %D%/spl/sys/sig.h \
   53         %D%/spl/sys/simd.h \
   54         %D%/spl/sys/simd_powerpc.h \
   55         %D%/spl/sys/simd_x86.h \
   56         %D%/spl/sys/spl_condvar.h \
   57         %D%/spl/sys/string.h \
   58         %D%/spl/sys/sunddi.h \
   59         %D%/spl/sys/sysmacros.h \
   60         %D%/spl/sys/systeminfo.h \
   61         %D%/spl/sys/systm.h \
   62         %D%/spl/sys/taskq.h \
   63         %D%/spl/sys/thread.h \
   64         %D%/spl/sys/time.h \
   65         %D%/spl/sys/timer.h \
   66         %D%/spl/sys/trace.h \
   67         %D%/spl/sys/trace_zfs.h \
   68         %D%/spl/sys/types.h \
   69         %D%/spl/sys/types32.h \
   70         %D%/spl/sys/uio.h \
   71         %D%/spl/sys/uuid.h \
   72         %D%/spl/sys/vfs.h \
   73         %D%/spl/sys/vm.h \
   74         %D%/spl/sys/vmsystm.h \
   75         %D%/spl/sys/vnode.h \
   76         %D%/spl/sys/vnode_impl.h \
   77         %D%/spl/sys/wmsum.h \
   78         %D%/spl/sys/zmod.h \
   79         %D%/spl/sys/zone.h \
   80         \
   81         %D%/zfs/sys/freebsd_crypto.h \
   82         %D%/zfs/sys/sha2.h \
   83         %D%/zfs/sys/vdev_os.h \
   84         %D%/zfs/sys/zfs_bootenv_os.h \
   85         %D%/zfs/sys/zfs_context_os.h \
   86         %D%/zfs/sys/zfs_ctldir.h \
   87         %D%/zfs/sys/zfs_dir.h \
   88         %D%/zfs/sys/zfs_ioctl_compat.h \
   89         %D%/zfs/sys/zfs_vfsops_os.h \
   90         %D%/zfs/sys/zfs_vnops_os.h \
   91         %D%/zfs/sys/zfs_znode_impl.h \
   92         %D%/zfs/sys/zpl.h
   93 

Cache object: a21d1b8713df551c95e3b36b6691473d


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