Home
last modified time | relevance | path

Searched defs:subopt (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dhwconfig.h47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f()
52 static inline const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f()
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f()
82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub()
87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg()
93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp()
/openbmc/u-boot/common/
H A Dhwconfig.c183 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f()
204 const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f()
226 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f()
/openbmc/linux/net/mptcp/
H A Doptions.c29 u16 subopt; in mptcp_parse_option() local
H A Dprotocol.h178 static inline __be32 mptcp_option(u8 subopt, u8 len, u8 nib, u8 field) in mptcp_option()