/openbmc/u-boot/lib/ |
H A D | vsprintf.c | 508 va_list args) in vsnprintf_internal() 713 va_list args) in vsnprintf() 718 int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf() 733 va_list args; in snprintf() local 745 va_list args; in scnprintf() local 768 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() 775 va_list args; in sprintf() local 787 va_list args; in printf() local 808 int vprintf(const char *fmt, va_list args) in vprintf()
|
/openbmc/linux/virt/kvm/ |
H A D | eventfd.c | 36 kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args) in kvm_arch_irqfd_allowed() 303 kvm_irqfd_assign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_assign() 548 kvm_irqfd_deassign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_deassign() 588 kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() 839 struct kvm_ioeventfd *args) in kvm_assign_ioeventfd_idx() 902 struct kvm_ioeventfd *args) in kvm_deassign_ioeventfd_idx() 944 static int kvm_deassign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_deassign_ioeventfd() 956 kvm_assign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_assign_ioeventfd() 1008 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd()
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 33 def add(args, config, basepath, workspace): argument 432 def extract(args, config, basepath, workspace): argument 454 def sync(args, config, basepath, workspace): argument 755 def modify(args, config, basepath, workspace): argument 988 def rename(args, config, basepath, workspace): argument 1888 def update_recipe(args, config, basepath, workspace): argument 1924 def status(args, config, basepath, workspace): argument 2043 def reset(args, config, basepath, workspace): argument 2092 def finish(args, config, basepath, workspace): argument
|
/openbmc/qemu/pc-bios/vof/ |
H A D | ci.c | 7 uint32_t args[10]; member 44 void prom_entry(uint32_t args) in prom_entry() 54 struct prom_args args; in call_ci() local
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-stress.c | 78 static void uffd_stats_reset(struct uffd_args *args, unsigned long n_cpus) in uffd_stats_reset() 132 struct uffd_args *args = (struct uffd_args *)arg; in uffd_read_thread() local 179 static int stress(struct uffd_args *args) in stress() 248 struct uffd_args args[nr_cpus]; in userfaultfd_stress() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-seccomp.c | 30 static void test_seccomp_helper(const char *args, bool killed, in test_seccomp_helper() 70 static void test_seccomp_killed(const char *args, int (*doit)(void)) in test_seccomp_killed() 75 static void test_seccomp_errno(const char *args, int errnum, int (*doit)(void)) in test_seccomp_errno() 80 static void test_seccomp_passed(const char *args, int (*doit)(void)) in test_seccomp_passed()
|
/openbmc/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb.c | 215 u8 args[PCAN_USB_CMD_ARGS_LEN] = { in pcan_usb_set_sja1000() local 225 u8 args[PCAN_USB_CMD_ARGS_LEN] = { in pcan_usb_set_bus() local 235 u8 args[PCAN_USB_CMD_ARGS_LEN] = { in pcan_usb_set_silent() local 246 u8 args[PCAN_USB_CMD_ARGS_LEN] = { in pcan_usb_set_err_frame() local 255 u8 args[PCAN_USB_CMD_ARGS_LEN] = { in pcan_usb_set_ext_vcc() local 264 u8 args[PCAN_USB_CMD_ARGS_LEN] = { in pcan_usb_set_led() local 277 u8 args[PCAN_USB_CMD_ARGS_LEN]; in pcan_usb_set_bittiming() local 373 u8 args[PCAN_USB_CMD_ARGS_LEN]; in pcan_usb_get_serial() local 389 u8 args[PCAN_USB_CMD_ARGS_LEN]; in pcan_usb_get_can_channel_id() local 405 u8 args[PCAN_USB_CMD_ARGS_LEN]; in pcan_usb_set_can_channel_id() local
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-net-failover.c | 40 static QTestState *machine_start(const char *args, int numbus) in machine_start() 627 QDict *resp, *args, *ret; in test_migrate_out() local 796 QDict *resp, *args, *ret; in test_off_migrate_out() local 914 QDict *resp, *args, *ret; in test_guest_off_migrate_out() local 1041 QDict *resp, *args, *ret; in test_migrate_guest_off_abort() local 1142 QDict *resp, *args, *ret; in test_migrate_abort_wait_unplug() local 1231 QDict *resp, *args, *ret; in test_migrate_abort_active() local 1330 QDict *resp, *args, *ret; in test_migrate_off_abort() local 1421 QDict *resp, *args, *ret; in test_migrate_abort_timeout() local 1512 QDict *resp, *args, *ret; in test_multi_out() local
|
/openbmc/linux/arch/mips/kernel/ |
H A D | signal-common.h | 17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) argument 19 # define DEBUGP(fmt, args...) argument
|
/openbmc/linux/drivers/firmware/arm_ffa/ |
H A D | smccc.c | 10 static void __arm_ffa_fn_smc(ffa_value_t args, ffa_value_t *res) in __arm_ffa_fn_smc() 15 static void __arm_ffa_fn_hvc(ffa_value_t args, ffa_value_t *res) in __arm_ffa_fn_hvc()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | func_args.py | 12 def pop_arg(pop_arg_default=None, *args, **kwargs): 154 def args_to_objects(args): argument
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vio.c | 160 target_ulong opcode, target_ulong *args) in h_reg_crq() 216 target_ulong opcode, target_ulong *args) in h_free_crq() 230 target_ulong opcode, target_ulong *args) in h_send_crq() 253 target_ulong opcode, target_ulong *args) in h_enable_crq() 332 uint32_t nargs, target_ulong args, in rtas_set_tce_bypass() 363 uint32_t nargs, target_ulong args, in rtas_quiesce() 547 target_ulong *args) in h_vio_signal()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/ |
H A D | builddelete.py | 12 args = '<buildID1 buildID2 .....>' variable in Command 19 def handle(self, *args, **options):
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_chan.c | 150 struct nv_dma_v0 args = {}; in nouveau_channel_prep() local 283 } args; in nouveau_channel_ctor() local 370 struct nv_dma_v0 args = {}; in nouveau_channel_init() local 381 } args; in nouveau_channel_init() local 538 } args = { in nouveau_channels_init() local
|
/openbmc/linux/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_protocol_ops.c | 54 union ipc_msg_prep_args *args) in ipc_protocol_msg_prepipe_open() 106 union ipc_msg_prep_args *args) in ipc_protocol_msg_prepipe_close() 126 union ipc_msg_prep_args *args) in ipc_protocol_msg_prep_sleep() 151 union ipc_msg_prep_args *args) in ipc_protocol_msg_prep_feature_set() 508 union ipc_msg_prep_args *args) in ipc_protocol_msg_prep()
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-mailbox.c | 175 static void write_mailbox(volatile struct ivtv_mailbox __iomem *mbox, int cmd, int args, u32 data[]) in write_mailbox() 200 static int ivtv_api_call(struct ivtv *itv, int cmd, int args, u32 data[]) in ivtv_api_call() 315 int ivtv_api(struct ivtv *itv, int cmd, int args, u32 data[]) in ivtv_api() 330 int ivtv_vapi_result(struct ivtv *itv, u32 data[CX2341X_MBOX_MAX_DATA], int cmd, int args, ...) in ivtv_vapi_result() 343 int ivtv_vapi(struct ivtv *itv, int cmd, int args, ...) in ivtv_vapi()
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | query.py | 30 def do_show_layers(self, args): argument 47 def do_show_overlayed(self, args): argument 108 def do_show_recipes(self, args): argument 275 def do_show_appends(self, args): argument 356 def do_show_cross_depends(self, args): argument
|
/openbmc/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 59 #define call_memop(vb, op, args...) \ argument 71 #define call_ptr_memop(op, vb, args...) \ argument 83 #define call_void_memop(vb, op, args...) \ argument 97 #define call_qop(q, op, args...) \ argument 108 #define call_void_qop(q, op, args...) \ argument 116 #define log_vb_qop(vb, op, args...) \ argument 121 #define call_vb_qop(vb, op, args...) \ argument 133 #define call_void_vb_qop(vb, op, args...) \ argument 143 #define call_memop(vb, op, args...) \ argument 147 #define call_ptr_memop(op, vb, args...) \ argument [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_filestream.c | 57 struct xfs_alloc_arg *args, in xfs_filestream_pick_ag() 205 struct xfs_alloc_arg *args, in xfs_filestream_lookup_association() 261 struct xfs_alloc_arg *args, in xfs_filestream_create_association() 344 struct xfs_alloc_arg *args, in xfs_filestream_select_ag()
|
H A D | xfs_message.c | 37 va_list args; in xfs_printk_level() local 61 va_list args; in _xfs_alert_tag() local 122 va_list args; in xfs_buf_alert_ratelimited() local
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gem.c | 284 union drm_amdgpu_gem_create *args = data; in amdgpu_gem_create_ioctl() local 383 struct drm_amdgpu_gem_userptr *args = data; in amdgpu_gem_userptr_ioctl() local 484 union drm_amdgpu_gem_mmap *args = data; in amdgpu_gem_mmap_ioctl() local 522 union drm_amdgpu_gem_wait_idle *args = data; in amdgpu_gem_wait_idle_ioctl() local 555 struct drm_amdgpu_gem_metadata *args = data; in amdgpu_gem_metadata_ioctl() local 674 struct drm_amdgpu_gem_va *args = data; in amdgpu_gem_va_ioctl() local 808 struct drm_amdgpu_gem_op *args = data; in amdgpu_gem_op_ioctl() local 909 struct drm_mode_create_dumb *args) in amdgpu_mode_dumb_create()
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | fwcall.c | 21 static void hvc_call(struct pt_regs *args) in hvc_call() 55 void smc_call(struct pt_regs *args) in smc_call()
|
/openbmc/linux/drivers/media/pci/zoran/ |
H A D | zoran_device.h | 51 #define decoder_call(zr, o, f, args...) \ argument 53 #define encoder_call(zr, o, f, args...) \ argument
|
/openbmc/linux/include/kunit/ |
H A D | static_stub.h | 14 #define KUNIT_STATIC_STUB_REDIRECT(real_fn_name, args...) do {} while (0) argument 59 #define KUNIT_STATIC_STUB_REDIRECT(real_fn_name, args...) \ argument
|
/openbmc/u-boot/api/ |
H A D | api_net.c | 18 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) argument 20 #define debugf(fmt, args...) argument 23 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) argument
|