Lines Matching refs:subopt
23 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
24 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
26 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
48 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument
53 static inline const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f() argument
60 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument
83 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() argument
85 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
88 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() argument
91 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
94 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() argument
97 return hwconfig_subarg_cmp_f(opt, subopt, subarg, NULL); in hwconfig_subarg_cmp()