message.h (7ce76caa) message.h (aa1b14e7)
1/*
2 * CDDL HEADER START
3 *
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

--- 5 unchanged lines hidden (view full) ---

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/*
1/*
2 * CDDL HEADER START
3 *
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

--- 5 unchanged lines hidden (view full) ---

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 2008 Sun Microsystems, Inc. All rights reserved.
22 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 * Use is subject to license terms.
24 */
25
26#ifndef _MESSAGE_H
27#define _MESSAGE_H
28
29#ifdef __cplusplus
30extern "C" {

--- 68 unchanged lines hidden (view full) ---

99#define WRITE_STAGE2_DISK gettext("stage2 written to partition %d," \
100 " %d sectors starting at %d (abs %d)\n")
101
102#define PCFS_FRAGMENTED \
103 gettext("cannot install stage2 on pcfs, too many fragments.\n")
104
105#define OUT_OF_MEMORY gettext("diskread: out of memory\n")
106
23 * Use is subject to license terms.
24 */
25
26#ifndef _MESSAGE_H
27#define _MESSAGE_H
28
29#ifdef __cplusplus
30extern "C" {

--- 68 unchanged lines hidden (view full) ---

99#define WRITE_STAGE2_DISK gettext("stage2 written to partition %d," \
100 " %d sectors starting at %d (abs %d)\n")
101
102#define PCFS_FRAGMENTED \
103 gettext("cannot install stage2 on pcfs, too many fragments.\n")
104
105#define OUT_OF_MEMORY gettext("diskread: out of memory\n")
106
107#define NO_VIRT_GEOM gettext("Could not get virtual geometry\n")
108
109#define NO_PHYS_GEOM gettext("Could not get physical geometry\n")
110
111#define NO_LABEL_GEOM gettext("Could not get label geometry\n")
112
113#define LIBFDISK_INIT_FAIL gettext("Failed to initialize libfdisk.\n")
114
107#ifdef __cplusplus
108}
109#endif
110
111#endif /* _MESSAGE_H */
115#ifdef __cplusplus
116}
117#endif
118
119#endif /* _MESSAGE_H */