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