Searched refs:msg_handle (Results 1 – 2 of 2) sorted by relevance
637 - off64_t cache_offset = msg_handle->cache_start_offset;639 + off_t cache_offset = msg_handle->cache_start_offset;646 if (!msg_handle->cache || msg_handle->cfd < 0)657 - ret = lseek64(msg_handle->cfd, offset, whence);659 + ret = lseek(msg_handle->cfd, offset, whence);665 if (!msg_handle->cache || fd < 0)667 msg_handle->cache = false;678 - if (msg_handle->cache_start_offset == (off64_t)-1)680 + if (msg_handle->cache_start_offset == (off_t)-1)698 if (handle->msg_handle)[all …]
153 struct vchiq_header *msg_handle; member607 msg_context->u.sync.msg_handle = header; in service_callback()653 struct vchiq_header **msg_handle) in send_synchronous_mmal_msg() argument706 *msg_handle = msg_context->u.sync.msg_handle; in send_synchronous_mmal_msg()