Searched refs:fdt_extract_nameloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/stand/fdt/ |
| D | fdt_loader_cmd.c | 1636 fdt_extract_nameloc(char **pathp, char **namep, int *nodeoff) in fdt_extract_nameloc() function 1695 if (fdt_extract_nameloc(&path, &propname, &o) != 0) in fdt_cmd_prop() 1773 if (fdt_extract_nameloc(&path, &propname, &o) != 0) in fdt_cmd_mkprop() 1798 if (fdt_extract_nameloc(&path, &propname, &o) != 0) in fdt_cmd_rm() 1833 if (fdt_extract_nameloc(&path, &nodename, &o) != 0) in fdt_cmd_mknode()
|