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 D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 95 -off64_t msg_lseek(struct tracecmd_msg_handle *msg_handle, off64_t offset, int whence); 96 +off_t msg_lseek(struct tracecmd_msg_handle *msg_handle, off_t offset, int whence); 634 -__hidden off64_t msg_lseek(struct tracecmd_msg_handle *msg_handle, off64_t offset, int whence) 635 +__hidden off_t msg_lseek(struct tracecmd_msg_handle *msg_handle, off_t offset, int whence) 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); 664 @@ -639,7 +639,7 @@ static int flush_cache(struct tracecmd_msg_handle *msg_handle) [all …]
|
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-vchiq.c | 153 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()
|