Print this page
first pass


   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  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23  * Use is subject to license terms.
  24  */
  25 
  26 #include <sys/param.h>
  27 #include <sys/promif.h>
  28 #include <sys/salib.h>
  29 /* EXPORT DELETE START */
  30 #include <bootlog.h>
  31 /* EXPORT DELETE END */
  32 #include "ramdisk.h"
  33 
  34 #include <sys/param.h>
  35 #include <sys/fcntl.h>
  36 #include <sys/obpdefs.h>
  37 #include <sys/reboot.h>
  38 #include <sys/promif.h>
  39 #include <sys/stat.h>
  40 #include <sys/bootvfs.h>
  41 #include <sys/platnames.h>
  42 #include <sys/salib.h>
  43 #include <sys/elf.h>
  44 #include <sys/link.h>
  45 #include <sys/auxv.h>
  46 #include <sys/boot_policy.h>
  47 #include <sys/boot_redirect.h>
  48 #include <sys/bootconf.h>
  49 #include <sys/boot.h>
  50 #include "boot_plat.h"
  51 




   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  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23  * Use is subject to license terms.
  24  */
  25 
  26 #include <sys/param.h>
  27 #include <sys/promif.h>
  28 #include <sys/salib.h>

  29 #include <bootlog.h>

  30 #include "ramdisk.h"
  31 
  32 #include <sys/param.h>
  33 #include <sys/fcntl.h>
  34 #include <sys/obpdefs.h>
  35 #include <sys/reboot.h>
  36 #include <sys/promif.h>
  37 #include <sys/stat.h>
  38 #include <sys/bootvfs.h>
  39 #include <sys/platnames.h>
  40 #include <sys/salib.h>
  41 #include <sys/elf.h>
  42 #include <sys/link.h>
  43 #include <sys/auxv.h>
  44 #include <sys/boot_policy.h>
  45 #include <sys/boot_redirect.h>
  46 #include <sys/bootconf.h>
  47 #include <sys/boot.h>
  48 #include "boot_plat.h"
  49