Searched refs:OPEN_FAIL (Results 1 – 7 of 7) sorted by relevance
/titanic_41/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_41/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 | 1530 (void) fprintf(stderr, OPEN_FAIL, raw); in get_raw_partition_fd()
|
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 1362 bam_error(OPEN_FAIL, BAM_LOCK_FILE, strerror(errno)); in bam_lock() 1518 bam_error(OPEN_FAIL, tmpfile, strerror(errno)); in list2file() 1531 bam_error(OPEN_FAIL, tmpfile, strerror(errno)); in list2file() 1655 bam_error(OPEN_FAIL, cf->path, strerror(errno)); in setup_file() 1663 bam_error(OPEN_FAIL, cf->path, strerror(errno)); in setup_file() 1736 bam_error(OPEN_FAIL, path, strerror(errno)); in dircache_updatefile() 1839 bam_error(OPEN_FAIL, path, strerror(errno)); in update_dircache() 2358 bam_error(OPEN_FAIL, get_cachedir(FILE64), in check_flags_and_files() 2514 bam_print(OPEN_FAIL, path, strerror(errno)); in getoldstat() 2691 bam_error(OPEN_FAIL, timestamp_path, strerror(errno)); in update_timestamp() [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 | 144 #define OPEN_FAIL gettext("failed to open file: %s: %s\n") macro
|