| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 810 static int dump_raw_data(const char *out_path, const void *data, u32 size) in dump_raw_data() argument 815 file = fopen(out_path, "wb"); in dump_raw_data() 817 pr_err("Couldn't open %s for writing\n", out_path); in dump_raw_data() 823 pr_err("Failed to write data to %s\n", out_path); in dump_raw_data() 825 unlink(out_path); in dump_raw_data() 830 pr_debug("Dumped %lu bytes of data to %s\n", size, out_path); in dump_raw_data() 835 static int dump_raw_btf_ids(struct object *obj, const char *out_path) in dump_raw_btf_ids() argument 855 err = dump_raw_data(out_path, data->d_buf, data->d_size); in dump_raw_btf_ids() 862 static int dump_raw_btf(struct btf *btf, const char *out_path) in dump_raw_btf() argument 874 err = dump_raw_data(out_path, raw_btf_dat in dump_raw_btf() 1485 char out_path[PATH_MAX]; main() local [all...] |
| /linux/tools/virtio/virtio-trace/ |
| H A D | trace-agent.c | 158 const char *out_path = NULL; in agent_info_init() local 169 out_path = make_output_path(cpu); in agent_info_init() 170 if (out_path == NULL) in agent_info_init() 176 rw_thread_init(cpu, in_path, out_path, s->use_stdout, in agent_info_init()
|
| H A D | trace-agent-rw.c | 40 void *rw_thread_init(int cpu, const char *in_path, const char *out_path, in rw_thread_init() argument 58 rw_ti->out_fd = open(out_path, O_WRONLY); in rw_thread_init()
|
| H A D | trace-agent.h | 58 extern void *rw_thread_init(int cpu, const char *in_path, const char *out_path,
|
| /linux/fs/ |
| H A D | fhandle.c | 368 goto out_path; in handle_to_path() 373 goto out_path; in handle_to_path() 381 goto out_path; in handle_to_path() 399 out_path: in handle_to_path()
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-reg.c | 86 if (ctx->out_path == FIMC_IO_LCDFIFO) in fimc_hw_set_rotation() 92 if (ctx->out_path == FIMC_IO_DMA) { in fimc_hw_set_rotation() 292 if (ctx->out_path == FIMC_IO_DMA) { in fimc_hw_set_scaler() 410 if (FIMC_IO_LCDFIFO == ctx->out_path) in fimc_hw_set_in_dma_size() 441 fimc_hw_en_autoload(dev, ctx->out_path == FIMC_IO_LCDFIFO); in fimc_hw_set_in_dma() 524 if (ctx->out_path == FIMC_IO_LCDFIFO) in fimc_hw_set_output_path()
|
| H A D | fimc-lite.h | 164 atomic_t out_path; member
|
| H A D | fimc-lite-reg.c | 66 if (atomic_read(&dev->out_path) == FIMC_IO_DMA) { in flite_hw_set_interrupt_mask()
|
| H A D | fimc-m2m.c | 643 ctx->out_path = FIMC_IO_DMA; in fimc_m2m_open()
|
| H A D | fimc-capture.c | 1727 ctx->out_path = FIMC_IO_DMA; in fimc_register_capture_device()
|
| /linux/drivers/s390/char/ |
| H A D | monreader.c | 303 goto out_path; in mon_open() 315 goto out_path; in mon_open() 320 out_path: in mon_open()
|
| /linux/drivers/media/platform/samsung/exynos-gsc/ |
| H A D | gsc-regs.c | 225 if (ctx->out_path == GSC_DMA) in gsc_hw_set_output_path() 240 if (ctx->out_path == GSC_DMA) { in gsc_hw_set_out_size() 300 if (ctx->out_path != GSC_DMA) { in gsc_hw_set_out_image_format()
|
| H A D | gsc-m2m.c | 527 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_m2m_s_selection() 533 ctx->out_path); in gsc_m2m_s_selection() 638 ctx->out_path = GSC_DMA; in gsc_m2m_open()
|
| H A D | gsc-core.c | 606 int dh, int rot, int out_path) in gsc_check_scaler_ratio() argument 610 if (out_path == GSC_DMA) in gsc_check_scaler_ratio() 644 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_set_scaler_info() 724 ctx->out_path); in __gsc_s_ctrl()
|
| /linux/fs/xfs/scrub/ |
| H A D | dirtree_repair.c | 588 goto out_path; in xrep_dirtree_create_adoption_path() 596 goto out_path; in xrep_dirtree_create_adoption_path() 606 out_path: in xrep_dirtree_create_adoption_path()
|
| H A D | dirtree.c | 252 goto out_path; in xchk_dirtree_create_path() 261 out_path: in xchk_dirtree_create_path()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.c | 549 goto out_path; in xfs_rtginode_create() 564 goto out_path; in xfs_rtginode_create() 578 out_path: in xfs_rtginode_create()
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_drm_drv.c | 894 * @out_path: Pointer to an array that will contain the new pipeline in mtk_drm_of_get_ddp_ep_cid() 909 const unsigned int **out_path, 995 *out_path = final_ddp_path; in mtk_drm_of_ddp_path_build_one() 919 mtk_drm_of_ddp_path_build_one(struct device * dev,enum mtk_crtc_path cpath,const unsigned int ** out_path,unsigned int * out_path_len) mtk_drm_of_ddp_path_build_one() argument
|
| /linux/fs/nfs/ |
| H A D | fs_context.c | 1109 goto out_path; in nfs_parse_source() 1125 out_path: in nfs_parse_source()
|
| /linux/fs/smb/client/ |
| H A D | smb2pdu.c | 2834 alloc_path_with_tree_prefix(__le16 **out_path, int *out_size, int *out_len, 2861 *out_path = kzalloc(*out_size + sizeof(__le16) /* null */, GFP_KERNEL); in alloc_path_with_tree_prefix() 2862 if (!*out_path) in alloc_path_with_tree_prefix() 2866 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix() 2870 UniStrcat((wchar_t *)*out_path, (wchar_t *)sep); in alloc_path_with_tree_prefix() 2871 UniStrcat((wchar_t *)*out_path, (wchar_t *)path); in alloc_path_with_tree_prefix() 2835 alloc_path_with_tree_prefix(__le16 ** out_path,int * out_size,int * out_len,const char * treename,const __le16 * path) alloc_path_with_tree_prefix() argument
|
| /linux/fs/ext4/ |
| H A D | extents.c | 3259 goto out_path; in ext4_split_extent_at() 3273 goto out_path; in ext4_split_extent_at() 3298 out_path: in ext4_split_extent_at()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 1387 goto out_path; in unix_bind_bsd() 1412 out_path: in unix_bind_bsd()
|