Home | History | Annotate | Download | only in libzfs
      1  789  ahrens #!/bin/sh
      2  789  ahrens #
      3  789  ahrens # CDDL HEADER START
      4  789  ahrens #
      5  789  ahrens # The contents of this file are subject to the terms of the
      6  789  ahrens # Common Development and Distribution License, Version 1.0 only
      7  789  ahrens # (the "License").  You may not use this file except in compliance
      8  789  ahrens # with the License.
      9  789  ahrens #
     10  789  ahrens # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
     11  789  ahrens # or http://www.opensolaris.org/os/licensing.
     12  789  ahrens # See the License for the specific language governing permissions
     13  789  ahrens # and limitations under the License.
     14  789  ahrens #
     15  789  ahrens # When distributing Covered Code, include this CDDL HEADER in each
     16  789  ahrens # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     17  789  ahrens # If applicable, add the following below this CDDL HEADER, with the
     18  789  ahrens # fields enclosed by brackets "[]" replaced with your own identifying
     19  789  ahrens # information: Portions Copyright [yyyy] [name of copyright owner]
     20  789  ahrens #
     21  789  ahrens # CDDL HEADER END
     22  789  ahrens #
     23  789  ahrens #
     24  789  ahrens # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
     25  789  ahrens # Use is subject to license terms.
     26  789  ahrens #
     27  789  ahrens #ident	"%Z%%M%	%I%	%E% SMI"
     28  789  ahrens 
     29  789  ahrens find_files "s.*" usr/src/common/zfs
     30  789  ahrens find_files "s.*" usr/src/uts/common/fs/zfs/sys
     31  789  ahrens echo_file usr/src/uts/common/sys/fs/zfs.h
     32