Home
last modified time | relevance | path

Searched refs:env_op (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/include/
H A Dsearch.h21 enum env_op { enum
36 int (*callback)(const char *name, const char *value, enum env_op op,
62 int (*change_ok)(const ENTRY *__item, const char *newval, enum env_op,
H A Denv_callback.h77 int (*callback)(const char *name, const char *value, enum env_op op,
H A Denv_flags.h160 int env_flags_validate(const ENTRY *item, const char *newval, enum env_op op,
/openbmc/u-boot/net/
H A Dnet.c216 static int on_ipaddr(const char *name, const char *value, enum env_op op, in on_ipaddr()
228 static int on_gatewayip(const char *name, const char *value, enum env_op op, in on_gatewayip()
240 static int on_netmask(const char *name, const char *value, enum env_op op, in on_netmask()
252 static int on_serverip(const char *name, const char *value, enum env_op op, in on_serverip()
264 static int on_nvlan(const char *name, const char *value, enum env_op op, in on_nvlan()
276 static int on_vlan(const char *name, const char *value, enum env_op op, in on_vlan()
289 static int on_dnsip(const char *name, const char *value, enum env_op op, in on_dnsip()
H A Deth_legacy.c101 static int on_ethaddr(const char *name, const char *value, enum env_op op, in on_ethaddr()
H A Deth-uclass.c213 static int on_ethaddr(const char *name, const char *value, enum env_op op, in on_ethaddr()
/openbmc/u-boot/env/
H A Dcallback.c122 static int on_callbacks(const char *name, const char *value, enum env_op op, in on_callbacks()
H A Dflags.c475 static int on_flags(const char *name, const char *value, enum env_op op, in on_flags()
498 int env_flags_validate(const ENTRY *item, const char *newval, enum env_op op, in env_flags_validate()
/openbmc/u-boot/drivers/usb/gadget/
H A Dg_dnl.c211 static int on_serialno(const char *name, const char *value, enum env_op op, in on_serialno()
/openbmc/u-boot/common/
H A Dconsole.c24 static int on_console(const char *name, const char *value, enum env_op op, in on_console()
67 static int on_silent(const char *name, const char *value, enum env_op op, in on_silent()
H A Dlcd.c741 static int on_splashimage(const char *name, const char *value, enum env_op op, in on_splashimage()
H A Dimage.c450 static int on_loadaddr(const char *name, const char *value, enum env_op op, in on_loadaddr()
/openbmc/u-boot/drivers/serial/
H A Dserial.c49 static int on_baudrate(const char *name, const char *value, enum env_op op, in on_baudrate()
H A Dserial-uclass.c369 static int on_baudrate(const char *name, const char *value, enum env_op op, in on_baudrate()
/openbmc/u-boot/
H A DREADME3856 int callback(const char *name, const char *value, enum env_op op, int flags)