Lines Matching refs:ival
109 unsigned int ival; in parse_hotmod_str() local
112 rv = parse_str(hotmod_ops, &ival, "operation", &curr); in parse_hotmod_str()
115 *op = ival; in parse_hotmod_str()
117 rv = parse_str(hotmod_si, &ival, "interface type", &curr); in parse_hotmod_str()
120 h->type = ival; in parse_hotmod_str()
122 rv = parse_str(hotmod_as, &ival, "address space", &curr); in parse_hotmod_str()
125 h->space = ival; in parse_hotmod_str()
192 int ival; in hotmod_handler() local
199 ival = len - 1; in hotmod_handler()
200 while ((ival >= 0) && isspace(str[ival])) { in hotmod_handler()
201 str[ival] = '\0'; in hotmod_handler()
202 ival--; in hotmod_handler()