Home
last modified time | relevance | path

Searched refs:OPEN_FAIL (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/boot/fiocompress/
H A Dmessage.h47 #define OPEN_FAIL gettext("fiocompress: open of %s failed - %s\n") macro
H A Dfiocompress.c166 (void) fprintf(stderr, OPEN_FAIL, dstfile, strerror(errno)); in setup_outfile()
/titanic_50/usr/src/cmd/boot/installgrub/
H A Dmessage.h64 #define OPEN_FAIL gettext("cannot open/stat device %s\n") macro
H A Dinstallgrub.c1537 (void) fprintf(stderr, OPEN_FAIL, raw); in get_raw_partition_fd()
/titanic_50/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1073 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 Dbootadm_upgrade.c74 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 Dmessage.h150 #define OPEN_FAIL _("failed to open file: %s: %s\n") macro