Searched refs:parse_str (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_si_hotmod.c | 58 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 D | lib.rs | 954 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 D | parse.rs | 1269 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str() method
|
| H A D | expr.rs | 3062 crate::parse_str(part).map_err(|err| Error::new(float_span, err))?; in multi_index()
|