Searched refs:BC_SUCCESS (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/boot/common/ |
H A D | boot_utils.h | 37 #define BC_SUCCESS (0) macro
|
H A D | boot_utils.c | 67 return (BC_SUCCESS); 86 return (BC_SUCCESS); 115 return (BC_SUCCESS);
|
H A D | mboot_extra.c | 98 return (BC_SUCCESS);
|
/illumos-gate/usr/src/cmd/boot/installboot/sparc/ |
H A D | installboot.c | 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); [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/ |
H A D | bootconfchk.c | 84 if (bootconf_init(&bc_handle, bootconf) != BC_SUCCESS) {
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 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) { [all...] |
/illumos-gate/usr/src/common/net/wanboot/ |
H A D | wanboot_conf.h | 79 #define BC_SUCCESS 0 macro
|
H A D | bootlog.c | 447 bootconf_init(&bootconf_handle, NULL) == BC_SUCCESS) {
|
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.c | 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); [all...] |
/illumos-gate/usr/src/tools/btxld/ |
H A D | version.c | 95 != BC_SUCCESS) {
|
/illumos-gate/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) {
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 3342 if (exit_status != BC_SUCCESS && exit_status != BC_NOUPDT) {
|
Completed in 80 milliseconds