Home
last modified time | relevance | path

Searched refs:BC_ERROR (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c181 exit(BC_ERROR); in main()
194 exit(BC_ERROR); in main()
226 exit(BC_ERROR); in check_options()
280 int ret = BC_ERROR; in handle_install()
371 int retval = BC_ERROR; in handle_getinfo()
397 if (ret == BC_ERROR) { in handle_getinfo()
458 int retval = BC_ERROR; in handle_mirror()
496 if (ret == BC_ERROR) { in handle_mirror()
499 retval = BC_ERROR; in handle_mirror()
541 return (BC_ERROR); in commit_to_disk()
[all …]
/titanic_44/usr/src/cmd/boot/installboot/
H A Dinstallboot.c95 int retval = BC_ERROR; in read_bootblock_from_file()
200 return (BC_ERROR); in read_bootblock_from_disk()
225 return (BC_ERROR); in read_bootblock_from_disk()
237 return (BC_ERROR); in read_bootblock_from_disk()
247 return (BC_ERROR); in read_bootblock_from_disk()
408 return (BC_ERROR); in write_zfs_bootblock()
418 return (BC_ERROR); in write_zfs_bootblock()
441 return (BC_ERROR); in write_bootblock()
460 return (BC_ERROR); in open_device()
467 return (BC_ERROR); in open_device()
[all …]
/titanic_44/usr/src/cmd/boot/common/
H A Dboot_utils.c76 return (BC_ERROR); in write_out()
105 return (BC_ERROR); in read_in()
H A Dboot_utils.h38 #define BC_ERROR (1) macro
H A Dmboot_extra.c103 return (BC_ERROR); in find_multiboot()