Structs§
Functions§
- libuboot_
del_ ⚠env - Delete variable
- libuboot_
exit ⚠ - Free context
- libuboot_
get_ ⚠env - Get variable value
- libuboot_
get_ ⚠next - Returns next variable as “key=value”. Pass prev=NULL for first call.
- libuboot_
initialize ⚠ - Initialize context using config file (e.g. /etc/fw_env.config)
- libuboot_
save ⚠ - Persist changes to storage
- libuboot_
set_ ⚠env - Set variable value (not persisted until save)