Lines Matching refs:offset
56 uint16_t sz, offset = 0;
85 while (offset < sz) {
87 cmd_data_in.ifr_offset_lsb = BITX(offset, 7, 0);
88 cmd_data_in.ifr_offset_msb = BITX(offset, 15, 8);
89 if ((sz - offset) < 128)
90 cmd_data_in.ifr_count = sz - offset;
112 (void) memcpy(tmp+offset, (char *)(resp->ic_data)+1, count);
113 offset += count;
130 * We get the offset to the product info area from the FRU common
133 * The product info area is optional, so if the offset is NULL,
194 * We get the offset to the board info area from the FRU common
197 * The board info area is optional, so if the offset is NULL,