Lines Matching refs:BC_SUCCESS
155 return (BC_SUCCESS);
205 != BC_SUCCESS) {
226 return (BC_SUCCESS);
261 != BC_SUCCESS) {
269 != BC_SUCCESS) {
300 if (read_in(dev_fd, bblock->buf, buf_size, offset) != BC_SUCCESS) {
318 return (BC_SUCCESS);
338 if (ret != BC_SUCCESS) {
456 return (BC_SUCCESS);
481 return (BC_SUCCESS);
523 if (ret != BC_SUCCESS) {
533 return (BC_SUCCESS);
556 sizeof (data->stage1), 0) != BC_SUCCESS) {
577 sizeof (data->stage1), 0) != BC_SUCCESS) {
592 sizeof (data->stage1), 0) != BC_SUCCESS) {
602 return (BC_SUCCESS);
818 return (BC_SUCCESS);
882 return (BC_SUCCESS);
907 return (BC_SUCCESS);
939 return (BC_SUCCESS);
942 return (BC_SUCCESS);
1187 if (prepare_bootblock(data, update_str) != BC_SUCCESS) {
1193 if (prepare_stage1(data) != BC_SUCCESS) {
1199 if (write_bootblock(data) != BC_SUCCESS) {
1213 * Returns: BC_SUCCESS - if the installation is successful
1243 if (init_device(&install_data.device, device_path) != BC_SUCCESS) {
1249 if (read_stage1_from_file(stage1, &install_data) != BC_SUCCESS) {
1254 if (read_bootblock_from_file(bootblock, &install_data) != BC_SUCCESS) {
1291 * - BC_SUCCESS (and prints out einfo contents depending on 'flags')
1318 if (init_device(device, device_path) != BC_SUCCESS) {
1356 retval = BC_SUCCESS;
1369 * - BC_SUCCESS (a successful propagation happened)
1405 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) {
1412 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) {
1498 exit(BC_SUCCESS);