Searched refs:subopt (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/ |
A D | hwconfig.h | 22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf); 23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt, 25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, 47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument 59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument 82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument 84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub() 87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument 90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg() 93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument [all …]
|
/u-boot/common/ |
A D | hwconfig.c | 186 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument 194 return !!hwconfig_parse(arg, arglen, subopt, ",;", '=', NULL); in hwconfig_sub_f() 207 const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f() argument 216 return hwconfig_parse(arg, arglen, subopt, ",;", '=', subarglen); in hwconfig_subarg_f() 229 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument 235 argstr = hwconfig_subarg_f(opt, subopt, &arglen, buf); in hwconfig_subarg_cmp_f()
|
Completed in 5 milliseconds