/openbmc/linux/mm/ |
H A D | debug_vm_pgtable.c | 77 static void __init pte_basic_tests(struct pgtable_debug_args *args, int idx) in pte_basic_tests() 105 static void __init pte_advanced_tests(struct pgtable_debug_args *args) in pte_advanced_tests() 165 static void __init pmd_basic_tests(struct pgtable_debug_args *args, int idx) in pmd_basic_tests() 203 static void __init pmd_advanced_tests(struct pgtable_debug_args *args) in pmd_advanced_tests() 266 static void __init pmd_leaf_tests(struct pgtable_debug_args *args) in pmd_leaf_tests() 284 static void __init pud_basic_tests(struct pgtable_debug_args *args, int idx) in pud_basic_tests() 325 static void __init pud_advanced_tests(struct pgtable_debug_args *args) in pud_advanced_tests() 397 static void __init pud_leaf_tests(struct pgtable_debug_args *args) in pud_leaf_tests() 413 static void __init pud_basic_tests(struct pgtable_debug_args *args, int idx) { } in pud_basic_tests() 414 static void __init pud_advanced_tests(struct pgtable_debug_args *args) { } in pud_advanced_tests() [all …]
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 52 def openHTTPSocket(self,args): argument 113 def getsize(host,args,session): argument 128 def gettoken(args): argument 161 def NBDSetup(host,args,session): argument 397 def checkFWactivation(host, args, session): argument 486 def fru(host, args, session): argument 538 def fruPrint(host, args, session): argument 579 def fruList(host, args, session): argument 595 def fruStatus(host, args, session): argument 674 def sensor(host, args, session): argument [all …]
|
/openbmc/linux/fs/btrfs/ |
H A D | messages.h | 26 #define btrfs_printk(fs_info, fmt, args...) \ argument 35 #define btrfs_printk(fs_info, fmt, args...) \ argument 39 #define btrfs_emerg(fs_info, fmt, args...) \ argument 41 #define btrfs_alert(fs_info, fmt, args...) \ argument 43 #define btrfs_crit(fs_info, fmt, args...) \ argument 45 #define btrfs_err(fs_info, fmt, args...) \ argument 47 #define btrfs_warn(fs_info, fmt, args...) \ argument 49 #define btrfs_notice(fs_info, fmt, args...) \ argument 51 #define btrfs_info(fs_info, fmt, args...) \ argument 57 #define btrfs_emerg_in_rcu(fs_info, fmt, args...) \ argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | tables.py | 34 def __init__(self, *args, **kwargs): 47 def setup_filters(self, *args, **kwargs): 74 def setup_queryset(self, *args, **kwargs): 83 def setup_columns(self, *args, **kwargs): 189 def __init__(self, *args, **kwargs): 200 def setup_filters(self, *args, **kwargs): 224 def setup_queryset(self, *args, **kwargs): 233 def setup_columns(self, *args, **kwargs): 277 def __init__(self, *args, **kwargs): 286 def setup_queryset(self, *args, **kwargs): [all …]
|
H A D | buildtables.py | 29 def __init__(self, *args, **kwargs): 34 def setup_queryset(self, *args, **kwargs): 41 def setup_columns(self, *args, **kwargs): 134 def __init__(self, *args, **kwargs): 147 def setup_columns(self, *args, **kwargs): 164 def __init__(self, *args, **kwargs): 189 def setup_queryset(self, *args, **kwargs): 204 def setup_columns(self, *args, **kwargs): 234 def __init__(self, *args, **kwargs): 239 def setup_queryset(self, *args, **kwargs): [all …]
|
H A D | api.py | 51 def get(self, request, *args, **kwargs): 76 def post(self, request, *args, **kwargs): 142 def get(self, request, *args, **kwargs): 145 def post(self, request, *args, **kwargs): 185 def get(self, request, *args, **kwargs): 188 def post(self, request, *args, **kwargs): 271 def get(self, request, *args, **kwargs): 317 def post(self, request, *args, **kwargs): 382 def put(self, request, *args, **kwargs): 480 def delete(self, request, *args, **kwargs): [all …]
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-hashclient | 28 def __init__(self, *args, **kwargs): 34 def __exit__(self, *args, **kwargs): 57 def handle_get(args, client): argument 65 def handle_get_outhash(args, client): argument 73 def handle_stats(args, client): argument 81 def handle_stress(args, client): argument 156 def handle_remove(args, client): argument 164 def handle_clean_unused(args, client): argument 169 def handle_refresh_token(args, client): argument 173 def handle_set_user_permissions(args, client): argument [all …]
|
/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/ |
H A D | deb_defs.h | 49 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) \ argument 53 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument 58 #define lbtf_deb_enter_args(grp, fmt, args...) \ argument 62 #define lbtf_deb_leave_args(grp, fmt, args...) \ argument 65 #define lbtf_deb_main(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MAIN, " main", fmt, ##args) argument 66 #define lbtf_deb_net(fmt, args...) LBTF_DEB_LL(LBTF_DEB_NET, " net", fmt, ##args) argument 67 #define lbtf_deb_mesh(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MESH, " mesh", fmt, ##args) argument 68 #define lbtf_deb_wext(fmt, args...) LBTF_DEB_LL(LBTF_DEB_WEXT, " wext", fmt, ##args) argument 69 #define lbtf_deb_ioctl(fmt, args...) LBTF_DEB_LL(LBTF_DEB_IOCTL, " ioctl", fmt, ##args) argument 70 #define lbtf_deb_scan(fmt, args...) LBTF_DEB_LL(LBTF_DEB_SCAN, " scan", fmt, ##args) argument [all …]
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr.c | 224 struct xfs_da_args *args) in xfs_attr_get_ilocked() 256 struct xfs_da_args *args) in xfs_attr_get() 285 struct xfs_da_args *args, in xfs_attr_calc_size() 319 struct xfs_da_args *args, in xfs_init_attr_trans() 346 struct xfs_da_args *args) in xfs_attr_try_sf_addname() 378 struct xfs_da_args *args = attr->xattri_da_args; in xfs_attr_sf_addname() local 406 struct xfs_da_args *args) in xfs_attr_save_rmt_blk() 421 struct xfs_da_args *args) in xfs_attr_restore_rmt_blk() 446 struct xfs_da_args *args = attr->xattri_da_args; in xfs_attr_complete_op() local 464 struct xfs_da_args *args = attr->xattri_da_args; in xfs_attr_leaf_addname() local [all …]
|
/openbmc/linux/arch/sparc/prom/ |
H A D | misc_64.c | 23 unsigned long args[5]; in prom_service_exists() local 41 unsigned long args[3]; in prom_sun4v_guest_soft_state() local 54 unsigned long args[4]; in prom_reboot() local 71 unsigned long args[5]; in prom_feval() local 90 unsigned long args[3]; in prom_cmdline() local 117 unsigned long args[3]; in prom_halt() local 133 unsigned long args[3]; in prom_halt_power_off() local 206 unsigned long args[9]; in tlb_load() local 240 unsigned long args[11]; in prom_map() local 265 unsigned long args[7]; in prom_unmap() local [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | __init__.py | 47 def __init__(self, *args, **kwargs): 55 def _debug_helper(self, *args, **kwargs): 58 def debug2(self, *args, **kwargs): 61 def debug3(self, *args, **kwargs): 64 def bbdebug(self, level, msg, *args, **kwargs): 77 def plain(self, msg, *args, **kwargs): 80 def verbose(self, msg, *args, **kwargs): 83 def verbnote(self, msg, *args, **kwargs): 86 def warnonce(self, msg, *args, **kwargs): 89 def erroronce(self, msg, *args, **kwargs): [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | debug.h | 27 #define gvt_err(fmt, args...) \ argument 30 #define gvt_vgpu_err(fmt, args...) \ argument 38 #define gvt_dbg_core(fmt, args...) \ argument 41 #define gvt_dbg_irq(fmt, args...) \ argument 44 #define gvt_dbg_mm(fmt, args...) \ argument 47 #define gvt_dbg_mmio(fmt, args...) \ argument 50 #define gvt_dbg_dpy(fmt, args...) \ argument 53 #define gvt_dbg_el(fmt, args...) \ argument 56 #define gvt_dbg_sched(fmt, args...) \ argument 59 #define gvt_dbg_render(fmt, args...) \ argument [all …]
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-common.h | 18 #define deb_info(args...) dprintk(dvb_usb_debug,0x001,args) argument 19 #define deb_xfer(args...) dprintk(dvb_usb_debug,0x002,args) argument 20 #define deb_pll(args...) dprintk(dvb_usb_debug,0x004,args) argument 21 #define deb_ts(args...) dprintk(dvb_usb_debug,0x008,args) argument 22 #define deb_err(args...) dprintk(dvb_usb_debug,0x010,args) argument 23 #define deb_rc(args...) dprintk(dvb_usb_debug,0x020,args) argument 24 #define deb_fw(args...) dprintk(dvb_usb_debug,0x040,args) argument 25 #define deb_mem(args...) dprintk(dvb_usb_debug,0x080,args) argument 26 #define deb_uxfer(args...) dprintk(dvb_usb_debug,0x100,args) argument
|
/openbmc/linux/drivers/media/common/b2c2/ |
H A D | flexcop.h | 17 #define dprintk(level, args...) \ argument 20 #define dprintk(level, args...) no_printk(args) argument 23 #define deb_info(args...) dprintk(0x01, args) argument 24 #define deb_tuner(args...) dprintk(0x02, args) argument 25 #define deb_i2c(args...) dprintk(0x04, args) argument 26 #define deb_ts(args...) dprintk(0x08, args) argument 27 #define deb_sram(args...) dprintk(0x10, args) argument 28 #define deb_rdump(args...) dprintk(0x20, args) argument 29 #define deb_i2c_dump(args...) dprintk(0x40, args) argument
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_robot_valid.py | 38 def valid_init(var_name, *args, **kwargs): 131 def valid_type(var_name, *args, **kwargs): 139 def valid_value(var_name, *args, **kwargs): 147 def valid_range(var_name, *args, **kwargs): 155 def valid_integer(var_name, *args, **kwargs): 163 def valid_float(var_name, *args, **kwargs): 171 def valid_date_time(var_name, *args, **kwargs): 179 def valid_dir_path(var_name, *args, **kwargs): 187 def valid_file_path(var_name, *args, **kwargs): 195 def valid_path(var_name, *args, **kwargs): [all …]
|
H A D | redfish_plus.py | 60 def rest_request(self, func, *args, **kwargs): 135 def get(self, *args, **kwargs): 143 def head(self, *args, **kwargs): 151 def post(self, *args, **kwargs): 159 def put(self, *args, **kwargs): 167 def patch(self, *args, **kwargs): 175 def delete(self, *args, **kwargs): 186 def get_with_mtls(self, *args, **kwargs): 201 def post_with_mtls(self, *args, **kwargs): 216 def patch_with_mtls(self, *args, **kwargs): [all …]
|
/openbmc/linux/include/linux/ |
H A D | tracepoint.h | 107 #define PARAMS(args...) args argument 147 #define TP_PROTO(args...) args argument 148 #define TP_ARGS(args...) args argument 149 #define TP_CONDITION(args...) args argument 165 #define __DO_TRACE_CALL(name, args) \ argument 177 #define __DO_TRACE_CALL(name, args) __traceiter_##name(NULL, args) argument 195 #define __DO_TRACE(name, args, cond, rcuidle) \ argument 228 #define __DECLARE_TRACE_RCU(name, proto, args, cond) \ argument 237 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument 251 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-test.c | 714 const char *uri, MigrateStart *args) in test_migrate_start() 1026 TestMigrateTLSX509 *args) in test_migrate_tls_x509_start_common() 1120 TestMigrateTLSX509 args = { in test_migrate_tls_x509_start_default_host() local 1137 TestMigrateTLSX509 args = { in test_migrate_tls_x509_start_override_host() local 1154 TestMigrateTLSX509 args = { in test_migrate_tls_x509_start_mismatch_host() local 1166 TestMigrateTLSX509 args = { in test_migrate_tls_x509_start_friendly_client() local 1179 TestMigrateTLSX509 args = { in test_migrate_tls_x509_start_hostile_client() local 1197 TestMigrateTLSX509 args = { in test_migrate_tls_x509_start_allow_anon_client() local 1211 TestMigrateTLSX509 args = { in test_migrate_tls_x509_start_reject_anon_client() local 1254 MigrateCommon *args) in migrate_postcopy_prepare() [all …]
|
/openbmc/linux/tools/lib/bpf/ |
H A D | usdt.bpf.h | 58 struct __bpf_usdt_arg_spec args[BPF_USDT_MAX_ARG_CNT]; member 218 #define ___bpf_usdt_args2(x, args...) ___bpf_usdt_args1(args), ({ long _x; bpf_usdt_arg(ctx, 1, &_x… argument 219 #define ___bpf_usdt_args3(x, args...) ___bpf_usdt_args2(args), ({ long _x; bpf_usdt_arg(ctx, 2, &_x… argument 220 #define ___bpf_usdt_args4(x, args...) ___bpf_usdt_args3(args), ({ long _x; bpf_usdt_arg(ctx, 3, &_x… argument 221 #define ___bpf_usdt_args5(x, args...) ___bpf_usdt_args4(args), ({ long _x; bpf_usdt_arg(ctx, 4, &_x… argument 222 #define ___bpf_usdt_args6(x, args...) ___bpf_usdt_args5(args), ({ long _x; bpf_usdt_arg(ctx, 5, &_x… argument 223 #define ___bpf_usdt_args7(x, args...) ___bpf_usdt_args6(args), ({ long _x; bpf_usdt_arg(ctx, 6, &_x… argument 224 #define ___bpf_usdt_args8(x, args...) ___bpf_usdt_args7(args), ({ long _x; bpf_usdt_arg(ctx, 7, &_x… argument 225 #define ___bpf_usdt_args9(x, args...) ___bpf_usdt_args8(args), ({ long _x; bpf_usdt_arg(ctx, 8, &_x… argument 226 #define ___bpf_usdt_args10(x, args...) ___bpf_usdt_args9(args), ({ long _x; bpf_usdt_arg(ctx, 9, &_… argument [all …]
|
/openbmc/linux/include/trace/ |
H A D | trace_events.h | 39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 61 #define DEFINE_EVENT(template, name, proto, args) \ argument 66 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 75 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 81 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 121 #define DEFINE_EVENT(template, name, proto, args) argument 124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument [all …]
|
H A D | trace_custom_events.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ argument 41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 51 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) \ argument 62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 68 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument 77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 108 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument 120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 175 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | syscall.c | 6 struct args { struct 18 struct args ctx = { in test_syscall() argument
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | habanalabs_ioctl.c | 31 static int device_status_info(struct hl_device *hdev, struct hl_info_args *args) in device_status_info() 46 static int hw_ip_info(struct hl_device *hdev, struct hl_info_args *args) in hw_ip_info() 117 struct hl_info_args *args) in hw_events_info() 135 static int events_info(struct hl_fpriv *hpriv, struct hl_info_args *args) in events_info() 152 static int dram_usage_info(struct hl_fpriv *hpriv, struct hl_info_args *args) in dram_usage_info() 176 static int hw_idle(struct hl_device *hdev, struct hl_info_args *args) in hw_idle() 195 static int debug_coresight(struct hl_device *hdev, struct hl_ctx *ctx, struct hl_debug_args *args) in debug_coresight() 260 static int device_utilization(struct hl_device *hdev, struct hl_info_args *args) in device_utilization() 278 static int get_clk_rate(struct hl_device *hdev, struct hl_info_args *args) in get_clk_rate() 296 static int get_reset_count(struct hl_device *hdev, struct hl_info_args *args) in get_reset_count() [all …]
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-unit-tests.c | 183 uffd_setup_environment(uffd_test_args_t *args, uffd_test_case_t *test, in uffd_setup_environment() 237 fork_event_args *args = data; in fork_event_consumer() local 262 static int pin_pages(pin_args *args, void *buffer, size_t size) in pin_pages() 287 static void unpin_pages(pin_args *args) in unpin_pages() 299 fork_event_args args = { .parent_uffd = uffd, .child_uffd = -1 }; in pagemap_test_fork() local 314 pin_args args = {}; in pagemap_test_fork() local 351 static void uffd_wp_unpopulated_test(uffd_test_args_t *args) in uffd_wp_unpopulated_test() 397 static void uffd_wp_fork_test_common(uffd_test_args_t *args, in uffd_wp_fork_test_common() 467 static void uffd_wp_fork_test(uffd_test_args_t *args) in uffd_wp_fork_test() 472 static void uffd_wp_fork_with_event_test(uffd_test_args_t *args) in uffd_wp_fork_with_event_test() [all …]
|
/openbmc/linux/fs/cachefiles/ |
H A D | daemon.c | 286 char *data, *args, *cp; in cachefiles_daemon_write() local 395 char *args) in cachefiles_daemon_range_error() 406 static int cachefiles_daemon_frun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_frun() 430 static int cachefiles_daemon_fcull(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fcull() 454 static int cachefiles_daemon_fstop(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fstop() 478 static int cachefiles_daemon_brun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_brun() 502 static int cachefiles_daemon_bcull(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_bcull() 526 static int cachefiles_daemon_bstop(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_bstop() 550 static int cachefiles_daemon_dir(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_dir() 578 static int cachefiles_daemon_secctx(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_secctx() [all …]
|