Searched refs:subopt (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/ |
H 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 52 static inline const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_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() [all …]
|
/openbmc/u-boot/common/ |
H A D | hwconfig.c | 183 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() argument 191 return !!hwconfig_parse(arg, arglen, subopt, ",;", '=', NULL); in hwconfig_sub_f() 204 const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f() argument 213 return hwconfig_parse(arg, arglen, subopt, ",;", '=', subarglen); in hwconfig_subarg_f() 226 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() argument 232 argstr = hwconfig_subarg_f(opt, subopt, &arglen, buf); in hwconfig_subarg_cmp_f()
|
/openbmc/linux/net/mptcp/ |
H A D | options.c | 29 u16 subopt; in mptcp_parse_option() local 42 subopt = OPTION_MPTCP_MPC_ACK; in mptcp_parse_option() 46 subopt = OPTION_MPTCP_MPC_SYNACK; in mptcp_parse_option() 49 subopt = OPTION_MPTCP_MPC_SYN; in mptcp_parse_option() 93 mp_opt->suboptions |= subopt; in mptcp_parse_option()
|
H A D | protocol.h | 178 static inline __be32 mptcp_option(u8 subopt, u8 len, u8 nib, u8 field) in mptcp_option() argument 180 return htonl((TCPOPT_MPTCP << 24) | (len << 16) | (subopt << 12) | in mptcp_option()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/ |
H A D | b76e3c578f1e9f582e9c28f50d82b1f569602075.patch | 825 option += options->subopt + 1; 840 options->subopt = 0;
|