Lines Matching defs:tuples
152 u_int8_t *tuples, size_t len)
169 memset(tuples, 0, len);
179 tuples[j] = 0xff & e;
181 tuples[j + 1] = 0xff & e;
183 tuples[j + 2] = 0xff & e;
185 tuples[j + 3] = 0xff & e;
247 tuples, MIN(p->image_size, len));
269 tuples[n] = bus_space_read_1(bar_tag, bar_memh,
271 if (tuples[n] == PCMCIA_CISTPL_END)
273 if (tuples[n] == PCMCIA_CISTPL_NULL) {
278 tuples[n] = bus_space_read_1(bar_tag, bar_memh,
280 tlen = tuples[n];
285 cis_ptr+n, tuples+n, tlen);
913 * below this line, there are some functions for decoding tuples.