Searched refs:parse_str (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_si_intf.c | 1730 static int parse_str(struct hotmod_vals *v, int *val, char *name, char **curr) in parse_str() function 1829 rv = parse_str(hotmod_ops, &ival, "operation", &curr); in hotmod_handler() 1834 rv = parse_str(hotmod_si, &ival, "interface type", &curr); in hotmod_handler() 1839 rv = parse_str(hotmod_as, &addr_space, "address space", &curr); in hotmod_handler()
|