xref: /titanic_41/usr/src/psm/stand/bootblks/zfs/common/fs-zfs.fth (revision 678453a8ed49104d8adad58f3ba591bdc39883e8)
1
2
3\ ident	"%Z%%M%	%I%	%E% SMI"
4\ Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
5\ Use is subject to license terms.
6\
7\ CDDL HEADER START
8\
9\ The contents of this file are subject to the terms of the
10\ Common Development and Distribution License (the "License").
11\ You may not use this file except in compliance with the License.
12\
13\ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14\ or http://www.opensolaris.org/os/licensing.
15\ See the License for the specific language governing permissions
16\ and limitations under the License.
17\
18\ When distributing Covered Code, include this CDDL HEADER in each
19\ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20\ If applicable, add the following below this CDDL HEADER, with the
21\ fields enclosed by brackets "[]" replaced with your own identifying
22\ information: Portions Copyright [yyyy] [name of copyright owner]
23\
24\ CDDL HEADER END
25\
26
27
28id: %Z%%M%	%I%	%E% SMI
29purpose: ZFS debug fs reader
30copyright: Copyright 2007 Sun Microsystems, Inc. All Rights Reserved
31
32\ add headers
33create doheaders
34create bigbootblk
35
36: fs-pkg$   " zfs-file-system"  ;
37: fs-type$  " zfs"  ;
38
39\ load common words
40fload ../../../common/util.fth
41
42\ load fs reader
43fload ../../common/zfs.fth
44