Searched refs:fdt_setprop_string (Results 1 – 2 of 2) sorted by relevance
/xen/xen/arch/arm/efi/ |
A D | efi-boot.h | 478 if ( fdt_setprop_string(fdt, chosen, "xen,xen-bootargs", buf) < 0 ) in efi_arch_handle_cmdline() 532 if ( options && fdt_setprop_string(fdt, node, "bootargs", options) < 0 ) in efi_arch_handle_module()
|
/xen/xen/include/xen/libfdt/ |
A D | libfdt.h | 1269 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ macro
|
Completed in 5 milliseconds