Searched refs:BC_SUCCESS (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/boot/installboot/ |
H A D | installboot.c | 154 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_41/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 297 if (init_device(&install_data.device, device_path) != BC_SUCCESS) { in handle_install() 304 if (read_stage1_from_file(stage1_path, &install_data) != BC_SUCCESS) { in handle_install() 310 if (read_stage2_from_file(stage2_path, &install_data) != BC_SUCCESS) { in handle_install() 384 if (init_device(device, device_path) != BC_SUCCESS) { in handle_getinfo() 427 retval = BC_SUCCESS; in handle_getinfo() 475 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) { in handle_mirror() 481 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror() 539 if (prepare_stage2(install, updt_str) != BC_SUCCESS) { in commit_to_disk() 543 if (prepare_stage1(install) != BC_SUCCESS) { in commit_to_disk() 549 if (write_stage2(install) != BC_SUCCESS) { in commit_to_disk() [all …]
|
/titanic_41/usr/src/cmd/boot/common/ |
H A D | boot_utils.c | 67 return (BC_SUCCESS); in write_out() 86 return (BC_SUCCESS); in write_out() 115 return (BC_SUCCESS); in read_in()
|
H A D | boot_utils.h | 37 #define BC_SUCCESS (0) macro
|
H A D | mboot_extra.c | 98 return (BC_SUCCESS); in find_multiboot()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/ |
H A D | bootconfchk.c | 84 if (bootconf_init(&bc_handle, bootconf) != BC_SUCCESS) { in main()
|
/titanic_41/usr/src/common/net/wanboot/ |
H A D | wanboot_conf.h | 79 #define BC_SUCCESS 0 macro
|
H A D | bootconf.c | 593 return (BC_SUCCESS); in bootconf_init()
|
H A D | bootlog.c | 447 bootconf_init(&bootconf_handle, NULL) == BC_SUCCESS) { in openbootlog()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/ |
H A D | wanboot-cgi.c | 1729 if (bootconf_init(&bc_handle, bootconf) != BC_SUCCESS) { in main()
|