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

  /src/sys/arch/amiga/stand/bootblock/boot/
main.c 98 u_int32_t I_flag = 0;
228 I_flag = get_number(&path);
467 (u_long)amiga_flags, (u_long)I_flag);
484 boothowto, esym, cpuid, eclock, amiga_flags, I_flag,
  /src/sys/arch/amiga/stand/loadbsd/
loadbsd.c 164 u_long I_flag;
277 I_flag = strtoul(optarg, NULL, 16);
467 boothowto, esym, cpuid, eclock_freq, amiga_flags, I_flag, Z_flag == 0);
  /src/sbin/fdisk/
fdisk.c 211 static int i_flag; /* init bootcode */ variable in typeref:typename:int
212 static int I_flag; /* ignore errors */
391 i_flag = B_flag = 0;
438 i_flag = 1;
441 I_flag = 1;
487 i_flag = 1;
508 if (sh_flag && (a_flag || i_flag || u_flag || f_flag || s_flag))
539 if (open_disk(B_flag || a_flag || i_flag || u_flag) < 0)
600 if (!i_flag && !B_flag) {
610 if (B_flag || u_flag || i_flag)
    [all...]

Completed in 14 milliseconds