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()
1022 PE_parse_boot_argn("bsdmgpath", dmgpath, sizeof(dmgpath)); in bsd_init()
1206 if (PE_parse_boot_argn("-s", namep, sizeof(namep))) { in parse_bsd_args()
1210 if (PE_parse_boot_argn("-x", namep, sizeof(namep))) { /* safe boot */ in parse_bsd_args()
1214 if (PE_parse_boot_argn("nbuf", &max_nbuf_headers, in parse_bsd_args()
1233 if (PE_parse_boot_argn("dyldsuffix", dyld_suffix, sizeof(dyld_suffix))) { in parse_bsd_args()
1239 if (PE_parse_boot_argn("alt-dyld", dyld_alt_path, sizeof(dyld_alt_path))) { in parse_bsd_args()
1263 …if (PE_i_can_has_debugger(NULL) && PE_parse_boot_argn("-hide_process_traced", namep, sizeof(namep)… in parse_bsd_args()
1512 boot_arg_bsdmgroot = PE_parse_boot_argn("-bsdmgroot", NULL, 0); in bsdmgroot_bootable()
1513 boot_arg_nobsdmgroot = PE_parse_boot_argn("-nobsdmgroot", NULL, 0); in bsdmgroot_bootable()