Home
last modified time | relevance | path

Searched defs:args (Results 426 – 450 of 2439) sorted by relevance

1...<<11121314151617181920>>...98

/openbmc/qemu/tests/qtest/
H A Dcdrom-test.c20 static int exec_xorrisofs(const char **args) in exec_xorrisofs()
45 const char *args[] = { in prepare_image() local
/openbmc/linux/fs/fuse/
H A Ddev.c183 unsigned int fuse_len_args(unsigned int numargs, struct fuse_arg *args) in fuse_len_args()
432 static void fuse_adjust_compat(struct fuse_conn *fc, struct fuse_args *args) in fuse_adjust_compat()
474 static void fuse_args_to_req(struct fuse_req *req, struct fuse_args *args) in fuse_args_to_req()
485 ssize_t fuse_simple_request(struct fuse_mount *fm, struct fuse_args *args) in fuse_simple_request()
550 int fuse_simple_background(struct fuse_mount *fm, struct fuse_args *args, in fuse_simple_background()
580 struct fuse_args *args, u64 unique) in fuse_simple_notify_reply()
1014 unsigned argpages, struct fuse_arg *args, in fuse_copy_args()
1212 struct fuse_args *args; in fuse_dev_do_read() local
1653 static void fuse_retrieve_end(struct fuse_mount *fm, struct fuse_args *args, in fuse_retrieve_end()
1678 struct fuse_args *args; in fuse_retrieve() local
[all …]
/openbmc/linux/drivers/i2c/algos/
H A Di2c-algo-pca.c17 #define DEB1(fmt, args...) do { if (i2c_debug >= 1) \ argument
19 #define DEB2(fmt, args...) do { if (i2c_debug >= 2) \ argument
21 #define DEB3(fmt, args...) do { if (i2c_debug >= 3) \ argument
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr.h569 xfs_attr_init_add_state(struct xfs_da_args *args) in xfs_attr_init_add_state()
591 xfs_attr_init_remove_state(struct xfs_da_args *args) in xfs_attr_init_remove_state()
609 xfs_attr_init_replace_state(struct xfs_da_args *args) in xfs_attr_init_replace_state()
/openbmc/linux/drivers/iio/
H A Dindustrialio-backend.c80 #define iio_backend_op_call(back, op, args...) ({ \ argument
91 #define iio_backend_ptr_op_call(back, op, args...) ({ \ argument
105 #define iio_backend_void_op_call(back, op, args...) { \ argument
/openbmc/linux/fs/btrfs/
H A Dtree-checker.c61 va_list args; in generic_err() local
87 va_list args; in file_extent_err() local
147 va_list args; in dir_item_err() local
643 va_list args; in block_group_err() local
754 va_list args; in chunk_err() local
999 va_list args; in dev_item_err() local
1245 va_list args; in extent_err() local
1669 #define inode_ref_err(eb, slot, fmt, args...) \ argument
/openbmc/linux/arch/m68k/include/asm/
H A Dlinkage.h16 #define asmlinkage_protect(n, ret, args...) \ argument
18 #define __asmlinkage_protect_n(ret, args...) \ argument
/openbmc/u-boot/drivers/rtc/
H A Drx8025.c20 #define DEBUGR(fmt,args...) printf(fmt ,##args) argument
22 #define DEBUGR(fmt,args...) argument
H A Disl1208.c22 #define DEBUGR(fmt,args...) printf(fmt ,##args) argument
24 #define DEBUGR(fmt,args...) argument
/openbmc/openbmc/poky/scripts/
H A Dcrosstap54 def command(self, args): argument
105 def display_command(self, args): argument
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_task_queue.c20 struct ipc_task_queue_args *args = &ipc_task->args[q_rpos]; in ipc_task_queue_handler() local
62 struct ipc_task_queue_args *args = &ipc_task->args[q_rpos]; in ipc_task_queue_cleanup() local
/openbmc/openbmc/meta-arm/ci/
H A Dpatchreview247 args = argparse.ArgumentParser(description="Patch Review Tool") variable
254 args = args.parse_args() variable
/openbmc/qemu/include/qemu/
H A Drcu.h43 #define rcu_assert(args...) assert(args) argument
45 #define rcu_assert(args...) argument
/openbmc/linux/arch/nios2/kernel/
H A Dprocess.c102 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread()
257 struct kernel_clone_args args = { in nios2_clone() local
/openbmc/linux/drivers/macintosh/
H A Dwindfarm_lm87_sensor.c29 #define DBG(args...) printk(args) argument
31 #define DBG(args...) do { } while(0) argument
H A Dwindfarm_rm31.c27 #define DBG(args...) printk(args) argument
29 #define DBG(args...) do { } while(0) argument
33 #define DBG_LOTS(args...) printk(args) argument
35 #define DBG_LOTS(args...) do { } while(0) argument
H A Dwindfarm_pm112.c29 #define DBG(args...) printk(args) argument
31 #define DBG(args...) do { } while(0) argument
35 #define DBG_LOTS(args...) printk(args) argument
37 #define DBG_LOTS(args...) do { } while(0) argument
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-yuv.c26 struct ivtv_dma_frame *args) in ivtv_yuv_prep_user_dma()
968 static void ivtv_yuv_setup_frame(struct ivtv *itv, struct ivtv_dma_frame *args) in ivtv_yuv_setup_frame()
1067 static int ivtv_yuv_udma_frame(struct ivtv *itv, struct ivtv_dma_frame *args) in ivtv_yuv_udma_frame()
1159 int ivtv_yuv_prep_frame(struct ivtv *itv, struct ivtv_dma_frame *args) in ivtv_yuv_prep_frame()
/openbmc/linux/tools/testing/selftests/futex/include/
H A Dlogging.h131 #define error(message, err, args...) \ argument
142 #define fail(message, args...) \ argument
/openbmc/linux/tools/perf/trace/beauty/
H A Dperf_event_open.c56 struct attr_fprintf_args *args = priv; in attr__fprintf() local
66 struct attr_fprintf_args args = { in perf_event_attr___scnprintf() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dkfunc_call_test.c107 int kfunc_syscall_test(struct syscall_test_args *args) in kfunc_syscall_test()
122 int kfunc_syscall_test_null(struct syscall_test_args *args) in kfunc_syscall_test_null()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_usif.c56 } *args = data; in usif_object_new() local
71 } *args = data; in usif_object_new() local
/openbmc/linux/include/linux/
H A Dnetlink.h111 #define NL_SET_ERR_MSG_FMT(extack, fmt, args...) do { \ argument
130 #define NL_SET_ERR_MSG_FMT_MOD(extack, fmt, args...) \ argument
165 #define NL_SET_ERR_MSG_ATTR_POL_FMT(extack, attr, pol, fmt, args...) do { \ argument
187 #define NL_SET_ERR_MSG_ATTR_FMT(extack, attr, msg, args...) \ argument
299 long args[6]; member
/openbmc/linux/fs/ocfs2/
H A Dinode.c112 struct ocfs2_find_inode_args args; in ocfs2_ilookup() local
127 struct ocfs2_find_inode_args args; in ocfs2_iget() local
213 struct ocfs2_find_inode_args *args = NULL; in ocfs2_find_actor() local
238 struct ocfs2_find_inode_args *args = opaque; in ocfs2_init_locked_inode() local
402 struct ocfs2_find_inode_args *args) in ocfs2_read_locked_inode()
/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c295 TestArgs *args = (TestArgs *) opaque; in test_primitives() local
356 TestArgs *args = (TestArgs *) opaque; in test_primitive_lists() local
573 TestArgs *args = (TestArgs *) opaque; in test_struct() local
594 TestArgs *args = (TestArgs *) opaque; in test_nested_struct() local
615 TestArgs *args = (TestArgs *) opaque; in test_nested_struct_list() local
1028 TestArgs *args; in add_visitor_type() local

1...<<11121314151617181920>>...98