Home
last modified time | relevance | path

Searched refs:CLOSE_FAIL (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/boot/bootadm/
H A Dmessage.h159 #define CLOSE_FAIL gettext("failed to close file: %s: %s\n") macro
H A Dbootadm.c1418 bam_error(CLOSE_FAIL, BAM_LOCK_FILE, strerror(errno)); in bam_unlock()
1521 bam_error(CLOSE_FAIL, tmpfile, strerror(errno)); in list2file()
1545 bam_error(CLOSE_FAIL, tmpfile, strerror(errno)); in list2file()
1699 bam_error(CLOSE_FAIL, cf.path, strerror(errno)); in cache_close()
1707 bam_error(CLOSE_FAIL, cf.path, strerror(errno)); in cache_close()
2413 bam_error(CLOSE_FAIL, path, strerror(errno)); in read_one_list()
3184 bam_error(CLOSE_FAIL, archive, strerror(errno)); in extend_iso_archive()
4526 bam_error(CLOSE_FAIL, menu_path, strerror(errno)); in menu_read()
6274 bam_error(CLOSE_FAIL, UFS_SIGNATURE_LIST".tmp",
6350 bam_error(CLOSE_FAIL, UFS_SIGNATURE_LIST".tmp",
[all …]
H A Dbootadm_upgrade.c101 bam_error(CLOSE_FAIL, path, strerror(error)); in get_findroot_cap()