Lines Matching refs:BC_SUCCESS
154 retval = BC_SUCCESS;
168 return (BC_SUCCESS);
197 BBLK_ZFS_EXTRA_OFF) != BC_SUCCESS) {
205 != BC_SUCCESS) {
232 if (read_in(dev_fd, dest, size, SECTOR_SIZE) != BC_SUCCESS) {
243 if (read_in(dev_fd, dest, size, BBLK_ZFS_EXTRA_OFF) != BC_SUCCESS) {
258 return (BC_SUCCESS);
280 if (read_bootblock_from_disk(dev_fd, &bblock_disk) != BC_SUCCESS) {
346 return (BC_SUCCESS);
380 return (BC_SUCCESS);
404 if (write_out(device->fd, bufptr, size, SECTOR_SIZE) != BC_SUCCESS) {
415 != BC_SUCCESS) {
420 return (BC_SUCCESS);
438 SECTOR_SIZE) != BC_SUCCESS) {
443 return (BC_SUCCESS);
476 return (BC_SUCCESS);
492 if (open_device(device) != BC_SUCCESS)
495 return (BC_SUCCESS);
568 if (prepare_bootblock(data, update_str) != BC_SUCCESS) {
574 if (write_bootblock(data) != BC_SUCCESS) {
580 return (BC_SUCCESS);
589 * Returns: BC_SUCCESS - if the installation is successful
617 if (init_device(&install_data.device, device_path) != BC_SUCCESS) {
623 if (read_bootblock_from_file(bootblock, &install_data) != BC_SUCCESS) {
665 * - BC_SUCCESS (and prints out einfo contents depending on 'flags')
693 if (init_device(device, device_path) != BC_SUCCESS) {
739 retval = BC_SUCCESS;
753 * - BC_SUCCESS (a successful propagation happened)
794 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) {
801 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) {
910 exit(BC_SUCCESS);