Home
last modified time | relevance | path

Searched refs:read_ptr (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_guc_log.c281 read_offset = log_buf_state_local.read_ptr;
290 log_buf_state->read_ptr = write_offset;
H A Dintel_guc_fwif.h522 u32 read_ptr; member
/dragonfly/contrib/binutils-2.27/gold/
H A Dfileread.cc395 char *read_ptr = static_cast<char *>(p); in do_read() local
400 bytes = ::pread(this->descriptor_, read_ptr, to_read, read_pos); in do_read()
406 read_ptr += bytes; in do_read()
/dragonfly/contrib/binutils-2.34/gold/
H A Dfileread.cc395 char *read_ptr = static_cast<char *>(p); in do_read() local
400 bytes = ::pread(this->descriptor_, read_ptr, to_read, read_pos); in do_read()
406 read_ptr += bytes; in do_read()
/dragonfly/contrib/gdb-7/gdb/
H A Dui-file.c292 set_ui_file_read (struct ui_file *file, ui_file_read_ftype *read_ptr) in set_ui_file_read() argument
294 file->to_read = read_ptr; in set_ui_file_read()