Searched refs:fdt_delprop (Results 1 – 5 of 5) sorted by relevance
/freebsd/stand/kboot/kboot/arch/powerpc64/ |
H A D | fdt_arch.c | 46 fdt_delprop(fdtp, offset, "available"); in fdt_arch_fixups() 79 fdt_delprop(fdtp, offset, "cpu"); /* This node not meaningful */ in fdt_arch_fixups()
|
/freebsd/stand/powerpc/ofw/ |
H A D | ofwfdt.c | 143 fdt_delprop(fdtp, offset, "available"); in ofwfdt_fixups()
|
/freebsd/sys/contrib/libfdt/ |
H A D | libfdt.h | 1790 int fdt_delprop(void *fdt, int nodeoffset, const char *name);
|
H A D | fdt_rw.c | 332 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() function
|
/freebsd/stand/fdt/ |
H A D | fdt_loader_cmd.c | 1797 if ((rv = fdt_delprop(fdtp, o, propname)) != 0) { in fdt_cmd_rm()
|