2 * Mach Operating System
3 * Copyright (c) 1992 Carnegie Mellon University
6 * Permission to use, copy, modify and distribute this software and its
7 * documentation is hereby granted, provided that both the copyright
8 * notice and this permission notice appear in all copies of the
9 * software, derivative works or modified versions, and any portions
10 * thereof, and that both notices appear in supporting documentation.
12 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
13 * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
14 * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
16 * Carnegie Mellon requests users of this software to return to
18 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
19 * School of Computer Science
20 * Carnegie Mellon University
21 * Pittsburgh PA 15213-3890
23 * any improvements or extensions that they make and grant Carnegie Mellon
24 * the rights to redistribute these changes.
29 * Revision 1.1 1992/10/06 18:29:52 roland
32 * Revision 2.2 92/04/01 19:37:59 rpd
38 * File: err_bootstrap.sub
39 * Author: Richard Draves, Carnegie Mellon University
42 * Error string definitions for bootstrap
45 static char * err_codes_bootstrap_fs[] = {
46 /* 0 */ "(bootstrap/fs) not a directory",
47 /* 1 */ "(bootstrap/fs) name not found",
48 /* 2 */ "(bootstrap/fs) name too long",
49 /* 3 */ "(bootstrap/fs) symbolic link loop",
50 /* 4 */ "(bootstrap/fs) bad file system",
51 /* 5 */ "(bootstrap/fs) offset not in file",
52 /* 6 */ "(bootstrap/fs) invalid parameter",
55 /* err_bootstrap subsystems */
56 static struct error_subsystem err_bootstrap_sub[] = {
60 errlib_count(err_codes_bootstrap_fs),
61 err_codes_bootstrap_fs,