Makefile revision 9e1c849eae563842996c64c805047e840c75fc79
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# CDDL HEADER START
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# The contents of this file are subject to the terms of the
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Common Development and Distribution License (the "License").
65fea56f17cd614bc8908264df980a62e1931468vboxsync# You may not use this file except in compliance with the License.
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
65fea56f17cd614bc8908264df980a62e1931468vboxsync# or http://www.opensolaris.org/os/licensing.
65fea56f17cd614bc8908264df980a62e1931468vboxsync# See the License for the specific language governing permissions
65fea56f17cd614bc8908264df980a62e1931468vboxsync# and limitations under the License.
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# When distributing Covered Code, include this CDDL HEADER in each
65fea56f17cd614bc8908264df980a62e1931468vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
65fea56f17cd614bc8908264df980a62e1931468vboxsync# If applicable, add the following below this CDDL HEADER, with the
65fea56f17cd614bc8908264df980a62e1931468vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
65fea56f17cd614bc8908264df980a62e1931468vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# CDDL HEADER END
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Use is subject to license terms.
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncinclude $(SRC)/uts/Makefile.uts
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncGROUP=bin
65fea56f17cd614bc8908264df980a62e1931468vboxsyncFILEMODE=644
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Note that the following headers are present in the kernel but
65fea56f17cd614bc8908264df980a62e1931468vboxsync# neither installed or shipped as part of the product:
65fea56f17cd614bc8908264df980a62e1931468vboxsync# cpuid_drv.h: Private interface for cpuid consumers
65fea56f17cd614bc8908264df980a62e1931468vboxsync# unix_bb_info.h: Private interface to kcov
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsynci386_HDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync agp/agpamd64gart_io.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync agp/agpdefs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync agp/agpgart_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync agp/agpmaster_io.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync agp/agptarget_io.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync agpgart.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync asy.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync audio/audio810.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync audio/audiohd.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync audio/audioixp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fd_debug.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fdc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fdmedia.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mouse.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mse.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vuidmice.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ucode.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncAVHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync av/iec61883.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncsparc_HDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync audio/audiots.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync audio/am_src2.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mouse.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync scsi/targets/ssddef.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync $(MDESCHDRS) \
65fea56f17cd614bc8908264df980a62e1931468vboxsync $(AVHDRS)
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Generated headers
65fea56f17cd614bc8908264df980a62e1931468vboxsyncGENHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync priv_const.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync priv_names.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncCHKHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync acpi_drv.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync acct.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync acctctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync acl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync acl_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync aggr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync aggr_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync aio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync aio_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync aio_req.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync aiocb.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ascii.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync asynch.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync atomic.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync attr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync audio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync audioio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync audiovar.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync autoconf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync auxv.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync auxv_386.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync auxv_SPARC.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync avl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync avl_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync bitmap.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync bitset.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync bl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync bmc_intf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync bofi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync bofi_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync bpp_io.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync bootstat.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync brand.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync buf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync bufmod.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync bustypes.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync byteorder.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync callb.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync callo.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cpucaps.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cpucaps_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ccompile.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cdio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cladm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync class.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync clconf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cmlb.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cmn_err.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync compress.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync condvar.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync condvar_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync conf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync consdev.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync console.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync consplat.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync contract.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync contract_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync copyops.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync core.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync corectl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cpc_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cpc_pcbe.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cpr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cpupart.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cpuvar.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync crc32.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cred.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cred_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync crtctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cryptmod.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync csiioctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ctf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ctfs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ctfs_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ctf_api.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ctype.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cyclic.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cyclic_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dacf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dacf_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dc_ki.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddifm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddifm_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddi_intr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddi_intr_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddi_impldefs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddi_implfuncs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddi_obsolete.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddi_timer.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddidevmap.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddidmareq.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddimapreq.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddipropdefs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dditypes.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync debug.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync des.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync devctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync devcache.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync devcache_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync devfm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync devid_cache.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync devinfo_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync devops.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync devpolicy.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync devpoll.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dirent.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync disp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dkbad.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dkio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dklabel.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dlpi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dld.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dld_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dld_ioc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dls.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dls_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dma_i8237A.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dnlc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync door.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync door_data.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync door_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dtrace.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dtrace_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dumpadm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dumphdr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ecppsys.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ecppio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ecppreg.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ecppvar.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync efi_partition.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync elf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync elf_386.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync elf_SPARC.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync elf_notes.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync elf_amd64.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync elftypes.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync emul64.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync emul64cmd.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync emul64var.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync epm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync errno.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync errorq.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync errorq_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync esunddi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ethernet.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync euc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync eucioctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync exacct.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync exacct_catalog.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync exacct_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync exec.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync exechdr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync extdirent.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fault.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fasttrap.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fasttrap_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fbio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fbuf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fcntl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fdbuffer.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fdio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync feature_tests.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fem.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync file.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync filio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync flock.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync flock_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fork.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fss.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fsspriocntl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fsid.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fssnap.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fssnap_if.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fstyp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ftrace.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fx.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fxpriocntl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync gfs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync gld.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync gldpriv.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync group.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hdio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hook.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hook_event.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hook_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hwconf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ia.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync iapriocntl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync id32.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync idmap.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ieeefp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync id_space.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync instance.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync int_const.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync int_fmtio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync int_limits.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync int_types.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync inttypes.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ioccom.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ioctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ipc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ipc_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ipc_rctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync isa_defs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync iscsi_authclient.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync iscsi_authclientglue.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync iscsi_protocol.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync jioctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kbd.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kbdreg.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kbio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kcpc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kdi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kdi_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_big5_utf8.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_cck_common.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_cp950hkscs_utf8.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_emea1.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_emea2.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_euckr_utf8.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_euctw_utf8.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_gb18030_utf8.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_gb2312_utf8.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_hkscs_utf8.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_ja.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_ja_jis_to_unicode.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_ja_unicode_to_jis.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_ko.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_latin1.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_sc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_tc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_uhc_utf8.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_utf8_big5.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_utf8_cp950hkscs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_utf8_euckr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_utf8_euctw.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_utf8_gb18030.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_utf8_gb2312.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_utf8_hkscs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kiconv_utf8_uhc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kidmap.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync klpd.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync klwp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kmdb.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kmem.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kmem_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kobj.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kobj_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kstat.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync kstr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ksyms.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ksynch.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ldterm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lgrp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lgrp_user.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync libc_kernel.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync link.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync list.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync list_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync llc1.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync loadavg.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lock.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lockfs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lockstat.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lofi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync log.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync logindmux.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync logindmux_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lwp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lwp_timer_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lwp_upimutex_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mac.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mac_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync machelf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync map.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md4.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md5.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md5_consts.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mdi_impldefs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mem.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mem_config.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync memlist.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mkdev.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mhd.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync miiregs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mixer.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mman.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mntent.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mntio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mnttab.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync modctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mode.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync model.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync modhash.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync modhash_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mount.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mouse.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync msacct.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync msg.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync msg_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync msio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync msreg.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mtio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync multidata.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync multidata_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mutex.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nbmlock.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ndifm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ndi_impldefs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync net80211.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync net80211_crypto.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync net80211_proto.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync netconfig.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync neti.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync netstack.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nexusdefs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync note.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nvpair.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nvpair_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync objfs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync objfs_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ontrap.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync open.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync openpromio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync panic.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync param.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pathconf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pathname.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pattr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync queue.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync serializer.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pbio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pccard.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pci.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcie.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pci_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcmcia.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pctypes.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pem.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pfmod.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pg.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pghw.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync physmem.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync policy.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync poll.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync poll_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pool.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pool_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pool_pset.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync port.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync port_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync port_kernel.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ppmio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync priocntl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync priv.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync priv_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync prnio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync proc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync processor.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync procfs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync procset.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync project.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync protosw.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync prsystm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pset.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pshot.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ptem.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ptms.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ptyvar.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync raidioctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ramdisk.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync random.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rctl_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync reboot.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync refstr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync refstr_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync resource.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rlioctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rt.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rtpriocntl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rwlock.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rwlock_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rwstlock.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sad.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync schedctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sdt.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync select.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sem.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sem_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sema_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync semaphore.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sendfile.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ser_sync.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync session.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sha1.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sha1_consts.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sha2.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sha2_consts.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync share.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync shm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync shm_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sid.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync siginfo.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync signal.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sleepq.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync smbios.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync smbios_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sobject.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync socket.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync socket_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync socketvar.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sockio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sodirect.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync squeue.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync squeue_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync srn.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sservice.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync stat.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync statfs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync statvfs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync stdint.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync stermio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync stream.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync strft.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync strlog.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync strmdep.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync stropts.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync strredir.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync strstat.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync strsubr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync strsun.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync strtty.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sunddi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sunldi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sunldi_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sunmdi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sunndi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sunos_dhcp_class.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sunpm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync suntpi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync suntty.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync swap.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync synch.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync syscall.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sysconf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sysconfig.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sysevent.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sysevent_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sysinfo.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync syslog.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sysmacros.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sysmsg_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync systeminfo.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync systm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync task.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync taskq.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync taskq_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync t_kuser.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync t_lock.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync telioctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync termio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync termios.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync termiox.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync thread.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ticlts.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ticots.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ticotsord.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tihdr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync time.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync time_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync time_std_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync timeb.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync timer.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync times.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync timex.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync timod.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tirdwr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tiuser.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tnf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tnf_com.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tnf_probe.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tnf_writer.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync todio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tpicommon.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ts.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tspriocntl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ttcompat.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ttold.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tty.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ttychars.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ttydev.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tuneable.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync turnstile.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync types.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync types32.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tzfile.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync u8_textprep.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync u8_textprep_data.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync uadmin.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ucred.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync uio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ulimit.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync un.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync unistd.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync user.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ustat.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync utime.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync utsname.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync utssys.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync uuid.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync va_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync va_list.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync var.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync varargs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vfs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vfs_opreg.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vfstab.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vgareg.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync videodev2.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync visual_io.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vlan.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vm_usage.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vmem.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vmem_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vmmeter.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vmsystm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vnic.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vnic_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vnode.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vscan.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vtoc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vtrace.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vuid_event.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vuid_wheel.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vuid_queue.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vuid_state.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync vuid_store.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync wait.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync waitq.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync wanboot_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync watchpoint.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync winlockio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync zcons.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync zone.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync xti_inet.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync xti_osi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync xti_xtiopt.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync zmod.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync $(GENHDRS) \
65fea56f17cd614bc8908264df980a62e1931468vboxsync $(CHKHDRS)
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncAUDIOHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ac97.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync am_src1.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync audio_apm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync audio_mixer.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync audio_src.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync audio_support.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync audio_trace.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync g711.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncBSCHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync bscbus.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync bscv_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lom_ebuscodes.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lom_io.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lom_priv.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lombus.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncMDESCHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mdesc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mdesc_impl.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncCPUDRVHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cpudrv.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncCRYPTOHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync elfsign.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ioctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ioctladmin.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync common.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync spi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync api.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ops_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sched_impl.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncDCAMHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dcam1394_io.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncIBHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ib_types.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ib_pkt_hdrs.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncIBTLHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibtl_types.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibtl_status.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibti.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibti_cm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibci.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibti_common.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibvti.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibtl_ci_types.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncIBTLIMPLHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibtl_util.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncIBNEXHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibnex_devctl.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncIBMFHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibmf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibmf_msg.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibmf_saa.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibmf_utils.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncIBMGTHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ib_dm_attr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ib_mad.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sm_attr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sa_recs.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncIBDHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ibd.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncISOHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync signal_iso.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncDERIVED_LVMHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_mdiox.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_basic.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mdmed.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_mhdx.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mdmn_commd.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncLVMHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_convert.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_crc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_hotspares.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_mddb.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_mirror.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_mirror_shared.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_names.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_notify.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_raid.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_rename.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_sp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_stripe.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync md_trans.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mdio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mdvar.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncALL_LVMHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync $(LVMHDRS) \
65fea56f17cd614bc8908264df980a62e1931468vboxsync $(DERIVED_LVMHDRS)
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncFMHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync protocol.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync util.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncFMFSHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync zfs.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncFMIOHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ddi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync disk.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pci.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync scsi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sun4upci.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync opl_mc_fm.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncFSHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync autofs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cachefs_dir.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cachefs_dlog.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cachefs_filegrp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cachefs_fs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cachefs_fscache.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cachefs_ioctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cachefs_log.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync decomp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dv_node.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sdev_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sdev_node.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fifonode.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hsfs_isospec.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hsfs_node.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hsfs_rrip.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hsfs_spec.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hsfs_susp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lofs_info.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync lofs_node.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mntdata.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync namenode.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pc_dir.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pc_fs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pc_label.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pc_node.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pxfs_ki.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync snode.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync swapnode.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tmp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tmpnode.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync udf_inode.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync udf_volume.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_acl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_bio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_filio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_fs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_fsdir.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_inode.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_lockfs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_log.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_mount.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_panic.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_prot.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_quota.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_snap.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ufs_trans.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync zfs.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncPCMCIAHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcata.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcgld.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcramio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcramvar.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcser_conf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcser_io.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcser_reg.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcser_manuspec.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcser_var.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncSCSIHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync scsi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync scsi_address.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync scsi_ctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync scsi_fm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync scsi_params.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync scsi_pkt.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync scsi_resource.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync scsi_types.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync scsi_watch.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncSCSICONFHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync autoconf.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync device.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncSCSIGENHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync commands.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dad_mode.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync inquiry.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync message.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mode.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync persist.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sense.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync smp_frames.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync status.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncSCSIIMPLHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync commands.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync inquiry.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mode.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sas_transport.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sense.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync services.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync status.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync transport.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync scsi_reset_notify.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync spc3_types.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync types.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync uscsi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync usmp.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncSCSITARGETSHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ses.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sesio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sgendef.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync stdef.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sddef.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync smp.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncSCSIADHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync blk2scsa.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncSCSICADHDRS=
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncSCSIVHCIHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync scsi_vhci.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mpapi_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync mpapi_scsi_vhci.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncSDCARDHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sda.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sda_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sda_ioctl.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncFCHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fc_transport.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync linkapp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fcp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fcal_transport.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fcal.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fcal_linkapp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fcio.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncSATAGENHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sata_hba.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sata_defs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync sata_cfgadm.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncSYSEVENTHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ap_driver.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dev.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync domain.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync env.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync eventdefs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ipmp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pwrctl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync svm.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncCONTRACTHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync process.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync process_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync device.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync device_impl.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncUSBHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync usba.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync usbai.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncUSBAUDHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync usb_audio.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncUSBHUBDHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hub.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hubd_impl.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncUSBHIDHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hid.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncUSBMSHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync usb_bulkonly.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync usb_cbi.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncUSBPRNHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync usb_printer.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncUSBCDCHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync usb_cdc.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncUSBVIDHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync usbvc.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncUGENHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync usb_ugen.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncHOTPLUGHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hpcsvc.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync hpctrl.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncHOTPLUGPCIHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcicfg.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcihp.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncRSMHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rsm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rsm_common.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rsmapi_common.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rsmpi.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rsmpi_driver.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rsmka_path_int.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncTSOLHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync label.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync label_macro.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync priv.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tndb.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tsyscall.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncI1394HDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cmd1394.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync id1394.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ieee1212.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ieee1394.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync ixl1394.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync s1394_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync t1394.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync# "cmdk" headers used on sparc
65fea56f17cd614bc8908264df980a62e1931468vboxsyncSDKTPHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dadkio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fdisk.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync# "cmdk" headers used on i386
65fea56f17cd614bc8908264df980a62e1931468vboxsyncDKTPHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync altsctr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync bbh.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cm.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cmdev.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cmdk.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync cmpkt.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync controller.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dadev.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dadk.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dadkio.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fctypes.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync fdisk.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync flowctrl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync gda.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync quetypes.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync queue.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tgcom.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync tgdk.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync# "pc" header files used on i386
65fea56f17cd614bc8908264df980a62e1931468vboxsyncPCHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync avintr.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync dma_engine.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync i8272A.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcic_reg.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pcic_var.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pic.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync pit.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync rtc.h
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncNXGEHDRS= \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nxge.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nxge_common.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nxge_common_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nxge_defs.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nxge_hw.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nxge_impl.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nxge_ipp.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nxge_ipp_hw.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nxge_mac.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nxge_mac_hw.h \
65fea56f17cd614bc8908264df980a62e1931468vboxsync nxge_fflp.h \
nxge_fflp_hw.h \
nxge_mii.h \
nxge_rxdma.h \
nxge_rxdma_hw.h \
nxge_txc.h \
nxge_txc_hw.h \
nxge_txdma.h \
nxge_txdma_hw.h \
nxge_virtual.h \
nxge_espc.h
include Makefile.syshdrs
dcam/%.check: dcam/%.h
$(DOT_H_CHECK)
CHECKHDRS= \
$($(MACH)_HDRS:%.h=%.check) \
$(AUDIOHDRS:%.h=audio/%.check) \
$(BSCHDRS:%.h=%.check) \
$(CHKHDRS:%.h=%.check) \
$(CPUDRVHDRS:%.h=%.check) \
$(CRYPTOHDRS:%.h=crypto/%.check) \
$(DCAMHDRS:%.h=dcam/%.check) \
$(IBHDRS:%.h=ib/%.check) \
$(IBDHDRS:%.h=ib/clients/ibd/%.check) \
$(IBTLHDRS:%.h=ib/ibtl/%.check) \
$(IBTLIMPLHDRS:%.h=ib/ibtl/impl/%.check) \
$(IBNEXHDRS:%.h=ib/ibnex/%.check) \
$(IBMGTHDRS:%.h=ib/mgt/%.check) \
$(IBMFHDRS:%.h=ib/mgt/ibmf/%.check) \
$(TAVORHDRS:%.h=ib/adapters/tavor/%.check) \
$(ISOHDRS:%.h=iso/%.check) \
$(FMHDRS:%.h=fm/%.check) \
$(FMFSHDRS:%.h=fm/fs/%.check) \
$(FMIOHDRS:%.h=fm/io/%.check) \
$(FSHDRS:%.h=fs/%.check) \
$(LVMHDRS:%.h=lvm/%.check) \
$(PCMCIAHDRS:%.h=pcmcia/%.check) \
$(SCSIHDRS:%.h=scsi/%.check) \
$(SCSIADHDRS:%.h=scsi/adapters/%.check) \
$(SCSICONFHDRS:%.h=scsi/conf/%.check) \
$(SCSIIMPLHDRS:%.h=scsi/impl/%.check) \
$(SCSITARGETSHDRS:%.h=scsi/targets/%.check) \
$(SCSIVHCIHDRS:%.h=scsi/adapters/%.check) \
$(FCHDRS:%.h=fc4/%.check) \
$(SATAGENHDRS:%.h=sata/%.check) \
$(SDCARDHDRS:%.h=sdcard/%.check) \
$(SYSEVENTHDRS:%.h=sysevent/%.check) \
$(CONTRACTHDRS:%.h=contract/%.check) \
$(USBAUDHDRS:%.h=usb/clients/audio/%.check) \
$(USBHUBDHDRS:%.h=usb/hubd/%.check) \
$(USBHIDHDRS:%.h=usb/clients/hid/%.check) \
$(USBMSHDRS:%.h=usb/clients/mass_storage/%.check) \
$(USBPRNHDRS:%.h=usb/clients/printer/%.check) \
$(USBCDCHDRS:%.h=usb/clients/usbcdc/%.check) \
$(USBVIDHDRS:%.h=usb/clients/video/usbvc/%.check) \
$(UGENHDRS:%.h=usb/clients/ugen/%.check) \
$(USBHDRS:%.h=usb/%.check) \
$(I1394HDRS:%.h=1394/%.check) \
$(RSMHDRS:%.h=rsm/%.check) \
$(TSOLHDRS:%.h=tsol/%.check) \
$(NXGEHDRS:%.h=nxge/%.check)
.KEEP_STATE:
.PARALLEL: \
$(CHECKHDRS) \
$(ROOTHDRS) \
$(ROOTAUDHDRS) \
$(ROOTCRYPTOHDRS) \
$(ROOTDCAMHDRS) \
$(ROOTISOHDRS) \
$(ROOTFMHDRS) \
$(ROOTFMIOHDRS) \
$(ROOTFMFSHDRS) \
$(ROOTFSHDRS) \
$(ROOTIBDHDRS) \
$(ROOTIBHDRS) \
$(ROOTIBTLHDRS) \
$(ROOTIBTLIMPLHDRS) \
$(ROOTIBNEXHDRS) \
$(ROOTIBMGTHDRS) \
$(ROOTIBMFHDRS) \
$(ROOTTAVORHDRS) \
$(ROOTLVMHDRS) \
$(ROOTPCMCIAHDRS) \
$(ROOTSCSIHDRS) \
$(ROOTSCSIADHDRS) \
$(ROOTSCSICONFHDRS) \
$(ROOTSCSIGENHDRS) \
$(ROOTSCSIIMPLHDRS) \
$(ROOTSCSIVHCIHDRS) \
$(ROOTFCHDRS) \
$(ROOTSDCARDHDRS) \
$(ROOTSYSEVENTHDRS) \
$(ROOTCONTRACTHDRS) \
$(ROOTUSBHDRS) \
$(ROOTUSBAUDHDRS) \
$(ROOTUSBHUBDHDRS) \
$(ROOTUSBHIDHDRS) \
$(ROOTUSBMSHDRS) \
$(ROOTUSBPRNHDRS) \
$(ROOTUSBCDCHDRS) \
$(ROOTUSBVIDHDRS) \
$(ROOTUGENHDRS) \
$(ROOT1394HDRS) \
$(ROOTHOTPLUGHDRS) \
$(ROOTHOTPLUGPCIHDRS) \
$(ROOTRSMHDRS) \
$(ROOTTSOLHDRS) \
$($(MACH)_ROOTHDRS)
install_h: \
$(ROOTDIRS) \
LVMDERIVED_H \
.WAIT \
$(ROOTHDRS) \
$(ROOTAUDHDRS) \
$(ROOTCRYPTOHDRS) \
$(ROOTDCAMHDRS) \
$(ROOTISOHDRS) \
$(ROOTFMHDRS) \
$(ROOTFMFSHDRS) \
$(ROOTFMIOHDRS) \
$(ROOTFSHDRS) \
$(ROOTIBDHDRS) \
$(ROOTIBHDRS) \
$(ROOTIBTLHDRS) \
$(ROOTIBTLIMPLHDRS) \
$(ROOTIBNEXHDRS) \
$(ROOTIBMGTHDRS) \
$(ROOTIBMFHDRS) \
$(ROOTTAVORHDRS) \
$(ROOTLVMHDRS) \
$(ROOTPCMCIAHDRS) \
$(ROOTSCSIHDRS) \
$(ROOTSCSIADHDRS) \
$(ROOTSCSICONFHDRS) \
$(ROOTSCSIGENHDRS) \
$(ROOTSCSIIMPLHDRS) \
$(ROOTSCSIVHCIHDRS) \
$(ROOTFCHDRS) \
$(ROOTSDCARDHDRS) \
$(ROOTSYSEVENTHDRS) \
$(ROOTCONTRACTHDRS) \
$(ROOTUSBHDRS) \
$(ROOTUSBAUDHDRS) \
$(ROOTUSBHUBDHDRS) \
$(ROOTUSBHIDHDRS) \
$(ROOTUSBMSHDRS) \
$(ROOTUSBPRNHDRS) \
$(ROOTUSBCDCHDRS) \
$(ROOTUSBVIDHDRS) \
$(ROOTUGENHDRS) \
$(ROOT1394HDRS) \
$(ROOTHOTPLUGHDRS) \
$(ROOTHOTPLUGPCIHDRS) \
$(ROOTRSMHDRS) \
$(ROOTTSOLHDRS) \
$($(MACH)_ROOTHDRS)
all_h: $(GENHDRS)
priv_const.h: $(PRIVS_AWK) $(PRIVS_DEF)
$(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v privhfile=$@
priv_names.h: $(PRIVS_AWK) $(PRIVS_DEF)
$(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pubhfile=$@
LVMDERIVED_H:
cd $(SRC)/uts/common/sys/lvm; pwd; $(MAKE)
check: $(CHECKHDRS)
FRC:
# EXPORT DELETE START
EXPORT_SRC:
$(RM) wanboot_impl.h+ Makefile+
sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
< wanboot_impl.h > wanboot_impl.h+
$(MV) wanboot_impl.h+ wanboot_impl.h
sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
< Makefile > Makefile+
$(RM) Makefile
$(MV) Makefile+ Makefile
$(CHMOD) 444 Makefile wanboot_impl.h
# EXPORT DELETE END