/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | brcms_trace_events.h | 27 #define TRACE_EVENT(name, proto, ...) \ argument 32 #define DEFINE_EVENT(evt_class, name, proto, ...) \ argument
|
/openbmc/linux/arch/arm64/boot/dts/marvell/ |
H A D | armada-common.dtsi | 9 #define CP11X_LABEL(name) EVALUATOR(CP11X_NAME, EVALUATOR(_, name)) argument 10 #define CP11X_NODE_NAME(name) EVALUATOR(CP11X_NAME, EVALUATOR(-, name)) argument
|
/openbmc/phosphor-mboxd/vpnor/test/ |
H A D | tmpd.cpp | 15 size_t VpnorRoot::write(const std::string &name, const void *data, size_t len) in write() 29 size_t VpnorRoot::patch(const std::string &name, const void *data, size_t len) in patch()
|
/openbmc/hiomapd/vpnor/test/ |
H A D | tmpd.cpp | 15 size_t VpnorRoot::write(const std::string& name, const void* data, size_t len) in write() 29 size_t VpnorRoot::patch(const std::string& name, const void* data, size_t len) in patch()
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/ |
H A D | fans.json | 3 "name": "fan0", string 9 "name": "fan1", string
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | syscall_wrapper.h | 18 #define __SYSCALL_DEFINEx(x, name, ...) \ argument 42 #define COND_SYSCALL(name) \ argument
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmcs12.c | 7 #define FIELD(number, name) [ROL16(number, 6)] = VMCS12_OFFSET(name) argument 8 #define FIELD64(number, name) \ argument
|
/openbmc/linux/fs/omfs/ |
H A D | dir.c | 12 static int omfs_hash(const char *name, int namelen, int mod) in omfs_hash() 25 const char *name, int namelen, int *ofs) in omfs_get_bucket() 35 const char *name, int namelen, in omfs_scan_list() 68 const char *name, int namelen) in omfs_find_entry() 114 const char *name = dentry->d_name.name; in omfs_add_link() local 160 const char *name = dentry->d_name.name; in omfs_delete_entry() local
|
/openbmc/linux/drivers/macintosh/ |
H A D | therm_adt746x.c | 321 #define BUILD_SHOW_FUNC_INT(name, data) \ argument 328 #define BUILD_SHOW_FUNC_INT_LITE(name, data) \ argument 334 #define BUILD_SHOW_FUNC_STR(name, data) \ argument 340 #define BUILD_SHOW_FUNC_FAN(name, data) \ argument 350 #define BUILD_STORE_FUNC_DEG(name, data) \ argument 364 #define BUILD_STORE_FUNC_INT(name, data) \ argument
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | registry.cpp | 160 uint16_t getSRCReasonCode(const nlohmann::json& src, const std::string& name) in getSRCReasonCode() 175 uint8_t getSRCType(const nlohmann::json& src, const std::string& name) in getSRCType() 203 getSRCHexwordFields(const nlohmann::json& src, const std::string& name) in getSRCHexwordFields() 251 getSRCSymptomIDFields(const nlohmann::json& src, const std::string& name) in getSRCSymptomIDFields() 283 const nlohmann::json& pelEntry, const std::string& name) in getComponentID() 708 std::optional<Entry> Registry::lookup(const std::string& name, LookupType type, in lookup()
|
/openbmc/linux/fs/reiserfs/ |
H A D | xattr.c | 194 fill_with_dentries(struct dir_context *ctx, const char *name, int namelen, in fill_with_dentries() 390 static struct dentry *xattr_lookup(struct inode *inode, const char *name, in xattr_lookup() 479 static int lookup_and_delete_xattr(struct inode *inode, const char *name) in lookup_and_delete_xattr() 515 struct inode *inode, const char *name, in reiserfs_xattr_set_handle() 613 int reiserfs_xattr_set(struct inode *inode, const char *name, in reiserfs_xattr_set() 651 reiserfs_xattr_get(struct inode *inode, const char *name, void *buffer, in reiserfs_xattr_get() 775 static inline bool reiserfs_posix_acl_list(const char *name, in reiserfs_posix_acl_list() 784 const char *name, struct dentry *dentry) in reiserfs_xattr_list() 813 static bool listxattr_filler(struct dir_context *ctx, const char *name, in listxattr_filler()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs42xattr.c | 175 nfs4_xattr_alloc_entry(const char *name, const void *value, in nfs4_xattr_alloc_entry() 504 nfs4_xattr_hash_bucket(struct nfs4_xattr_cache *cache, const char *name) in nfs4_xattr_hash_bucket() 511 nfs4_xattr_get_entry(struct nfs4_xattr_bucket *bucket, const char *name) in nfs4_xattr_get_entry() 564 nfs4_xattr_hash_remove(struct nfs4_xattr_cache *cache, const char *name) in nfs4_xattr_hash_remove() 587 nfs4_xattr_hash_find(struct nfs4_xattr_cache *cache, const char *name) in nfs4_xattr_hash_find() 608 ssize_t nfs4_xattr_cache_get(struct inode *inode, const char *name, char *buf, in nfs4_xattr_cache_get() 688 void nfs4_xattr_cache_add(struct inode *inode, const char *name, in nfs4_xattr_cache_add() 720 void nfs4_xattr_cache_remove(struct inode *inode, const char *name) in nfs4_xattr_cache_remove() 995 struct list_lru *lru, const char *name) in nfs4_xattr_shrinker_init()
|
/openbmc/linux/include/asm-generic/ |
H A D | vmlinux.lds.h | 308 #define ___OF_TABLE(cfg, name) _OF_TABLE_##cfg(name) argument 309 #define __OF_TABLE(cfg, name) ___OF_TABLE(cfg, name) argument 310 #define OF_TABLE(cfg, name) __OF_TABLE(IS_ENABLED(cfg), name) argument 311 #define _OF_TABLE_0(name) argument 312 #define _OF_TABLE_1(name) \ argument 326 #define ACPI_PROBE_TABLE(name) \ argument 331 #define ACPI_PROBE_TABLE(name) argument 335 #define THERMAL_TABLE(name) \ argument 340 #define THERMAL_TABLE(name) argument
|
/openbmc/linux/sound/aoa/core/ |
H A D | gpio-pmf.c | 13 #define PMF_GPIO(name, bit) \ argument 137 char *name; in pmf_set_notify() local 211 char *name; in pmf_get_detect() local
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ |
H A D | odbc.json | 32 "name": "'ODBC ' + entity_id" string 38 "name": "value", string 49 "name": "procedureTwo", string
|
/openbmc/skeleton/bmcctl/ |
H A D | control_bmc_obj.c | 57 static void on_bus_acquired(GDBusConnection *connection, const gchar *name, in on_bus_acquired() 97 static void on_name_acquired(GDBusConnection *connection, const gchar *name, in on_name_acquired() 102 static void on_name_lost(GDBusConnection *connection, const gchar *name, in on_name_lost()
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | svn.py | 184 def _revision_key(self, ud, d, name): argument 190 def _latest_revision(self, ud, d, name): argument 204 def sortable_revision(self, ud, d, name): argument
|
/openbmc/linux/include/linux/ |
H A D | torture.h | 26 #define torture_param(type, name, init, msg) \ argument 73 #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } argument 74 #define DEFINE_TORTURE_RANDOM_PERCPU(name) \ argument
|
/openbmc/linux/tools/lib/api/fs/ |
H A D | tracing_path.c | 68 char *get_tracing_file(const char *name) in get_tracing_file() 83 char *get_events_file(const char *name) in get_events_file() 128 const char *sys, const char *name) in tracing_path__strerror_open_tp()
|
/openbmc/qemu/qom/ |
H A D | qom-qobject.c | 21 const char *name, QObject *value, in object_property_set_qobject() 33 QObject *object_property_get_qobject(Object *obj, const char *name, in object_property_get_qobject()
|
/openbmc/qemu/scripts/ |
H A D | modinfo-generate.py | 7 def print_array(name, values): argument 35 def generate(name, lines, enabled): argument
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | standard_device.hpp | 58 explicit StandardDevice(const std::string& name, in StandardDevice() 173 std::string name{}; member in phosphor::power::sequencer::StandardDevice
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | kvm.h | 214 #define KVM_REG_RISCV_CONFIG_REG(name) \ argument 219 #define KVM_REG_RISCV_CORE_REG(name) \ argument 227 #define KVM_REG_RISCV_CSR_REG(name) \ argument 229 #define KVM_REG_RISCV_CSR_AIA_REG(name) \ argument 231 #define KVM_REG_RISCV_CSR_SMSTATEEN_REG(name) \ argument 236 #define KVM_REG_RISCV_TIMER_REG(name) \ argument 241 #define KVM_REG_RISCV_FP_F_REG(name) \ argument 246 #define KVM_REG_RISCV_FP_D_REG(name) \ argument 275 #define KVM_REG_RISCV_VECTOR_CSR_REG(name) \ argument 283 #define KVM_REG_RISCV_SBI_STA_REG(name) \ argument
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | g_dnl.c | 132 const char *name = "usb_dnload"; in g_dnl_config_register() local 162 int g_dnl_bind_fixup(struct usb_device_descriptor *dev, const char *name) in g_dnl_bind_fixup() 211 static int on_serialno(const char *name, const char *value, enum env_op op, in on_serialno() 290 int g_dnl_register(const char *name) in g_dnl_register()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | io-workarounds.c | 102 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument 112 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument 131 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name, argument 132 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name, argument
|