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