Home
last modified time | relevance | path

Searched refs:get_env_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dnetconsole.c58 int env_id = get_env_id(); in is_broadcast()
78 int env_id = get_env_id(); in refresh_settings_from_env()
/openbmc/u-boot/net/
H A Deth_common.c113 env_id = get_env_id(); in eth_set_current()
/openbmc/u-boot/include/
H A Dcommon.h254 int get_env_id (void);
/openbmc/u-boot/cmd/
H A Dnvedit.c73 int get_env_id(void) in get_env_id() function