Print this page
Overlay fabric router


   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2014, Joyent, Inc. All rights reserved.
  25 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26 # Copyright 2015, Joyent, Inc. All rights reserved.
  27 # Copyright 2013 Saso Kiselkov. All rights reserved.
  28 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  29 # Copyright 2016 Nexenta Systems, Inc.
  30 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  31 #
  32 
  33 include $(SRC)/uts/Makefile.uts
  34 
  35 FILEMODE=644
  36 
  37 #
  38 #       Note that the following headers are present in the kernel but
  39 #       neither installed or shipped as part of the product:
  40 #               cpuid_drv.h:            Private interface for cpuid consumers
  41 #               unix_bb_info.h:         Private interface to kcov
  42 #               nvme.h                  Private interface to nvme
  43 #
  44 


 422         net80211_crypto.h       \
 423         net80211_ht.h           \
 424         net80211_proto.h        \
 425         netconfig.h             \
 426         neti.h                  \
 427         netstack.h              \
 428         nexusdefs.h             \
 429         note.h                  \
 430         null.h                  \
 431         nvme.h                  \
 432         nvpair.h                \
 433         nvpair_impl.h           \
 434         objfs.h                 \
 435         objfs_impl.h            \
 436         ontrap.h                \
 437         open.h                  \
 438         openpromio.h            \
 439         overlay.h               \
 440         overlay_common.h        \
 441         overlay_target.h        \

 442         panic.h                 \
 443         param.h                 \
 444         pathconf.h              \
 445         pathname.h              \
 446         pattr.h                 \
 447         queue.h                 \
 448         serializer.h            \
 449         pbio.h                  \
 450         pccard.h                \
 451         pci.h                   \
 452         pcie.h                  \
 453         pci_impl.h              \
 454         pci_tools.h             \
 455         pcmcia.h                \
 456         pctypes.h               \
 457         pfmod.h                 \
 458         pg.h                    \
 459         pghw.h                  \
 460         physmem.h               \
 461         pkp_hash.h              \




   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2018, Joyent, Inc. All rights reserved.
  25 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26 # Copyright 2015, Joyent, Inc. All rights reserved.
  27 # Copyright 2013 Saso Kiselkov. All rights reserved.
  28 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  29 # Copyright 2016 Nexenta Systems, Inc.
  30 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  31 #
  32 
  33 include $(SRC)/uts/Makefile.uts
  34 
  35 FILEMODE=644
  36 
  37 #
  38 #       Note that the following headers are present in the kernel but
  39 #       neither installed or shipped as part of the product:
  40 #               cpuid_drv.h:            Private interface for cpuid consumers
  41 #               unix_bb_info.h:         Private interface to kcov
  42 #               nvme.h                  Private interface to nvme
  43 #
  44 


 422         net80211_crypto.h       \
 423         net80211_ht.h           \
 424         net80211_proto.h        \
 425         netconfig.h             \
 426         neti.h                  \
 427         netstack.h              \
 428         nexusdefs.h             \
 429         note.h                  \
 430         null.h                  \
 431         nvme.h                  \
 432         nvpair.h                \
 433         nvpair_impl.h           \
 434         objfs.h                 \
 435         objfs_impl.h            \
 436         ontrap.h                \
 437         open.h                  \
 438         openpromio.h            \
 439         overlay.h               \
 440         overlay_common.h        \
 441         overlay_target.h        \
 442         overlay_router.h        \
 443         panic.h                 \
 444         param.h                 \
 445         pathconf.h              \
 446         pathname.h              \
 447         pattr.h                 \
 448         queue.h                 \
 449         serializer.h            \
 450         pbio.h                  \
 451         pccard.h                \
 452         pci.h                   \
 453         pcie.h                  \
 454         pci_impl.h              \
 455         pci_tools.h             \
 456         pcmcia.h                \
 457         pctypes.h               \
 458         pfmod.h                 \
 459         pg.h                    \
 460         pghw.h                  \
 461         physmem.h               \
 462         pkp_hash.h              \