Home
last modified time | relevance | path

Searched defs:name (Results 126 – 150 of 8769) sorted by relevance

12345678910>>...351

/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/p10bmc/
H A Dgpio_defs.json7 {"name": "SOFTWARE_PGOOD", "polarity": true}, string
8 {"name": "BMC_POWER_UP", "polarity": true} string
15 "name": "BMC_POWER_UP", string
20 "name": "SOFTWARE_PGOOD", string
25 "name": "SYS_PWROK_BUFF", string
30 "name": "POWER_BUTTON", string
/openbmc/linux/net/mac80211/
H A Ddebugfs_netdev.c67 #define IEEE80211_IF_FMT(name, type, field, format_string) \ argument
74 #define IEEE80211_IF_FMT_DEC(name, type, field) \ argument
76 #define IEEE80211_IF_FMT_HEX(name, type, field) \ argument
78 #define IEEE80211_IF_FMT_LHEX(name, type, field) \ argument
81 #define IEEE80211_IF_FMT_HEXARRAY(name, type, field) \ argument
96 #define IEEE80211_IF_FMT_ATOMIC(name, type, field) \ argument
104 #define IEEE80211_IF_FMT_MAC(name, type, field) \ argument
112 #define IEEE80211_IF_FMT_JIFFIES_TO_MS(name, type, field) \ argument
121 #define _IEEE80211_IF_FILE_OPS(name, _read, _write) \ argument
129 #define _IEEE80211_IF_FILE_R_FN(name, type) \ argument
[all …]
/openbmc/linux/fs/
H A Dxattr.c57 xattr_resolve_name(struct inode *inode, const char **name) in xattr_resolve_name()
115 const char *name, int mask) in xattr_permission()
186 struct inode *inode, const char *name, const void *value, in __vfs_setxattr()
224 struct dentry *dentry, const char *name, in __vfs_setxattr_noperm()
277 const char *name, const void *value, size_t size, in __vfs_setxattr_locked()
306 const char *name, const void *value, size_t size, int flags) in vfs_setxattr()
340 const char *name, void *value, size_t size) in xattr_getsecurity()
377 const char *name, char **xattr_value, size_t xattr_size, in vfs_getxattr_alloc()
411 __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_getxattr()
430 const char *name, void *value, size_t size) in vfs_getxattr()
[all …]
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json4 "name": "FIOBOARD_REMOTE_INLET_TEMP_C", string
11 "name": "NIC0_TEMP_C", string
18 "name": "NIC1_TEMP_C", string
25 "name": "HDDBOARD_SSD0_TEMP_C", string
32 "name": "HDDBOARD_SSD2_TEMP_C", string
39 "name": "PDB_P48V_HSC1_TEMP_C", string
46 "name": "PDB_P48V_HSC2_TEMP_C", string
53 "name": "PDB_VR_P12V_AUX_TEMP_C", string
60 "name": "PDB_VR_P12V_N1_TEMP_C", string
67 "name": "PDB_VR_P12V_N2_TEMP_C", string
[all …]
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/
H A Dconfig.json15 "name": "fan0_0", string
20 "name": "fan0_1", string
38 "name": "fan1_0", string
43 "name": "fan1_1", string
61 "name": "fan2_0", string
66 "name": "fan2_1", string
84 "name": "fan3_0", string
89 "name": "fan3_1", string
101 "name": "fan0_1" string
104 "name": "fan1_1" string
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dvvar.h27 #define DECLARE_VVAR(offset, type, name) \ argument
34 #define DECLARE_VVAR(offset, type, name) \ argument
40 #define VVAR(name) (vvar_ ## name) argument
41 #define TIMENS(name) (timens_ ## name) argument
43 #define DEFINE_VVAR(type, name) \ argument
/openbmc/qemu/qapi/
H A Dqapi-dealloc-visitor.c25 static bool qapi_dealloc_start_struct(Visitor *v, const char *name, void **obj, in qapi_dealloc_start_struct()
45 static bool qapi_dealloc_start_list(Visitor *v, const char *name, in qapi_dealloc_start_list()
64 static bool qapi_dealloc_type_str(Visitor *v, const char *name, char **obj, in qapi_dealloc_type_str()
73 static bool qapi_dealloc_type_int64(Visitor *v, const char *name, int64_t *obj, in qapi_dealloc_type_int64()
79 static bool qapi_dealloc_type_uint64(Visitor *v, const char *name, in qapi_dealloc_type_uint64()
85 static bool qapi_dealloc_type_bool(Visitor *v, const char *name, bool *obj, in qapi_dealloc_type_bool()
91 static bool qapi_dealloc_type_number(Visitor *v, const char *name, double *obj, in qapi_dealloc_type_number()
97 static bool qapi_dealloc_type_anything(Visitor *v, const char *name, in qapi_dealloc_type_anything()
106 static bool qapi_dealloc_type_null(Visitor *v, const char *name, in qapi_dealloc_type_null()
H A Dqapi-clone-visitor.c27 static bool qapi_clone_start_struct(Visitor *v, const char *name, void **obj, in qapi_clone_start_struct()
55 static bool qapi_clone_start_list(Visitor *v, const char *name, in qapi_clone_start_list()
73 static bool qapi_clone_start_alternate(Visitor *v, const char *name, in qapi_clone_start_alternate()
80 static bool qapi_clone_type_int64(Visitor *v, const char *name, int64_t *obj, in qapi_clone_type_int64()
90 static bool qapi_clone_type_uint64(Visitor *v, const char *name, in qapi_clone_type_uint64()
100 static bool qapi_clone_type_bool(Visitor *v, const char *name, bool *obj, in qapi_clone_type_bool()
110 static bool qapi_clone_type_str(Visitor *v, const char *name, char **obj, in qapi_clone_type_str()
127 static bool qapi_clone_type_number(Visitor *v, const char *name, double *obj, in qapi_clone_type_number()
137 static bool qapi_clone_type_null(Visitor *v, const char *name, QNull **obj, in qapi_clone_type_null()
/openbmc/qemu/hw/9pfs/
H A D9p-posix-acl.c31 const char *name, void *value, size_t size) in mp_pacl_getxattr()
37 char *name, void *value, size_t osize) in mp_pacl_listxattr()
55 static int mp_pacl_setxattr(FsContext *ctx, const char *path, const char *name, in mp_pacl_setxattr()
63 const char *path, const char *name) in mp_pacl_removexattr()
85 const char *name, void *value, size_t size) in mp_dacl_getxattr()
91 char *name, void *value, size_t osize) in mp_dacl_listxattr()
109 static int mp_dacl_setxattr(FsContext *ctx, const char *path, const char *name, in mp_dacl_setxattr()
117 const char *path, const char *name) in mp_dacl_removexattr()
/openbmc/linux/tools/include/linux/
H A Dhashtable.h17 #define DEFINE_HASHTABLE(name, bits) \ argument
21 #define DECLARE_HASHTABLE(name, bits) \ argument
24 #define HASH_SIZE(name) (ARRAY_SIZE(name)) argument
25 #define HASH_BITS(name) ilog2(HASH_SIZE(name)) argument
105 #define hash_for_each(name, bkt, obj, member) \ argument
119 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument
132 #define hash_for_each_possible(name, obj, member, key) \ argument
144 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
/openbmc/linux/arch/mips/include/asm/
H A Dmips-cps.h17 #define CPS_ACCESSOR_A(unit, off, name) \ argument
23 #define CPS_ACCESSOR_R(unit, sz, name) \ argument
46 #define CPS_ACCESSOR_W(unit, sz, name) \ argument
71 #define CPS_ACCESSOR_M(unit, sz, name) \ argument
91 #define CPS_ACCESSOR_RO(unit, sz, off, name) \ argument
95 #define CPS_ACCESSOR_WO(unit, sz, off, name) \ argument
99 #define CPS_ACCESSOR_RW(unit, sz, off, name) \ argument
/openbmc/linux/fs/sysfs/
H A Dsymlink.c22 const char *name, int warn) in sysfs_do_create_link_sd()
62 const char *name) in sysfs_create_link_sd()
68 const char *name, int warn) in sysfs_do_create_link()
90 const char *name) in sysfs_create_link()
106 const char *name) in sysfs_create_link_nowarn()
122 const char *name) in sysfs_delete_link()
143 void sysfs_remove_link(struct kobject *kobj, const char *name) in sysfs_remove_link()
/openbmc/linux/arch/powerpc/kernel/
H A Dexceptions-64s.S35 #define EXC_REAL_BEGIN(name, start, size) \ argument
38 #define EXC_REAL_END(name, start, size) \ argument
41 #define EXC_VIRT_BEGIN(name, start, size) \ argument
44 #define EXC_VIRT_END(name, start, size) \ argument
47 #define EXC_COMMON_BEGIN(name) \ argument
55 #define TRAMP_REAL_BEGIN(name) \ argument
58 #define TRAMP_VIRT_BEGIN(name) \ argument
110 #define __IKVM_REAL(name) .L_IKVM_REAL_ ## name argument
113 #define __ISTACK(name) .L_ISTACK_ ## name argument
125 .macro do_define_int name argument
[all …]
/openbmc/linux/arch/xtensa/include/asm/
H A Dcoprocessor.h101 #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \ argument
104 #define __REG0(cc,abi,t,name,s,a) __REG0_ ## cc (abi,name) argument
105 #define __REG1(cc,abi,t,name,s,a) __REG1_ ## cc (name) argument
108 #define __REG0_0(abi,name) argument
109 #define __REG0_1(abi,name) __REG0_1 ## abi (name) argument
110 #define __REG0_10(name) __u32 name; argument
111 #define __REG0_11(name) __u32 name; argument
112 #define __REG0_12(name) argument
114 #define __REG1_0(name) __u32 name; argument
115 #define __REG1_1(name) argument
/openbmc/qemu/hw/core/
H A Dgpio.c26 const char *name) in qdev_get_named_gpio_list()
46 const char *name, int n) in qdev_init_gpio_in_named_with_opaque()
75 const char *name, int n) in qdev_init_gpio_out_named()
104 qemu_irq qdev_get_gpio_in_named(DeviceState *dev, const char *name, int n) in qdev_get_gpio_in_named()
117 void qdev_connect_gpio_out_named(DeviceState *dev, const char *name, int n, in qdev_connect_gpio_out_named()
133 qemu_irq qdev_get_gpio_out_connector(DeviceState *dev, const char *name, int n) in qdev_get_gpio_out_connector()
147 const char *name, int n) in qdev_disconnect_gpio_out_named()
162 const char *name, int n) in qdev_intercept_gpio_out()
175 const char *name) in qdev_pass_gpios()
/openbmc/libbej/test/
H A Dbej_tree_test.cpp12 const char* name = "SomeProperty"; in TEST() local
29 const char* name = "SomeProperty"; in TEST() local
46 const char* name = "SomeProperty"; in TEST() local
88 const char* name = "SomeProperty"; in TEST() local
106 const char* name = "SomeProperty"; in TEST() local
120 const char* name = "SomeProperty"; in TEST() local
139 const char* name = "SomeProperty"; in TEST() local
158 const char* name = "SomeProperty"; in TEST() local
177 const char* name = "SomeProperty"; in TEST() local
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_io_utils.c18 const char *name) in msm_clk_bulk_get_clock()
34 struct clk *msm_clk_get(struct platform_device *pdev, const char *name) in msm_clk_get()
53 static void __iomem *_msm_ioremap(struct platform_device *pdev, const char *name, in _msm_ioremap()
86 void __iomem *msm_ioremap(struct platform_device *pdev, const char *name) in msm_ioremap()
91 void __iomem *msm_ioremap_quiet(struct platform_device *pdev, const char *name) in msm_ioremap_quiet()
96 void __iomem *msm_ioremap_size(struct platform_device *pdev, const char *name, in msm_ioremap_size()
131 struct icc_path *msm_icc_get(struct device *dev, const char *name) in msm_icc_get()
/openbmc/linux/drivers/clk/at91/
H A Ddt-compat.c33 const char *name = np->name; in of_sama5d2_clk_audio_pll_frac_setup() local
59 const char *name = np->name; in of_sama5d2_clk_audio_pll_pad_setup() local
85 const char *name = np->name; in of_sama5d2_clk_audio_pll_pmc_setup() local
128 const char *name; in of_sama5d2_clk_generated_setup() local
191 const char *name = np->name; in of_sama5d4_clk_h32mx_setup() local
256 const char *name = np->name; in of_at91rm9200_clk_main_osc_setup() local
286 const char *name = np->name; in of_at91sam9x5_clk_main_rc_osc_setup() local
313 const char *name = np->name; in of_at91rm9200_clk_main_setup() local
340 const char *name = np->name; in of_at91sam9x5_clk_main_setup() local
399 const char *name = np->name; in of_at91_clk_master_setup() local
[all …]
/openbmc/linux/include/linux/
H A Dexport-internal.h40 #define __KSYMTAB(name, sym, sec, ns) \ argument
57 #define KSYM_FUNC(name) @fptr(name) argument
59 #define KSYM_FUNC(name) P%name argument
61 #define KSYM_FUNC(name) name argument
64 #define KSYMTAB_FUNC(name, sec, ns) __KSYMTAB(name, KSYM_FUNC(name), sec, ns) argument
65 #define KSYMTAB_DATA(name, sec, ns) __KSYMTAB(name, name, sec, ns) argument
/openbmc/qemu/qom/
H A Dobject.c50 const char *name; member
98 static TypeImpl *type_table_lookup(const char *name) in type_table_lookup()
140 static bool type_name_is_valid(const char *name) in type_name_is_valid()
198 static TypeImpl *type_get_by_name_noload(const char *name) in type_get_by_name_noload()
207 static TypeImpl *type_get_or_load_by_name(const char *name, Error **errp) in type_get_or_load_by_name()
1242 object_property_try_add(Object *obj, const char *name, const char *type, in object_property_try_add()
1293 object_property_add(Object *obj, const char *name, const char *type, in object_property_add()
1305 const char *name, in object_class_property_add()
1331 ObjectProperty *object_property_find(Object *obj, const char *name) in object_property_find()
1344 ObjectProperty *object_property_find_err(Object *obj, const char *name, in object_property_find_err()
[all …]
/openbmc/phosphor-pid-control/examples/
H A Dfan-info.json4 "name": "fan1", string
12 "name": "fan2", string
20 "name": "fan3", string
28 "name": "fan4", string
36 "name": "fan5", string
41 "name": "fan6", string
46 "name": "fan7", string
51 "name": "fan8", string
56 "name": "fleeting0", string
69 "name": "fan1-5", string
[all …]
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/
H A Devents.json3 "name": "Power off", string
6 "name": "Power State", string
8 "property": { "name": "CurrentPowerState" } string
27 "name": "override_fan_target", string
30 "name": "Power State", string
32 "property": { "name": "CurrentPowerState" } string
/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.cpp49 auto name = templateName; in insertPageNum() local
90 std::string name; in getDeviceName() local
110 bool PMBus::readBitInPage(const std::string& name, size_t page, Type type) in readBitInPage()
116 bool PMBus::readBit(const std::string& name, Type type) in readBit()
164 bool PMBus::exists(const std::string& name, Type type) in exists()
171 uint64_t PMBus::read(const std::string& name, Type type) in read()
202 std::string PMBus::readString(const std::string& name, Type type) in readString()
233 std::vector<uint8_t> PMBus::readBinary(const std::string& name, Type type, in readBinary()
276 void PMBus::write(const std::string& name, int value, Type type) in write()
/openbmc/qemu/qobject/
H A Djson-writer.c157 static void maybe_comma_name(JSONWriter *writer, const char *name) in maybe_comma_name()
175 void json_writer_start_object(JSONWriter *writer, const char *name) in json_writer_start_object()
189 void json_writer_start_array(JSONWriter *writer, const char *name) in json_writer_start_array()
203 void json_writer_bool(JSONWriter *writer, const char *name, bool val) in json_writer_bool()
209 void json_writer_null(JSONWriter *writer, const char *name) in json_writer_null()
215 void json_writer_int64(JSONWriter *writer, const char *name, int64_t val) in json_writer_int64()
221 void json_writer_uint64(JSONWriter *writer, const char *name, uint64_t val) in json_writer_uint64()
227 void json_writer_double(JSONWriter *writer, const char *name, double val) in json_writer_double()
243 void json_writer_str(JSONWriter *writer, const char *name, const char *str) in json_writer_str()
/openbmc/bmcweb/static/google/v1/odata/
H A Dindex.json6 "name": "$metadata", string
11 "name": "odata", string
16 "name": "Service", string
21 "name": "ServiceRoot", string
26 "name": "RootOfTrustCollection", string

12345678910>>...351