xref: /onnv-gate/usr/src/psm/stand/bootblks/zfs/common/fs-zfs.fth (revision 9941:eb1c075cb0e4)
16423Sgw25295\
26423Sgw25295\ CDDL HEADER START
36423Sgw25295\
46423Sgw25295\ The contents of this file are subject to the terms of the
56423Sgw25295\ Common Development and Distribution License (the "License").
66423Sgw25295\ You may not use this file except in compliance with the License.
76423Sgw25295\
86423Sgw25295\ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96423Sgw25295\ or http://www.opensolaris.org/os/licensing.
106423Sgw25295\ See the License for the specific language governing permissions
116423Sgw25295\ and limitations under the License.
126423Sgw25295\
136423Sgw25295\ When distributing Covered Code, include this CDDL HEADER in each
146423Sgw25295\ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
156423Sgw25295\ If applicable, add the following below this CDDL HEADER, with the
166423Sgw25295\ fields enclosed by brackets "[]" replaced with your own identifying
176423Sgw25295\ information: Portions Copyright [yyyy] [name of copyright owner]
186423Sgw25295\
196423Sgw25295\ CDDL HEADER END
206423Sgw25295\
21*9941SJohn.Johnson@Sun.COM\
22*9941SJohn.Johnson@Sun.COM\ Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*9941SJohn.Johnson@Sun.COM\ Use is subject to license terms.
24*9941SJohn.Johnson@Sun.COM\
256423Sgw25295
266423Sgw25295
276423Sgw25295purpose: ZFS debug fs reader
28*9941SJohn.Johnson@Sun.COMcopyright: Copyright 2009 Sun Microsystems, Inc. All Rights Reserved
296423Sgw25295
306423Sgw25295
316423Sgw25295: fs-pkg$   " zfs-file-system"  ;
326423Sgw25295: fs-type$  " zfs"  ;
336423Sgw25295
346423Sgw25295\ load common words
356423Sgw25295fload ../../../common/util.fth
366423Sgw25295
376423Sgw25295\ load fs reader
386423Sgw25295fload ../../common/zfs.fth
39