Searched refs:bam_error (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 644 bam_error(MULT_CMDS, c); in parse_args_internal() 652 bam_error(DUP_OPT, c); in parse_args_internal() 665 bam_error(MULT_CMDS, c); in parse_args_internal() 687 bam_error(DUP_OPT, c); in parse_args_internal() 700 bam_error(DUP_OPT, c); in parse_args_internal() 704 bam_error(CANT_RESOLVE, optarg, in parse_args_internal() 719 bam_error(INVALID_PLAT, bam_platform); in parse_args_internal() 733 bam_error(BAD_OPT, optopt); in parse_args_internal() 737 bam_error(BAD_OPT, c); in parse_args_internal() 758 bam_error(NEED_CMD); in parse_args_internal() [all …]
|
H A D | bootadm_hyper.c | 85 bam_error(NO_MEM, len); in append_str() 119 bam_error(NO_MEM, len); in modify_path() 174 bam_error(NO_MEM, len); in get_token() 523 bam_error(ALREADY_HYPER); in cvt_metal_kernel() 579 bam_error(ALREADY_METAL); in cvt_hyper_kernel() 784 bam_error(CANT_FIND_SPECIAL, osroot); in cvt_to_hyper() 811 bam_error(CANT_FIND_DEFAULT, curdef); in cvt_to_hyper() 857 bam_error(KERNEL_NOT_PARSEABLE, curdef); in cvt_to_hyper() 874 bam_error(FINDROOT_NOT_FOUND, curdef); in cvt_to_hyper() 879 bam_error(MODULE_NOT_PARSEABLE, curdef); in cvt_to_hyper() [all …]
|
H A D | bootadm_upgrade.c | 74 bam_error(OPEN_FAIL, path, strerror(error)); in get_findroot_cap() 101 bam_error(CLOSE_FAIL, path, strerror(error)); in get_findroot_cap() 148 bam_error(OPEN_FAIL, fname, strerror(error)); in get_boot_cap() 157 bam_error(INVALID_BINARY, fname); in get_boot_cap() 168 bam_error(MMAP_FAIL, fname, strerror(error)); in get_boot_cap() 175 bam_error(NOT_ELF_FILE, fname); in get_boot_cap() 179 bam_error(WRONG_ELF_CLASS, fname, ident[EI_CLASS]); in get_boot_cap() 395 bam_error(FAILSAFE_MISSING, line->lineNum); in cvt_kernel_line() 550 bam_error(UNKNOWN_MODULE_LINE, line->lineNum); in cvt_module_line() 603 bam_error(HAND_ADDED_ENTRIES, osroot, MENU_URL(osroot)); in bam_warn_hand_entries() [all …]
|
H A D | bootadm.h | 171 extern void bam_error(char *format, ...);
|