Home
last modified time | relevance | path

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

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

/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dperf.py19 def handle(self, *args, **options):
59 def error(self, *args):
/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/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()
157 callMethodAndRead(sdbusplus::bus_t& bus, const std::string& busName, 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
156 #define IVTV_DEBUG_HIGH_VOL(x, type, fmt, args...) \ argument
173 #define IVTV_ERR(fmt, args...) v4l2_err(&itv->v4l2_dev, fmt , ## args) argument
174 #define IVTV_WARN(fmt, args...) v4l2_warn(&itv->v4l2_dev, fmt , ## args) argument
175 #define IVTV_INFO(fmt, args...) v4l2_info(&itv->v4l2_dev, fmt , ## args) argument
827 #define ivtv_call_hw(itv, hw, o, f, args...) \ argument
830 #define ivtv_call_all(itv, o, f, args...) ivtv_call_hw(itv, 0, o, f , ##args) argument
835 #define ivtv_call_hw_err(itv, hw, o, f, args...) \ argument
[all …]
/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/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/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/openpower-vpd-parser/
H A Dargs.cpp15 namespace args namespace
50 Args args; in parse() local
/openbmc/linux/drivers/atm/
H A Didt77252.h80 #define CPRINTK(args...) do { } while(0) argument
81 #define OPRINTK(args...) do { } while(0) argument
82 #define IPRINTK(args...) do { } while(0) argument
83 #define INTPRINTK(args...) do { } while(0) argument
84 #define DIPRINTK(args...) do { } while(0) argument
85 #define TXPRINTK(args...) do { } while(0) argument
86 #define RXPRINTK(args...) do { } while(0) argument
87 #define XPRINTK(args...) do { } while(0) argument
88 #define DPRINTK(args...) do { } while(0) argument
89 #define NPRINTK(args...) do { } while(0) argument
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dopt.tcl36 proc longoptions { args } { argument
87 proc pos_parms { 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/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
50 #define netdev_crit(dev, fmt, args...) \ argument
52 #define netdev_err(dev, fmt, args...) \ argument
54 #define netdev_warn(dev, fmt, args...) \ argument
58 #define netdev_info(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()
657 struct xfs_da_args *args; in xfs_da3_root_split() local
1188 struct xfs_da_args *args; in xfs_da3_root_join() local
1592 struct xfs_da_args *args; in xfs_da3_node_lookup_int() local
1812 struct xfs_da_args *args; in xfs_da3_blk_link() local
1905 struct xfs_da_args *args; in xfs_da3_blk_unlink() local
1986 struct xfs_da_args *args; in xfs_da3_path_shift() local
2143 struct xfs_da_args *args, in xfs_da_compname()
[all …]
/openbmc/qemu/tests/qtest/
H A Dtest-x86-cpuid-compat.c54 const CpuidTestArgs *args = data; in test_cpuid_prop() local
73 CpuidTestArgs *args = g_new0(CpuidTestArgs, 1); in add_cpuid_test() local
127 const FeatureTestArgs *args = data; in test_feature_flag() local
157 FeatureTestArgs *args = g_new0(FeatureTestArgs, 1); in add_feature_test() local
/openbmc/linux/drivers/gpu/drm/radeon/
H A Datombios_encoders.c349 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
1850 union crtc_source_param args; in atombios_set_encoder_crtc_source() local
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dcontext.py98 def _process_args(self, logger, args): argument
122 def _display_sdk_envs(self, log, args, sdk_envs): argument
129 def run(self, logger, args): argument
/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/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/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()
653 struct nouveau_pfnmap_args *args, u32 size, in nouveau_range_fault()
725 } args; in nouveau_svm_fault() local
903 struct nouveau_pfnmap_args *args; in nouveau_pfns_alloc() local
919 struct nouveau_pfnmap_args *args = nouveau_pfns_to_args(pfns); in nouveau_pfns_free() local
928 struct nouveau_pfnmap_args *args = nouveau_pfns_to_args(pfns); in nouveau_pfns_map() local
991 struct nvif_clb069_v0 args = {}; in nouveau_svm_fault_buffer_ctor() local
/openbmc/phosphor-bmc-code-mgmt/
H A Dutils.hpp90 constexpr auto constructArgv(const char* name, Arg&&... args) in constructArgv()
113 std::pair<int, std::string> execute(const char* path, Arg&&... args) in execute()
/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/openbmc/poky/scripts/lib/devtool/
H A Dide_sdk.py48 def __init__(self, args): argument
109 def __init__(self, args, target_arch, target_device): argument
415 def debug_build_config(self, args): argument
751 def gen_deploy_target_script(self, args): argument
784 def gen_install_deploy_script(self, args): argument
849 def ide_setup(args, config, basepath, workspace): 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

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