Searched refs:OPEN_FAIL (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/boot/fiocompress/ |
H A D | message.h | 47 #define OPEN_FAIL gettext("fiocompress: open of %s failed - %s\n") macro
|
H A D | fiocompress.c | 166 (void) fprintf(stderr, OPEN_FAIL, dstfile, strerror(errno)); in setup_outfile()
|
/titanic_50/usr/src/cmd/boot/installgrub/ |
H A D | message.h | 64 #define OPEN_FAIL gettext("cannot open/stat device %s\n") macro
|
H A D | installgrub.c | 1537 (void) fprintf(stderr, OPEN_FAIL, raw); in get_raw_partition_fd()
|
/titanic_50/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 1073 bam_error(OPEN_FAIL, MNTTAB, strerror(errno)); in install_bootloader() 1201 bam_error(OPEN_FAIL, MNTTAB, strerror(errno)); in install_bootloader() 1652 bam_error(OPEN_FAIL, BAM_LOCK_FILE, strerror(errno)); in bam_lock() 1808 bam_error(OPEN_FAIL, tmpfile, strerror(errno)); in list2file() 1821 bam_error(OPEN_FAIL, tmpfile, strerror(errno)); in list2file() 1945 bam_error(OPEN_FAIL, cf->path, strerror(errno)); in setup_file() 1953 bam_error(OPEN_FAIL, cf->path, strerror(errno)); in setup_file() 2026 bam_error(OPEN_FAIL, path, strerror(errno)); in dircache_updatefile() 2129 bam_error(OPEN_FAIL, path, strerror(errno)); in update_dircache() 2648 bam_error(OPEN_FAIL, get_cachedir(FILE64), in check_flags_and_files() [all …]
|
H A D | bootadm_upgrade.c | 74 bam_error(OPEN_FAIL, path, strerror(error)); in get_findroot_cap() 148 bam_error(OPEN_FAIL, fname, strerror(error)); in get_boot_cap()
|
H A D | message.h | 150 #define OPEN_FAIL _("failed to open file: %s: %s\n") macro
|