Searched refs:read_pointer (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arc/kernel/
H A Dunwind.c170 static unsigned long read_pointer(const u8 **pLoc,
203 || (void *)read_pointer(&ptr, end, header_start[1])
206 || read_pointer(&ptr, end, header_start[2]) <= 0
295 if (!read_pointer(&ptr, (const u8 *)(fde + 1) + *fde,
336 header->table[n].start = read_pointer(&ptr,
534 static unsigned long read_pointer(const u8 **pLoc, const void *end, function
647 if (!read_pointer(&ptr, end, ptrType)
733 state->loc = read_pointer(&ptr.p8, end,
957 if (tableSize && read_pointer(&ptr, end, hdr[1])
959 && (i = read_pointer(
[all...]
/linux-master/drivers/scsi/
H A Dst.h43 int read_pointer; member in struct:st_buffer
H A Dst.c857 (STp->buffer)->read_pointer) / STp->block_size -
858 ((STp->buffer)->read_pointer + STp->block_size - 1) /
861 (STp->buffer)->read_pointer = 0;
1196 (STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0;
1961 STbp->read_pointer = 0;
2996 (STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0;
4039 for (i = 0, offset = st_bp->read_pointer;
4054 st_bp->read_pointer += cnt;
4083 st_bp->buffer_bytes = st_bp->read_pointer = total;

Completed in 117 milliseconds