Home
last modified time | relevance | path

Searched defs:args (Results 251 – 275 of 2444) sorted by relevance

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

/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp121 static auto callMethod(sdbusplus::bus_t& bus, const std::string& busName, in callMethod()
146 static auto callMethod(const std::string& busName, const std::string& path, in callMethod()
156 static auto callMethodAndRead( in callMethodAndRead()
170 static auto callMethodAndRead( in callMethodAndRead()
401 static auto callMethodAndReturn( in callMethodAndReturn()
542 static auto lookupAndCallMethod( in lookupAndCallMethod()
552 static auto lookupAndCallMethod(const std::string& path, in lookupAndCallMethod()
562 static auto lookupCallMethodAndRead( in lookupCallMethodAndRead()
573 static auto lookupCallMethodAndRead( in lookupCallMethodAndRead()
/openbmc/linux/arch/mips/mm/
H A Dc-r4k.c374 static inline void local_r4k___flush_cache_all(void * args) in local_r4k___flush_cache_all()
470 static inline void local_r4k_flush_cache_range(void * args) in local_r4k_flush_cache_range()
499 static inline void local_r4k_flush_cache_mm(void * args) in local_r4k_flush_cache_mm()
537 static inline void local_r4k_flush_cache_page(void *args) in local_r4k_flush_cache_page()
611 struct flush_cache_page_args args; in r4k_flush_cache_page() local
690 static inline void local_r4k_flush_icache_range_ipi(void *args) in local_r4k_flush_icache_range_ipi()
704 struct flush_icache_range_args args; in __r4k_flush_icache_range() local
871 static inline void local_r4k_flush_kernel_vmap_range_index(void *args) in local_r4k_flush_kernel_vmap_range_index()
880 static inline void local_r4k_flush_kernel_vmap_range(void *args) in local_r4k_flush_kernel_vmap_range()
896 struct flush_kernel_vmap_range_args args; in r4k_flush_kernel_vmap_range() local
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-driver.h140 #define IVTV_DEBUG(x, type, fmt, args...) \ argument
145 #define IVTV_DEBUG_WARN(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_WARN, "warn", fmt , ## args) argument
146 #define IVTV_DEBUG_INFO(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_INFO, "info", fmt , ## args) argument
147 #define IVTV_DEBUG_MB(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_MB, "mb", fmt , ## args) argument
148 #define IVTV_DEBUG_DMA(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_DMA, "dma", fmt , ## args) argument
149 #define IVTV_DEBUG_IOCTL(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_IOCTL, "ioctl", fmt , ## args) argument
150 #define IVTV_DEBUG_FILE(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_FILE, "file", fmt , ## args) argument
151 #define IVTV_DEBUG_I2C(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_I2C, "i2c", fmt , ## args) argument
152 #define IVTV_DEBUG_IRQ(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_IRQ, "irq", fmt , ## args) argument
153 #define IVTV_DEBUG_DEC(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_DEC, "dec", fmt , ## args) argument
[all …]
/openbmc/u-boot/tools/
H A Dmkimage.h27 #define debug(fmt,args...) printf (fmt ,##args) argument
29 #define debug(fmt,args...) argument
/openbmc/openbmc/poky/bitbake/lib/bb/compress/
H A Dzstd.py11 def open(*args, **kwargs):
16 def __init__(self, *args, num_threads=1, compresslevel=3, **kwargs):
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dperf.py19 def handle(self, *args, **options):
59 def error(self, *args):
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_bo.c173 struct drm_v3d_create_bo *args = data; in v3d_create_bo_ioctl() local
197 struct drm_v3d_mmap_bo *args = data; in v3d_mmap_bo_ioctl() local
220 struct drm_v3d_get_bo_offset *args = data; in v3d_get_bo_offset_ioctl() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dctrl.c39 } *args = data; in nvkm_control_mthd_pstate_info() local
72 } *args = data; in nvkm_control_mthd_pstate_attr() local
145 } *args = data; in nvkm_control_mthd_pstate_user() local
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c27 va_list args; in error_set() local
92 static struct child clone_newns(int (*fn)(void *), void *args, in clone_newns() argument
169 va_list args; in verify_fdinfo() local
216 static int child_fdinfo_nspid_test(void *args) in child_fdinfo_nspid_test()
/openbmc/linux/drivers/atm/
H A Didt77252.h66 #define CPRINTK(args...) do { if (debug & DBG_CLOSE_CONN) printk(args); } while(0) argument
67 #define OPRINTK(args...) do { if (debug & DBG_OPEN_CONN) printk(args); } while(0) argument
68 #define IPRINTK(args...) do { if (debug & DBG_INIT) printk(args); } while(0) argument
69 #define INTPRINTK(args...) do { if (debug & DBG_INTERRUPT) printk(args); } while(0) argument
70 #define DIPRINTK(args...) do { if (debug & DBG_DEINIT) printk(args); } while(0) argument
71 #define TXPRINTK(args...) do { if (debug & DBG_TX_DATA) printk(args); } while(0) argument
72 #define RXPRINTK(args...) do { if (debug & DBG_RX_DATA) printk(args); } while(0) argument
73 #define XPRINTK(args...) do { if (debug & DBG_XGENERAL) printk(args); } while(0) argument
74 #define DPRINTK(args...) do { if (debug & DBG_GENERAL) printk(args); } while(0) argument
75 #define NPRINTK(args...) do { if (debug & DBG_TINY) printk(args); } while(0) argument
[all …]
/openbmc/u-boot/include/linux/
H A Dcompat.h35 #define dev_dbg(dev, fmt, args...) \ argument
37 #define dev_vdbg(dev, fmt, args...) \ argument
39 #define dev_info(dev, fmt, args...) \ argument
41 #define dev_err(dev, fmt, args...) \ argument
43 #define dev_warn(dev, fmt, args...) \ argument
46 #define netdev_emerg(dev, fmt, args...) \ argument
48 #define netdev_alert(dev, fmt, args...) \ argument
50 #define netdev_crit(dev, fmt, args...) \ argument
52 #define netdev_err(dev, fmt, args...) \ argument
54 #define netdev_warn(dev, fmt, args...) \ argument
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c84 struct xfs_da_args *args) in xfs_da_state_alloc()
123 struct xfs_da_args *args) in xfs_da_state_reset()
433 struct xfs_da_args *args, in xfs_da3_node_create()
658 struct xfs_da_args *args; in xfs_da3_root_split() local
1189 struct xfs_da_args *args; in xfs_da3_root_join() local
1593 struct xfs_da_args *args; in xfs_da3_node_lookup_int() local
1813 struct xfs_da_args *args; in xfs_da3_blk_link() local
1906 struct xfs_da_args *args; in xfs_da3_blk_unlink() local
1987 struct xfs_da_args *args; in xfs_da3_path_shift() local
2144 struct xfs_da_args *args, in xfs_da_compname()
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Datombios_encoders.c103 DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION args; in atombios_set_backlight_level() local
349 DAC_ENCODER_CONTROL_PS_ALLOCATION args; in atombios_dac_setup() local
401 TV_ENCODER_CONTROL_PS_ALLOCATION args; in atombios_tv_setup() local
490 union dvo_encoder_control args; in atombios_dvo_setup() local
563 union lvds_encoder_control args; in atombios_digital_setup() local
837 union dig_encoder_control args; in atombios_dig_encoder_setup2() local
1007 union dig_transmitter_control args; in atombios_dig_transmitter_setup2() local
1378 union dig_transmitter_control args; in atombios_set_edp_panel_power() local
1430 union external_encoder_control args; in atombios_external_encoder_setup() local
1531 ENABLE_YUV_PS_ALLOCATION args; in atombios_yuv_setup() local
[all …]
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c93 target_ulong *args) in h_set_ptbl()
113 target_ulong *args) in h_tlb_invalidate()
127 target_ulong *args) in h_copy_tofrom_guest()
327 target_ulong *args) in h_enter_nested()
1180 target_ulong *args) in h_guest_get_capabilities()
1213 target_ulong *args) in h_guest_set_capabilities()
1284 target_ulong *args) in h_guest_create()
1345 target_ulong *args) in h_guest_delete()
1376 target_ulong *args) in h_guest_create_vcpu()
1503 target_ulong *args, in h_guest_getset_state()
[all …]
/openbmc/linux/drivers/media/radio/si4713/
H A Dsi4713.c194 const u8 args[], const int argn, in si4713_send_command()
267 const u8 args[SI4713_GET_PROP_NARGS] = { in si4713_read_property() local
306 const u8 args[SI4713_SET_PROP_NARGS] = { in si4713_write_property() local
349 u8 args[SI4713_PWUP_NARGS] = { in si4713_powerup() local
547 const u8 args[SI4713_TXFREQ_NARGS] = { in si4713_tx_tune_freq() local
593 u8 args[SI4713_TXPWR_NARGS] = { in si4713_tx_tune_power() local
641 const u8 args[SI4713_TXMEA_NARGS] = { in si4713_tx_tune_measure() local
690 const u8 args[SI4713_TXSTATUS_NARGS] = { in si4713_tx_tune_status() local
730 const u8 args[SI4713_RDSBUFF_NARGS] = { in si4713_tx_rds_buff() local
768 const u8 args[SI4713_RDSPS_NARGS] = { in si4713_tx_rds_ps() local
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c72 #define VLDBG(lun, fmt, args...) do { } while (0) argument
82 #define LDBG(lun, fmt, args...) do { } while (0) argument
83 #define LERROR(lun, fmt, args...) do { } while (0) argument
84 #define LWARN(lun, fmt, args...) do { } while (0) argument
85 #define LINFO(lun, fmt, args...) do { } while (0) argument
109 #define DBG(d, fmt, args...) debug(fmt , ## args) argument
110 #define VDBG(d, fmt, args...) debug(fmt , ## args) argument
117 #define ERROR(d, fmt, args...) do { } while (0) argument
118 #define WARNING(d, fmt, args...) do { } while (0) argument
119 #define INFO(d, fmt, args...) do { } while (0) argument
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c114 struct drm_nouveau_svm_bind *args = data; in nouveau_svmm_bind() local
324 struct drm_nouveau_svm_init *args = data; in nouveau_svmm_init() local
542 struct nouveau_pfnmap_args *args) in nouveau_hmm_convert_pfn()
590 struct nouveau_pfnmap_args *args, u32 size, in nouveau_atomic_range_fault()
658 struct nouveau_pfnmap_args *args, u32 size, in nouveau_range_fault()
730 } args; in nouveau_svm_fault() local
908 struct nouveau_pfnmap_args *args; in nouveau_pfns_alloc() local
924 struct nouveau_pfnmap_args *args = nouveau_pfns_to_args(pfns); in nouveau_pfns_free() local
933 struct nouveau_pfnmap_args *args = nouveau_pfns_to_args(pfns); in nouveau_pfns_map() local
996 struct nvif_clb069_v0 args = {}; in nouveau_svm_fault_buffer_ctor() local
/openbmc/linux/include/linux/
H A Dcleanup.h151 #define __scoped_guard(_name, _label, args...) \ argument
160 #define scoped_guard(_name, args...) \ argument
163 #define __scoped_cond_guard(_name, _fail, _label, args...) \ argument
172 #define scoped_cond_guard(_name, _fail, args...) \ argument
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-debug.c39 va_list args, args2; in __iwl_err() local
74 va_list args; in __iwl_dbg() local
/openbmc/openbmc-test-automation/lib/
H A Dopt.tcl36 proc longoptions { args } { argument
87 proc pos_parms { args } { argument
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dcontext.py101 def _process_args(self, logger, args): argument
125 def _display_sdk_envs(self, log, args, sdk_envs): argument
132 def run(self, logger, args): argument
/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.h18 #define VLDBG(lun, fmt, args...) do { } while (0) argument
21 #define _LMSG(func, lun, fmt, args...) \ argument
30 #define LDBG(lun, fmt, args...) _LMSG(pr_debug, lun, fmt, ## args) argument
31 #define LERROR(lun, fmt, args...) _LMSG(pr_err, lun, fmt, ## args) argument
32 #define LWARN(lun, fmt, args...) _LMSG(pr_warn, lun, fmt, ## args) argument
33 #define LINFO(lun, fmt, args...) _LMSG(pr_info, lun, fmt, ## args) argument
/openbmc/u-boot/drivers/net/
H A Dsmc91111.c89 #define PRINTK3(args...) printf(args) argument
91 #define PRINTK3(args...) argument
95 #define PRINTK2(args...) printf(args) argument
97 #define PRINTK2(args...) argument
101 #define PRINTK(args...) printf(args) argument
103 #define PRINTK(args...) argument
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_ioctl.c219 struct drm_virtgpu_3d_transfer_from_host *args = data; in virtio_gpu_transfer_from_host_ioctl() local
274 struct drm_virtgpu_3d_transfer_to_host *args = data; in virtio_gpu_transfer_to_host_ioctl() local
334 struct drm_virtgpu_3d_wait *args = data; in virtio_gpu_wait_ioctl() local
362 struct drm_virtgpu_get_caps *args = data; in virtio_gpu_get_caps_ioctl() local
574 struct drm_virtgpu_context_init *args = data; in virtio_gpu_context_init_ioctl() local
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsubmit.c181 struct drm_tegra_channel_submit *args) in submit_copy_gather_data()
258 struct drm_tegra_channel_submit *args, in submit_process_bufs()
328 struct xarray *syncpoints, struct drm_tegra_channel_submit *args) in submit_get_syncpt()
394 struct drm_tegra_channel_submit *args, struct tegra_drm_submit_data *job_data, in submit_create_job()
513 struct drm_tegra_channel_submit *args = data; in tegra_drm_ioctl_channel_submit() local

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