Home
last modified time | relevance | path

Searched defs:name (Results 176 – 200 of 8427) sorted by relevance

12345678910>>...338

/openbmc/qemu/docs/sphinx/
H A Ddbusparser.py32 def __init__(self, name, signature): argument
41 def __init__(self, name, h_type_implies_unix_fd=True): argument
54 def __init__(self, name): argument
64 def __init__(self, name, signature, access): argument
89 def __init__(self, name): argument
202 def handle_start_element(self, name, attrs): argument
366 def handle_end_element(self, name): argument
/openbmc/linux/fs/
H A Danon_inodes.c59 const char *name, in anon_inode_make_secure_inode()
78 static struct file *__anon_inode_getfile(const char *name, in __anon_inode_getfile()
143 struct file *anon_inode_getfile(const char *name, in anon_inode_getfile()
171 struct file *anon_inode_getfile_secure(const char *name, in anon_inode_getfile_secure()
180 static int __anon_inode_getfd(const char *name, in __anon_inode_getfd()
226 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd()
249 int anon_inode_getfd_secure(const char *name, const struct file_operations *fops, in anon_inode_getfd_secure()
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/
H A Dconfig.json17 "name": "fan0_0", string
22 "name": "fan0_1", string
42 "name": "fan1_0", string
47 "name": "fan1_1", string
67 "name": "fan2_0", string
72 "name": "fan2_1", string
92 "name": "fan3_0", string
97 "name": "fan3_1", string
117 "name": "fan4_0", string
122 "name": "fan4_1", string
[all …]
/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json4 "name": "Fan1", string
12 "name": "Fan2", string
20 "name": "Fan3", string
28 "name": "Fan4", string
36 "name": "Fan5", string
44 "name": "Fan6", string
52 "name": "GXP_Temp", string
58 "name": "CPU_1", string
66 "name": "CPU_2", string
81 "name": "Fan1-6", string
[all …]
/openbmc/qemu/hw/arm/
H A Dxlnx-versal-virt.c86 static void fdt_add_clk_node(VersalVirt *s, const char *name, in fdt_add_clk_node()
106 char *name = g_strdup_printf("/cpus/cpu@%d", i); in fdt_add_cpu_nodes() local
216 char *name = g_strdup_printf("/uart@%" PRIx64, addrs[i]); in fdt_add_uart_nodes() local
276 char *name = g_strdup_printf("%s/fixed-link", gemname); in fdt_add_fixed_link_nodes() local
329 char *name = g_strdup_printf("/dma@%" PRIx64, addr); in fdt_add_zdma_nodes() local
356 char *name = g_strdup_printf("/sdhci@%" PRIx64, addr); in fdt_add_sd_nodes() local
378 char *name = g_strdup_printf("/rtc@%x", MM_PMC_RTC); in fdt_add_rtc_node() local
399 char *name = g_strdup_printf("/bbram@%x", MM_PMC_BBRAM_CTRL); in fdt_add_bbram_node() local
438 char *name = g_strdup_printf("/xlnx_pmc_efuse_cache@%x", in fdt_add_efuse_cache_node() local
485 char *name; in fdt_add_memory_nodes() local
[all …]
H A Darmsse.c59 const char *name; member
653 char *name; in armsse_forward_ppc() local
721 char *name; in armsse_init() local
791 char *name = g_strdup_printf("mpc%d", i); in armsse_init() local
799 char *name = g_strdup_printf("mpc-irq-splitter-%d", i); in armsse_init() local
812 char *name = g_strdup_printf("cachectrl%d", i); in armsse_init() local
821 char *name = g_strdup_printf("cpusecctrl%d", i); in armsse_init() local
830 char *name = g_strdup_printf("cpuid%d", i); in armsse_init() local
839 char *name = g_strdup_printf("cpu_pwrctrl%d", i); in armsse_init() local
1470 char *name = g_strdup_printf("cachectrl%d", i); in armsse_realize() local
[all …]
/openbmc/qemu/hw/net/rocker/
H A Dqmp-norocker.c21 RockerSwitch *qmp_query_rocker(const char *name, Error **errp) in qmp_query_rocker()
27 RockerPortList *qmp_query_rocker_ports(const char *name, Error **errp) in qmp_query_rocker_ports()
33 RockerOfDpaFlowList *qmp_query_rocker_of_dpa_flows(const char *name, in qmp_query_rocker_of_dpa_flows()
42 RockerOfDpaGroupList *qmp_query_rocker_of_dpa_groups(const char *name, in qmp_query_rocker_of_dpa_groups()
/openbmc/linux/include/trace/events/
H A Drpcgss.h110 #define DEFINE_GSSAPI_EVENT(name) \ argument
165 #define DEFINE_CTX_EVENT(name) \ argument
201 #define DEFINE_SVC_GSSAPI_EVENT(name) \ argument
511 #define DEFINE_SVC_SEQNO_EVENT(name) \ argument
/openbmc/linux/include/linux/
H A Dpercpu-defs.h86 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument
90 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument
100 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument
111 #define DECLARE_PER_CPU(type, name) \ argument
114 #define DEFINE_PER_CPU(type, name) \ argument
121 #define DECLARE_PER_CPU_FIRST(type, name) \ argument
124 #define DEFINE_PER_CPU_FIRST(type, name) \ argument
146 #define DECLARE_PER_CPU_ALIGNED(type, name) \ argument
150 #define DEFINE_PER_CPU_ALIGNED(type, name) \ argument
179 #define DECLARE_PER_CPU_DECRYPTED(type, name) \ argument
[all …]
/openbmc/qemu/tests/qapi-schema/
H A Dtest-qapi.py27 def visit_module(self, name): argument
30 def visit_include(self, name, info): argument
33 def visit_enum_type(self, name, info, ifcond, features, members, prefix): argument
44 def visit_array_type(self, name, info, ifcond, element_type): argument
50 def visit_object_type(self, name, info, ifcond, features, argument
64 def visit_alternate_type(self, name, info, ifcond, features, variants): argument
70 def visit_command(self, name, info, ifcond, features, argument
82 def visit_event(self, name, info, ifcond, features, arg_type, boxed): argument
/openbmc/linux/tools/perf/
H A Dbuiltin-help.c32 char name[0]; member
38 char name[0]; member
61 static const char *get_man_viewer_info(const char *name) in get_man_viewer_info()
191 static void add_man_viewer(const char *name) in add_man_viewer()
202 static int supported_man_viewer(const char *name, size_t len) in supported_man_viewer()
209 static void do_add_man_viewer_info(const char *name, in do_add_man_viewer_info()
221 static void unsupported_man_viewer(const char *name, const char *var) in unsupported_man_viewer()
227 static int add_man_viewer_path(const char *name, in add_man_viewer_path()
239 static int add_man_viewer_cmd(const char *name, in add_man_viewer_cmd()
253 const char *name = var + 4; in add_man_viewer_info() local
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c12 #define FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument
35 #define FWRT_DEBUGFS_READ_WRAPPER(name) \ argument
62 #define _FWRT_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument
72 #define FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument
88 #define _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument
100 #define _FWRT_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument
110 #define FWRT_DEBUGFS_READ_FILE_OPS(name, bufsz) \ argument
113 #define FWRT_DEBUGFS_WRITE_FILE_OPS(name, bufsz) \ argument
116 #define FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, bufsz) \ argument
119 #define FWRT_DEBUGFS_ADD_FILE_ALIAS(alias, name, parent, mode) do { \ argument
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dets.json4 "name": "Add ETS qdisc using bands", string
24 "name": "Add ETS qdisc using quanta", string
44 "name": "Add ETS qdisc using strict", string
224 "name": "Add ETS qdisc with 16 bands", string
360 "name": "Add ETS qdisc with priomap", string
440 "name": "Show ETS class :1", string
460 "name": "Show ETS class :2", string
480 "name": "Show ETS class :3", string
500 "name": "Show ETS strict class", string
805 "name": "Zero element in quanta", string
[all …]
/openbmc/qemu/qapi/
H A Dqmp-registry.c18 void qmp_register_command(QmpCommandList *cmds, const char *name, in qmp_register_command()
35 const QmpCommand *qmp_find_command(const QmpCommandList *cmds, const char *name) in qmp_find_command()
47 static void qmp_toggle_command(QmpCommandList *cmds, const char *name, in qmp_toggle_command()
61 void qmp_disable_command(QmpCommandList *cmds, const char *name, in qmp_disable_command()
67 void qmp_enable_command(QmpCommandList *cmds, const char *name) in qmp_enable_command()
/openbmc/qemu/block/monitor/
H A Dbitmap-qmp-cmds.c54 const char *name, in block_dirty_bitmap_lookup()
90 void qmp_block_dirty_bitmap_add(const char *node, const char *name, in qmp_block_dirty_bitmap_add()
153 BdrvDirtyBitmap *block_dirty_bitmap_remove(const char *node, const char *name, in block_dirty_bitmap_remove()
197 void qmp_block_dirty_bitmap_remove(const char *node, const char *name, in qmp_block_dirty_bitmap_remove()
207 void qmp_block_dirty_bitmap_clear(const char *node, const char *name, in qmp_block_dirty_bitmap_clear()
225 void qmp_block_dirty_bitmap_enable(const char *node, const char *name, in qmp_block_dirty_bitmap_enable()
243 void qmp_block_dirty_bitmap_disable(const char *node, const char *name, in qmp_block_dirty_bitmap_disable()
/openbmc/linux/drivers/opp/
H A Ddebugfs.c22 static void opp_set_dev_name(const struct device *dev, char *name) in opp_set_dev_name()
40 const char *name = icc_get_name(path); in bw_name_read() local
61 char name[11]; in opp_debug_create_bw() local
83 char name[12]; in opp_debug_create_clks() local
105 char name[15]; in opp_debug_create_supplies() local
134 char name[25]; /* 20 chars for 64 bit value + 5 (opp:\0) */ in opp_debug_create_one() local
189 char name[NAME_MAX]; in opp_list_debug_create_link() local
/openbmc/linux/arch/riscv/include/asm/
H A Dsyscall_wrapper.h22 #define COMPAT_SYSCALL_DEFINEx(x, name, ...) \ argument
42 #define COND_SYSCALL_COMPAT(name) \ argument
51 #define __SYSCALL_DEFINEx(x, name, ...) \ argument
75 #define COND_SYSCALL(name) \ argument
/openbmc/linux/arch/arm64/include/asm/
H A Dsyscall_wrapper.h20 #define COMPAT_SYSCALL_DEFINEx(x, name, ...) \ argument
40 #define COND_SYSCALL_COMPAT(name) \ argument
49 #define __SYSCALL_DEFINEx(x, name, ...) \ argument
74 #define COND_SYSCALL(name) \ argument
/openbmc/phosphor-led-sysfs/test/
H A Dtest_dbus_name.cpp29 std::string name = interface::InternalInterface::getDbusName(d); in TEST() local
38 std::string name = interface::InternalInterface::getDbusName(d); in TEST() local
47 std::string name = interface::InternalInterface::getDbusName(d); in TEST() local
56 std::string name = interface::InternalInterface::getDbusName(d); in TEST() local
/openbmc/linux/include/trace/
H A Dtrace_events.h39 #define TRACE_EVENT(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
87 #define TRACE_EVENT_FLAGS(name, value) \ argument
91 #define TRACE_EVENT_PERF_PERM(name, expr...) \ argument
121 #define DEFINE_EVENT(template, name, proto, args) argument
124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
[all …]
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dnames.c28 char name[1]; member
34 char name[1]; member
40 char name[1]; member
46 char name[1]; member
52 char name[1]; member
58 char name[1]; member
188 static int new_vendor(const char *name, u_int16_t vendorid) in new_vendor()
207 static int new_product(const char *name, u_int16_t vendorid, in new_product()
228 static int new_class(const char *name, u_int8_t classid) in new_class()
247 static int new_subclass(const char *name, u_int8_t classid, u_int8_t subclassid) in new_subclass()
[all …]
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-config/
H A Dchannel_config.json3 "name" : "Ipmb", string
14 "name" : "eth1", string
25 "name" : "eth0", string
36 "name" : "ipmi_kcs4", string
47 "name" : "INTRABMC", string
59 "name" : "ipmi_kcs3", string
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c22 #define DEBUGFS_READONLY_FILE(name, buflen, fmt, value...) \ argument
40 #define DEBUGFS_ADD(name, parent) \ argument
44 #define DEBUGFS_DEL(name) \ argument
50 #define DEBUGFS_FWSTATS_FILE(sub, name, buflen, fmt) \ argument
72 #define DEBUGFS_FWSTATS_ADD(sub, name) \ argument
75 #define DEBUGFS_FWSTATS_DEL(sub, name) \ argument
/openbmc/skeleton/flashbios/
H A Dflash_bios_obj.c34 const gchar* name = flash_get_flasher_name(flash); in update() local
70 gchar* name, in on_lock()
76 const gchar* name = shared_resource_get_name(lock); in on_lock() local
95 const gchar* name = shared_resource_get_name(lock); in on_is_locked() local
124 const gchar* name = shared_resource_get_name(lock); in on_update_via_tftp() local
190 const gchar* name = shared_resource_get_name(lock); in on_update() local
236 const gchar *name, in on_bus_acquired()
335 const gchar *name, in on_name_acquired()
343 const gchar *name, in on_name_lost()
/openbmc/u-boot/env/
H A Dflags.c283 static inline int env_flags_lookup(const char *flags_list, const char *name, in env_flags_lookup()
308 enum env_flags_vartype env_flags_get_type(const char *name) in env_flags_get_type()
325 enum env_flags_varaccess env_flags_get_varaccess(const char *name) in env_flags_get_varaccess()
343 int env_flags_validate_type(const char *name, const char *value) in env_flags_validate_type()
363 int env_flags_validate_varaccess(const char *name, int check_mask) in env_flags_validate_varaccess()
377 int env_flags_validate_env_set_params(char *name, char * const val[], int count) in env_flags_validate_env_set_params()
453 static int set_flags(const char *name, const char *value, void *priv) in set_flags()
475 static int on_flags(const char *name, const char *value, enum env_op op, in on_flags()
501 const char *name; in env_flags_validate() local

12345678910>>...338