Lines Matching refs:PE_parse_boot_argn
457 if (PE_parse_boot_argn("rd", dev_path, MAXPATHLEN)) { in bsd_rooted_ramdisk()
586 PE_parse_boot_argn("policy_check", &policy_check_flags, sizeof(policy_check_flags)); in bsd_init()
1017 PE_parse_boot_argn("bsdmgpath", dmgpath, sizeof(dmgpath)); in bsd_init()
1201 if (PE_parse_boot_argn("-s", namep, sizeof(namep))) { in parse_bsd_args()
1205 if (PE_parse_boot_argn("-x", namep, sizeof(namep))) { /* safe boot */ in parse_bsd_args()
1209 if (PE_parse_boot_argn("nbuf", &max_nbuf_headers, in parse_bsd_args()
1228 if (PE_parse_boot_argn("dyldsuffix", dyld_suffix, sizeof(dyld_suffix))) { in parse_bsd_args()
1234 if (PE_parse_boot_argn("alt-dyld", dyld_alt_path, sizeof(dyld_alt_path))) { in parse_bsd_args()
1258 …if (PE_i_can_has_debugger(NULL) && PE_parse_boot_argn("-hide_process_traced", namep, sizeof(namep)… in parse_bsd_args()
1507 boot_arg_bsdmgroot = PE_parse_boot_argn("-bsdmgroot", NULL, 0); in bsdmgroot_bootable()
1508 boot_arg_nobsdmgroot = PE_parse_boot_argn("-nobsdmgroot", NULL, 0); in bsdmgroot_bootable()