Home
last modified time | relevance | path

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

/NextBSD/sys/boot/fdt/
HDfdt_loader_cmd.c1323 fdt_extract_nameloc(char **pathp, char **namep, int *nodeoff) in fdt_extract_nameloc() function
1381 if (fdt_extract_nameloc(&path, &propname, &o) != 0) in fdt_cmd_prop()
1458 if (fdt_extract_nameloc(&path, &propname, &o) != 0) in fdt_cmd_mkprop()
1483 if (fdt_extract_nameloc(&path, &propname, &o) != 0) in fdt_cmd_rm()
1517 if (fdt_extract_nameloc(&path, &nodename, &o) != 0) in fdt_cmd_mknode()