Searched refs:opt_m (Results 1 – 1 of 1) sorted by relevance
244 u_int opt_e = 0, opt_h = 0, opt_i = 0, opt_k = 0, opt_m = 0, opt_n = 0; in newfs_msdos_main() local334 opt_m = argto1(optarg, 0, "media descriptor"); in newfs_msdos_main()483 if (opt_m < 0xf0) in newfs_msdos_main()484 errx(1, "illegal media descriptor (%#x)", opt_m); in newfs_msdos_main()485 bpb.mid = opt_m; in newfs_msdos_main()