Search | Google it | Results 1 - 2 of 2 for funcall:bootDisk (0.00 seconds) |
55: /* automatic boot */ 56: if ( bootDisk(NULL) >= E_OK ) break; /* execute boot */ 57: }
1018: case 3: // BootDisk 1019: errcode = bootDisk(( devnm[0] == '\0' )? NULL: devnm); 1020: if (errcode >= E_OK) errcode = CMD_FINISH; // Fin