Home
last modified time | relevance | path

Searched refs:have_root_path (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.121.3/bsd/kern/
H A Dnetboot.c319 boolean_t have_root_path = FALSE; in netboot_info_init() local
337 have_root_path = TRUE; in netboot_info_init()
340 if (have_root_path == FALSE) { in netboot_info_init()
341 have_root_path = get_root_path(root_path); in netboot_info_init()
343 if (have_root_path) { in netboot_info_init()