Home
last modified time | relevance | path

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

/netbsd-src/sys/stand/efiboot/
H A Dboot.c86 static char dtb_path[255]; variable
521 if (strlen(arg) + 1 > sizeof(dtb_path)) in set_dtb_path()
523 strcpy(dtb_path, arg); in set_dtb_path()
530 return dtb_path; in get_dtb_path()