Home
last modified time | relevance | path

Searched refs:msg_handle (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch637 - 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 …]
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c153 struct vchiq_header *msg_handle; member
607 msg_context->u.sync.msg_handle = header; in service_callback()
653 struct vchiq_header **msg_handle) in send_synchronous_mmal_msg() argument
706 *msg_handle = msg_context->u.sync.msg_handle; in send_synchronous_mmal_msg()