Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dbinop.c72 char *oparg, *lenarg, *src1arg, *src2arg, *destarg; in do_binop() local
135 destarg = argv[5]; in do_binop()
137 if (*destarg == '*') in do_binop()
138 write_to_mem(destarg + 1, result, len); /* Skip asterisk */ in do_binop()
140 write_to_env_var(destarg, result, len); in do_binop()
/u-boot/arch/arm/mach-meson/
A Dsm.c166 char *destarg = NULL; in do_sm_reboot_reason() local
170 destarg = argv[1]; in do_sm_reboot_reason()
182 if (destarg) in do_sm_reboot_reason()
183 env_set(destarg, reason_str); in do_sm_reboot_reason()

Completed in 3 milliseconds