Home
last modified time | relevance | path

Searched refs:BC_SUCCESS (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/boot/installboot/
H A Dinstallboot.c154 retval = BC_SUCCESS; in read_bootblock_from_file()
168 return (BC_SUCCESS); in read_bootblock_from_file()
197 BBLK_ZFS_EXTRA_OFF) != BC_SUCCESS) { in read_bootblock_from_disk()
205 != BC_SUCCESS) { in read_bootblock_from_disk()
232 if (read_in(dev_fd, dest, size, SECTOR_SIZE) != BC_SUCCESS) { in read_bootblock_from_disk()
243 if (read_in(dev_fd, dest, size, BBLK_ZFS_EXTRA_OFF) != BC_SUCCESS) { in read_bootblock_from_disk()
258 return (BC_SUCCESS); in read_bootblock_from_disk()
280 if (read_bootblock_from_disk(dev_fd, &bblock_disk) != BC_SUCCESS) { in is_update_necessary()
346 return (BC_SUCCESS); in prepare_bootblock()
380 return (BC_SUCCESS); in prepare_bootblock()
[all …]
/titanic_50/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c304 if (init_device(&install_data.device, device_path) != BC_SUCCESS) { in handle_install()
311 if (read_stage1_from_file(stage1_path, &install_data) != BC_SUCCESS) { in handle_install()
317 if (read_stage2_from_file(stage2_path, &install_data) != BC_SUCCESS) { in handle_install()
391 if (init_device(device, device_path) != BC_SUCCESS) { in handle_getinfo()
434 retval = BC_SUCCESS; in handle_getinfo()
482 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) { in handle_mirror()
488 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror()
546 if (prepare_stage2(install, updt_str) != BC_SUCCESS) { in commit_to_disk()
550 if (prepare_stage1(install) != BC_SUCCESS) { in commit_to_disk()
556 if (write_stage2(install) != BC_SUCCESS) { in commit_to_disk()
[all …]
/titanic_50/usr/src/cmd/boot/common/
H A Dboot_utils.c67 return (BC_SUCCESS); in write_out()
86 return (BC_SUCCESS); in write_out()
115 return (BC_SUCCESS); in read_in()
H A Dboot_utils.h37 #define BC_SUCCESS (0) macro
H A Dmboot_extra.c98 return (BC_SUCCESS); in find_multiboot()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/
H A Dbootconfchk.c84 if (bootconf_init(&bc_handle, bootconf) != BC_SUCCESS) { in main()
/titanic_50/usr/src/common/net/wanboot/
H A Dwanboot_conf.h79 #define BC_SUCCESS 0 macro
H A Dbootconf.c593 return (BC_SUCCESS); in bootconf_init()
H A Dbootlog.c447 bootconf_init(&bootconf_handle, NULL) == BC_SUCCESS) { in openbootlog()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c1729 if (bootconf_init(&bc_handle, bootconf) != BC_SUCCESS) { in main()
/titanic_50/usr/src/lib/libbe/common/
H A Dbe_utils.c3122 if (exit_status != BC_SUCCESS && exit_status != BC_NOUPDT) { in be_run_cmd()