Searched refs:hwconfig_arg_f (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/include/ |
H A D | hwconfig.h | 20 extern const char *hwconfig_arg_f(const char *opt, size_t *arglen, char *buf); 34 static inline const char *hwconfig_arg_f(const char *opt, size_t *arglen, in hwconfig_arg_f() function 74 return hwconfig_arg_f(opt, arglen, NULL); in hwconfig_arg()
|
/openbmc/u-boot/common/ |
H A D | hwconfig.c | 140 const char *hwconfig_arg_f(const char *opt, size_t *arglen, char *buf) in hwconfig_arg_f() function 164 argstr = hwconfig_arg_f(opt, &arglen, buf); in hwconfig_arg_cmp_f()
|
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | eth_lx2160aqds.c | 488 ret = hwconfig_arg_f("srds", &len, env_dpmac); in board_eth_init() 507 ret = hwconfig_arg_f(dpmacid, &len, env_dpmac); in board_eth_init()
|