Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Dnetboot.c318 boolean_t have_root_path = FALSE; in netboot_info_init() local
336 have_root_path = TRUE; in netboot_info_init()
339 if (have_root_path == FALSE) { in netboot_info_init()
340 have_root_path = get_root_path(root_path); in netboot_info_init()
342 if (have_root_path) { in netboot_info_init()