Home
last modified time | relevance | path

Searched refs:parse_str (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/char/ipmi/
H A Dipmi_si_hotmod.c58 static int parse_str(const struct hotmod_vals *v, unsigned int *val, char *name, in parse_str() function
111 rv = parse_str(hotmod_ops, &ival, "operation", &curr); in parse_hotmod_str()
116 rv = parse_str(hotmod_si, &ival, "interface type", &curr); in parse_hotmod_str()
121 rv = parse_str(hotmod_as, &ival, "address space", &curr); in parse_hotmod_str()
/linux/rust/syn/
H A Dlib.rs954 pub fn parse_str<T: parse::Parse>(s: &str) -> Result<T> { in parse_str() function
955 parse::Parser::parse_str(T::parse, s) in parse_str()
1010 let mut file: File = parse_str(content)?; in parse_file()
H A Dparse.rs1269 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str() method
H A Dexpr.rs3062 crate::parse_str(part).map_err(|err| Error::new(float_span, err))?; in multi_index()