HomeSort by relevance Sort by last modified time
    Searched refs:hwconfig_arg_f (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
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, function
74 return hwconfig_arg_f(opt, arglen, NULL);
  /external/u-boot/common/
hwconfig.c 128 * hwconfig_arg_f - get hwconfig option's argument
140 const char *hwconfig_arg_f(const char *opt, size_t *arglen, char *buf) function
151 * This call is similar to hwconfig_arg_f, but instead of returning
164 argstr = hwconfig_arg_f(opt, &arglen, buf);
201 * This call is similar to hwconfig_arg_f(), except that it takes an

Completed in 85 milliseconds