Home
last modified time | relevance | path

Searched refs:envmatch (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/tools/env/
H A Dfw_env.c380 static char *envmatch(char *s1, char *s2) in envmatch() function
411 val = envmatch(name, env); in fw_getenv()
437 val = envmatch(name, env); in fw_getdefenv()
549 oldval = envmatch(name, env); in fw_env_write()
/openbmc/u-boot/include/
H A Dcommon.h151 int envmatch (uchar *, int);
/openbmc/u-boot/cmd/
H A Dnvedit.c705 val = envmatch((uchar *)name, i); in env_get_f()
775 int envmatch(uchar *s1, int i2) in envmatch() function