Searched refs:subopt (Results 1 – 1 of 1) sorted by relevance
| /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 …]
|
Completed in 7 milliseconds