Searched refs:BC_NOEXTRA (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/boot/common/
H A Dboot_utils.h40 #define BC_NOEXTRA (5) macro
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c207 return (BC_NOEXTRA);
712 if (ret == BC_NOEXTRA) {
755 * - BC_NOEXTRA (it is not possible to dump the current bootblock since
816 if (ret == BC_NOEXTRA) {
819 retval = BC_NOEXTRA;
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c408 if (ret == BC_NOEXTRA) {
447 * - BC_NOEXTRA (it is not possible to dump the current bootblock since
508 if (ret == BC_NOEXTRA) {
511 retval = BC_NOEXTRA;
1245 return (BC_NOEXTRA);
1255 return (BC_NOEXTRA);
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c271 return (BC_NOEXTRA);
280 return (BC_NOEXTRA);
1331 if (ret == BC_NOEXTRA) {
1371 * - BC_NOEXTRA (it is not possible to dump the current bootblock since
1426 if (ret == BC_NOEXTRA) {
1429 retval = BC_NOEXTRA;

Completed in 85 milliseconds