Lines Matching +defs:val +defs:offset
136 int64_t val; /* prop value to return */
138 val = default_val;
142 val = *valp;
143 if (val < min)
144 val = min;
145 else if (val > max)
146 val = max;
150 return ((int)val);
1685 int offset;
1717 offset = sizeof (fma_io_resp_t);
1718 if (resplen < offset) {
1733 if (resplen > offset) {
1734 (void) strncpy(name, (char *)((ptrdiff_t)resp + offset),