/openbmc/u-boot/common/ |
H A D | cli_hush.c | 272 char *name; member 606 char *name = child->argv[1]; in builtin_export() local 1313 char *name = child->argv[0]; local 1603 char *name, *value; local 2161 char *name, *value; local 2250 void unset_local_var(const char *name) 3587 static char **make_list_in(char **inp, char *name) 3685 char *name = argv[i]; local
|
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
H A D | rest_dbus.py | 1290 name = 'authorization' variable in AuthorizationPlugin 1325 name = 'cors' variable in CorsPlugin 1381 name = 'json_api_request' variable in JsonApiRequestPlugin 1429 name = 'json_api_method_request' variable in JsonApiRequestTypePlugin 1476 name = 'json_api_response' variable in JsonApiResponsePlugin 1553 name = 'jsonp' variable in JsonpPlugin 1579 name = 'content_checker' variable in ContentCheckerPlugin 1606 name = 'loggingp' variable in LoggingPlugin
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol-elf.c | 200 GElf_Shdr *shp, const char *name, size_t *idx) in elf_section_by_name() 913 const char *name; in elf_read_build_id() local 1228 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init() 2136 static int kcore_copy__process_kallsyms(void *arg, const char *name, char type, in kcore_copy__process_kallsyms() 2371 const char *name) in kcore_copy__copy_file() 2382 static int kcore_copy__unlink(const char *dir, const char *name) in kcore_copy__unlink() 2451 const char *name) in kcore_copy__compare_file() 2657 const char *provider, *name, *args; in populate_sdt_note() local
|
/openbmc/linux/sound/pci/asihpi/ |
H A D | asihpi.c | 99 const char *name; member 276 char name[16]; in print_hwparams() local 566 char name[16]; in snd_card_asihpi_trigger() local 730 char name[16]; in snd_card_asihpi_timer_function() local 937 char name[16]; in snd_card_asihpi_playback_pointer() local 1095 char name[16]; in snd_card_asihpi_capture_pointer() local 1292 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* copied to snd_ctl_elem_id.name[44]; */ member 1375 char *name) in asihpi_ctl_init()
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 508 #define BPF_CALL_x(x, attr, name, ...) \ argument 521 #define BPF_CALL_0(name, ...) BPF_CALL_x(0, __NOATTR, name, __VA_ARGS__) argument 522 #define BPF_CALL_1(name, ...) BPF_CALL_x(1, __NOATTR, name, __VA_ARGS__) argument 523 #define BPF_CALL_2(name, ...) BPF_CALL_x(2, __NOATTR, name, __VA_ARGS__) argument 524 #define BPF_CALL_3(name, ...) BPF_CALL_x(3, __NOATTR, name, __VA_ARGS__) argument 525 #define BPF_CALL_4(name, ...) BPF_CALL_x(4, __NOATTR, name, __VA_ARGS__) argument 526 #define BPF_CALL_5(name, ...) BPF_CALL_x(5, __NOATTR, name, __VA_ARGS__) argument 528 #define NOTRACE_BPF_CALL_1(name, ...) BPF_CALL_x(1, notrace, name, __VA_ARGS__) argument
|
H A D | bpf.h | 272 char name[BPF_OBJ_NAME_LEN]; member 1123 char name[KSYM_NAME_LEN]; member 1266 #define __BPF_DISPATCHER_SC(name) \ argument 1269 #define __BPF_DISPATCHER_CALL(name) \ argument 1276 #define __BPF_DISPATCHER_SC_INIT(name) argument 1277 #define __BPF_DISPATCHER_SC(name) argument 1345 #define DEFINE_BPF_DISPATCHER(name) argument 1346 #define DECLARE_BPF_DISPATCHER(name) argument 1348 #define BPF_DISPATCHER_PTR(name) NULL argument 1454 char name[BPF_OBJ_NAME_LEN]; member [all …]
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_midi2.c | 497 static void reply_ump_stream_string(struct f_midi2_ep *ep, const u8 *name, in reply_ump_stream_string() 2218 #define F_MIDI2_BLOCK_OPT(name, format, minval, maxval) \ argument 2238 #define F_MIDI2_BLOCK_BOOL_OPT(name) \ argument 2360 f_midi2_opts_block_make(struct config_group *group, const char *name) in f_midi2_opts_block_make() 2405 #define F_MIDI2_EP_OPT(name, format, minval, maxval) \ argument 2425 #define F_MIDI2_EP_STR_OPT(name, maxlen) \ argument 2514 f_midi2_opts_ep_make(struct config_group *group, const char *name) in f_midi2_opts_ep_make() 2557 #define F_MIDI2_BOOL_OPT(name) \ argument
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | atmel_usba_udc.h | 176 #define USBA_BF(name, value) \ argument 179 #define USBA_BFEXT(name, value) \ argument 182 #define USBA_BFINS(name, value, old) \ argument 273 char name[8]; member
|
/openbmc/qemu/target/i386/ |
H A D | arch_dump.c | 51 const char *name = "CORE"; in x86_64_write_elf64_note() local 157 const char *name = "CORE"; in x86_write_elf64_note() local 211 const char *name = "CORE"; in x86_cpu_write_elf32_note() local 341 const char *name = "QEMU"; in cpu_write_qemu_note() local
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | libtoaster.js | 358 function _createCustomRecipe(name, baseRecipeId, doneCb){ argument 360 'name' : name, property in libtoaster._createCustomRecipe.data 460 function _setNotification(name, message){ argument 462 name: name, property in libtoaster._setNotification.data
|
/openbmc/linux/drivers/hwmon/ |
H A D | asc7621.c | 36 char *name; member 799 #define PREAD(name, n, pri, rm, rl, m, s, r) \ argument 804 #define PWRITE(name, n, pri, rm, rl, m, s, r) \ argument 813 #define PWRITEM(name, n, pri, rm, rl, m, s, r) \ argument
|
/openbmc/linux/net/dsa/ |
H A D | dsa.c | 1116 static int dsa_port_parse_user(struct dsa_port *dp, const char *name) in dsa_port_parse_user() 1245 const char *name = of_get_property(dn, "label", NULL); in dsa_port_parse_of() local 1411 static int dsa_port_parse(struct dsa_port *dp, const char *name, in dsa_port_parse() 1438 const char *name; in dsa_switch_parse_ports() local
|
/openbmc/linux/drivers/media/pci/zoran/ |
H A D | zoran.h | 121 char *name; member 165 char name[32]; member 176 char name[32]; member 222 char name[32]; /* name of this device */ member
|
/openbmc/linux/drivers/target/ |
H A D | target_core_alua.c | 1370 core_alua_allocate_lu_gp(const char *name, int def_group) in core_alua_allocate_lu_gp() 1548 struct t10_alua_lu_gp *core_alua_get_lu_gp_by_name(const char *name) in core_alua_get_lu_gp_by_name() 1607 const char *name, int def_group) in core_alua_allocate_tg_pt_gp() 1771 struct se_device *dev, const char *name) in core_alua_get_tg_pt_gp_by_name()
|
/openbmc/linux/lib/ |
H A D | test_kmod.c | 593 static int __kstrncpy(char **dst, const char *name, size_t count, gfp_t gfp) in __kstrncpy() 602 const char *name, in config_copy_test_driver_name() 609 static int config_copy_test_fs(struct test_config *config, const char *name, in config_copy_test_fs() 1034 #define TEST_KMOD_DEV_ATTR(name) &dev_attr_##name.attr argument
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | rtas.c | 77 const char * const name; member 511 static struct rtas_function *__rtas_name_to_function(const char *name) in __rtas_name_to_function() 524 static const struct rtas_function *rtas_name_to_function(const char *name) in rtas_name_to_function() 593 const char *name = NULL; in __do_enter_rtas_trace() local
|
/openbmc/linux/drivers/phy/tegra/ |
H A D | xusb.c | 86 tegra_xusb_find_pad_node(struct tegra_xusb_padctl *padctl, const char *name) in tegra_xusb_find_pad_node() 404 char *name; in tegra_xusb_find_lane() local 455 char *name; in tegra_xusb_find_port_node() local 535 const char *name, in tegra_xusb_port_init()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | debug.c | 221 static debug_info_t *debug_info_alloc(const char *name, int pages_per_area, in debug_info_alloc() 306 static debug_info_t *debug_info_create(const char *name, int pages_per_area, in debug_info_create() 646 debug_info_t *debug_register_mode(const char *name, int pages_per_area, in debug_register_mode() 687 debug_info_t *debug_register(const char *name, int pages_per_area, in debug_register()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | 959 add_i915_attr(struct i915_ext_attribute *attr, const char *name, u64 config) in add_i915_attr() 971 add_pmu_attr(struct perf_pmu_events_attr *attr, const char *name, in add_pmu_attr() 989 const char *name; in create_event_attributes() member 1001 char *name; in create_event_attributes() member
|
/openbmc/linux/drivers/dma/ |
H A D | pch_dma.c | 110 #define channel_readl(pdc, name) \ argument 112 #define channel_writel(pdc, name, val) \ argument 132 #define dma_readl(pd, name) \ argument 134 #define dma_writel(pd, name, val) \ argument
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_ioctl.c | 308 unsigned char *name, in xfs_ioc_attr_put_listent() 468 unsigned char *name, in xfs_attrmulti_attr_get() 502 unsigned char *name, in xfs_attrmulti_attr_set() 545 unsigned char *name; in xfs_ioc_attrmulti_one() local
|
/openbmc/linux/block/ |
H A D | mq-deadline.c | 1033 #define DD_ATTR(name) \ argument 1048 #define DEADLINE_DEBUGFS_DDIR_ATTRS(prio, data_dir, name) \ argument 1226 #define DEADLINE_QUEUE_DDIR_ATTRS(name) \ argument 1229 #define DEADLINE_NEXT_RQ_ATTR(name) \ argument
|
/openbmc/linux/fs/nfsd/ |
H A D | nfsctl.c | 1176 static struct dentry *nfsd_mkdir(struct dentry *parent, struct nfsdfs_client *ncl, char *name) in nfsd_mkdir() 1221 static void _nfsd_symlink(struct dentry *parent, const char *name, in _nfsd_symlink() 1239 static inline void _nfsd_symlink(struct dentry *parent, const char *name, in _nfsd_symlink() 1343 char name[11]; in nfsd_client_mkdir() local
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-drv.c | 82 const char *name; /* name: iwldvm, iwlmvm, etc */ member 484 const char *name = drv->firmware_name; in iwl_reduced_fw_name() local 1876 int iwl_opmode_register(const char *name, const struct iwl_op_mode_ops *ops) in iwl_opmode_register() 1900 void iwl_opmode_deregister(const char *name) in iwl_opmode_deregister()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | vio.c | 938 #define viodev_cmo_rd_attr(name) \ argument 1008 #define viobus_cmo_rd_attr(name) \ argument 1016 #define viobus_cmo_pool_rd_attr(name, var) \ argument 1657 static struct vio_dev *vio_find_name(const char *name) in vio_find_name()
|