HomeSort by: relevance | last modified time | path
    Searched defs:unsupported_flags (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/installboot/
installboot.c 124 ib_flags unsupported_flags; local in function:main
223 unsupported_flags = params->flags & ~params->machine->valid_flags;
224 unsupported_flags &= ~(IB_VERBOSE | IB_NOWRITE | IB_CLEAR | IB_EDIT
226 if (unsupported_flags != 0) {
229 if (unsupported_flags & options[ndx].flag) {
230 unsupported_flags &= ~options[ndx].flag;
235 if (unsupported_flags & IB_STAGE1START)
238 if (unsupported_flags & IB_STAGE2START)
241 unsupported_flags &= ~(IB_STAGE1START | IB_STAGE2START);
242 if (unsupported_flags != 0
    [all...]
installboot.c 124 ib_flags unsupported_flags; local in function:main
223 unsupported_flags = params->flags & ~params->machine->valid_flags;
224 unsupported_flags &= ~(IB_VERBOSE | IB_NOWRITE | IB_CLEAR | IB_EDIT
226 if (unsupported_flags != 0) {
229 if (unsupported_flags & options[ndx].flag) {
230 unsupported_flags &= ~options[ndx].flag;
235 if (unsupported_flags & IB_STAGE1START)
238 if (unsupported_flags & IB_STAGE2START)
241 unsupported_flags &= ~(IB_STAGE1START | IB_STAGE2START);
242 if (unsupported_flags != 0
    [all...]
installboot.c 124 ib_flags unsupported_flags; local in function:main
223 unsupported_flags = params->flags & ~params->machine->valid_flags;
224 unsupported_flags &= ~(IB_VERBOSE | IB_NOWRITE | IB_CLEAR | IB_EDIT
226 if (unsupported_flags != 0) {
229 if (unsupported_flags & options[ndx].flag) {
230 unsupported_flags &= ~options[ndx].flag;
235 if (unsupported_flags & IB_STAGE1START)
238 if (unsupported_flags & IB_STAGE2START)
241 unsupported_flags &= ~(IB_STAGE1START | IB_STAGE2START);
242 if (unsupported_flags != 0
    [all...]

Completed in 45 milliseconds