Home
last modified time | relevance | path

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

/titanic_44/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_44/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c297 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_44/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_44/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/
H A Dbootconfchk.c84 if (bootconf_init(&bc_handle, bootconf) != BC_SUCCESS) { in main()
/titanic_44/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_44/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()