Lines Matching refs:BC_SUCCESS
271 * Returns: BC_SUCCESS - if the installation is successful
302 if (init_device(&install_data.device, device_path) != BC_SUCCESS) {
309 if (read_stage1_from_file(stage1_path, &install_data) != BC_SUCCESS) {
315 if (read_stage2_from_file(stage2_path, &install_data) != BC_SUCCESS) {
362 * - BC_SUCCESS (and prints out einfo contents depending on 'flags')
389 if (init_device(device, device_path) != BC_SUCCESS) {
432 retval = BC_SUCCESS;
445 * - BC_SUCCESS (a successful propagation happened)
480 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) {
486 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) {
544 if (prepare_stage2(install, updt_str) != BC_SUCCESS) {
548 if (prepare_stage1(install) != BC_SUCCESS) {
554 if (write_stage2(install) != BC_SUCCESS) {
561 if (write_stage1(install) != BC_SUCCESS) {
567 return (BC_SUCCESS);
591 != BC_SUCCESS)
661 if (get_disk_fd(device) != BC_SUCCESS)
677 if (get_raw_partition_fd(device) != BC_SUCCESS)
693 if (get_start_sector(device) != BC_SUCCESS)
696 return (BC_SUCCESS);
754 if (find_x86_bootpar(mboot, &pno, &secnum) != BC_SUCCESS) {
885 return (BC_SUCCESS);
936 return (BC_SUCCESS);
996 != BC_SUCCESS ||
999 != BC_SUCCESS) {
1004 return (BC_SUCCESS);
1024 offset) != BC_SUCCESS) {
1034 return (BC_SUCCESS);
1045 sizeof (install->stage1_buf), 0) != BC_SUCCESS) {
1057 sizeof (install->stage1_buf), 0) != BC_SUCCESS) {
1066 return (BC_SUCCESS);
1097 return (BC_SUCCESS);
1163 return (BC_SUCCESS);
1206 return (BC_SUCCESS);
1217 if (read_in(dev_fd, stage1_buf, SECTOR_SIZE, 0) != BC_SUCCESS) {
1221 return (BC_SUCCESS);
1236 STAGE2_BLKOFF(type) * SECTOR_SIZE) != BC_SUCCESS) {
1243 != BC_SUCCESS) {
1273 SECTOR_SIZE) != BC_SUCCESS) {
1287 return (BC_SUCCESS);
1307 != BC_SUCCESS) {
1359 != BC_SUCCESS) {
1454 return (BC_SUCCESS);
1472 return (BC_SUCCESS);
1489 if (find_x86_bootpar(mboot, &part, NULL) != BC_SUCCESS) {
1559 return (BC_SUCCESS);