Searched refs:CLOSE_FAIL (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/boot/bootadm/ |
H A D | message.h | 165 #define CLOSE_FAIL _("failed to close file: %s: %s\n") macro
|
H A D | bootadm.c | 1711 bam_error(CLOSE_FAIL, BAM_LOCK_FILE, strerror(errno)); in bam_unlock() 1814 bam_error(CLOSE_FAIL, tmpfile, strerror(errno)); in list2file() 1838 bam_error(CLOSE_FAIL, tmpfile, strerror(errno)); in list2file() 1992 bam_error(CLOSE_FAIL, cf.path, strerror(errno)); in cache_close() 2000 bam_error(CLOSE_FAIL, cf.path, strerror(errno)); in cache_close() 2706 bam_error(CLOSE_FAIL, path, strerror(errno)); in read_one_list() 3477 bam_error(CLOSE_FAIL, archive, strerror(errno)); in extend_iso_archive() 4819 bam_error(CLOSE_FAIL, menu_path, strerror(errno)); in menu_read() 6567 bam_error(CLOSE_FAIL, UFS_SIGNATURE_LIST".tmp", 6643 bam_error(CLOSE_FAIL, UFS_SIGNATURE_LIST".tmp", [all …]
|
H A D | bootadm_upgrade.c | 101 bam_error(CLOSE_FAIL, path, strerror(error)); in get_findroot_cap()
|