/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Fabric.v1_3_2.json | 14 "type": [ array 32 "type": "object" string 41 "type": [ array 90 "type": "null" string 114 "type": "null" string 134 "type": [ array 165 "type": "null" string 186 "type": "object" string 195 "type": [ array 213 "type": "object" string [all …]
|
/openbmc/qemu/util/ |
H A D | module.c | 34 module_init_type type; member 63 static ModuleTypeList *find_type(module_init_type type) in find_type() 70 void register_module_init(void (*fn)(void), module_init_type type) in register_module_init() 84 void register_dso_module_init(void (*fn)(void), module_init_type type) in register_dso_module_init() 97 void module_call_init(module_init_type type) in module_call_init() 319 int module_load_qom(const char *type, Error **errp) in module_load_qom() 402 int module_load_qom(const char *type, Error **errp) { return 2; } in module_load_qom()
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctl.h | 39 #define _IOC(dir,type,nr,size) \ argument 45 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 46 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 47 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 48 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/openbmc/phosphor-snmp/ |
H A D | snmp_notification.hpp | 60 Type type; member 197 u_char type = getASNType<decltype(OBMCErrorID)>(); in getFieldOIDList() local 204 u_char type = getASNType<decltype(OBMCErrorTimestamp)>(); in getFieldOIDList() local 211 u_char type = getASNType<decltype(OBMCErrorSeverity)>(); in getFieldOIDList() local 218 u_char type = getASNType<decltype(OBMCErrorMessage)>(); in getFieldOIDList() local
|
/openbmc/linux/drivers/base/power/ |
H A D | qos.c | 110 s32 dev_pm_qos_read_value(struct device *dev, enum dev_pm_qos_req_type type) in dev_pm_qos_read_value() 322 enum dev_pm_qos_req_type type) in dev_pm_qos_invalid_req_type() 330 enum dev_pm_qos_req_type type, s32 value) in __dev_pm_qos_add_request() 389 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_request() 536 enum dev_pm_qos_req_type type) in dev_pm_qos_add_notifier() 587 enum dev_pm_qos_req_type type) in dev_pm_qos_remove_notifier() 630 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_ancestor_request() 660 enum dev_pm_qos_req_type type) in __dev_pm_qos_drop_user_request() 686 enum dev_pm_qos_req_type type) in dev_pm_qos_drop_user_request()
|
/openbmc/linux/drivers/pci/endpoint/functions/ |
H A D | pci-epf-ntb.c | 103 enum pci_epc_interface_type type; member 142 enum pci_epc_interface_type type; in epf_ntb_link_up() local 236 enum pci_epc_interface_type type, u32 mw) in epf_ntb_configure_mw() 295 enum pci_epc_interface_type type, u32 mw) in epf_ntb_teardown_mw() 384 enum pci_epc_interface_type type, u16 db_count) in epf_ntb_configure_msi() 488 enum pci_epc_interface_type type, in epf_ntb_configure_msix() 555 enum pci_epc_interface_type type, in epf_ntb_configure_db() 589 epf_ntb_teardown_db(struct epf_ntb *ntb, enum pci_epc_interface_type type) in epf_ntb_teardown_db() 622 enum pci_epc_interface_type type; in epf_ntb_cmd_handler() local 780 enum pci_epc_interface_type type) in epf_ntb_peer_spad_bar_set() [all …]
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | elog-errors.hpp | 65 using type = std::tuple<std::decay_t<decltype("ESEL=%s")>, const char*>; typedef 94 using type = phosphor::logging::org::open_power::occ::metrics::Event; typedef 110 using type = std::tuple<std::decay_t<decltype("PROCEDURE=%u")>, uint32_t>; typedef 141 using type = phosphor::logging::org::open_power::common::callout::Procedure; typedef 157 using type = typedef 171 using type = std::tuple<std::decay_t<decltype("CALLOUT_DEVICE_PATH=%s")>, typedef 203 using type = typedef 220 using type = typedef 256 using type = phosphor::logging::xyz::openbmc_project::common::callout::GPIO; typedef 272 using type = typedef [all …]
|
/openbmc/libcper/specification/json/common/ |
H A D | cper-json-nvp.json | 4 "type": "object", string 9 "type": "string" string 12 "type": "integer" string
|
/openbmc/linux/include/linux/ |
H A D | zswap.h | 31 static inline void zswap_invalidate(int type, pgoff_t offset) {} in zswap_invalidate() 32 static inline void zswap_swapon(int type) {} in zswap_swapon() 33 static inline void zswap_swapoff(int type) {} in zswap_swapoff()
|
H A D | firmware-map.h | 23 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() 28 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug() 33 static inline int firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
|
/openbmc/linux/fs/ocfs2/ |
H A D | quota_local.c | 160 static int ocfs2_local_check_quota_file(struct super_block *sb, int type) in ocfs2_local_check_quota_file() 330 int type; in ocfs2_free_quota_recovery() local 340 int type, in ocfs2_recovery_load_quota() 372 int type; in ocfs2_alloc_quota_recovery() local 397 int type; in ocfs2_begin_quota_recovery() local 459 int type, in ocfs2_recover_local_quota_file() 592 int type; in ocfs2_finish_quota_recovery() local 683 static int ocfs2_local_read_info(struct super_block *sb, int type) in ocfs2_local_read_info() 793 static int ocfs2_local_write_info(struct super_block *sb, int type) in ocfs2_local_write_info() 811 static int ocfs2_local_free_info(struct super_block *sb, int type) in ocfs2_local_free_info() [all …]
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | test-plugin-mem-access.c | 27 #define PRINT_EXPECTED(function, type, value, action) \ argument 34 #define DEFINE_STORE(name, type, value) \ argument 47 #define DEFINE_ATOMIC_OP(name, type, value) \ argument 62 #define DEFINE_LOAD(name, type, value) \ argument
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | cacheinfo.c | 68 enum cache_type type, unsigned int level) in ci_leaf_init() argument 26 get_cacheinfo(u32 level,enum cache_type type) get_cacheinfo() argument 50 get_cache_size(u32 level,enum cache_type type) get_cache_size() argument 57 get_cache_geometry(u32 level,enum cache_type type) get_cache_geometry() argument [all...] |
/openbmc/linux/tools/bpf/bpftool/ |
H A D | cgroup.c | 46 enum bpf_attach_type type; in parse_attach_type() local 169 static int count_attached_bpf_progs(int cgroup_fd, enum bpf_attach_type type) in count_attached_bpf_progs() 184 enum bpf_attach_type type; in cgroup_has_attached_progs() local 202 static int show_effective_bpf_progs(int cgroup_fd, enum bpf_attach_type type, in show_effective_bpf_progs() 227 static int show_attached_bpf_progs(int cgroup_fd, enum bpf_attach_type type, in show_attached_bpf_progs() 277 static int show_bpf_progs(int cgroup_fd, enum bpf_attach_type type, in show_bpf_progs() 287 enum bpf_attach_type type; in do_show() local 369 enum bpf_attach_type type; in do_show_tree_fn() local
|
/openbmc/rest-dbus/resources/ |
H A D | dbus.js | 18 'type': 'service', property in AnonymousClass9ebe46fd0201 38 'type': 'object', property in AnonymousClass9ebe46fd0401 61 'type': 'interface', property in AnonymousClass9ebe46fd0601 72 function format_one_type(type) argument 150 function format_types(type) argument 165 function format_type(type) argument 220 'type': 'method', property in AnonymousClass9ebe46fd0801 272 'type': format_method_arg(arg), property in AnonymousClass9ebe46fd0a01
|
/openbmc/linux/kernel/ |
H A D | ucount.c | 231 enum ucount_type type) in inc_ucount() 253 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount() 263 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in inc_rlimit_ucounts() 280 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in dec_rlimit_ucounts() 294 struct ucounts *last, enum rlimit_type type) in do_dec_rlimit_put_ucounts() 306 void dec_rlimit_put_ucounts(struct ucounts *ucounts, enum rlimit_type type) in dec_rlimit_put_ucounts() 311 long inc_rlimit_get_ucounts(struct ucounts *ucounts, enum rlimit_type type, in inc_rlimit_get_ucounts() 344 bool is_rlimit_overlimit(struct ucounts *ucounts, enum rlimit_type type, unsigned long rlimit) in is_rlimit_overlimit()
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_table.c | 33 bool mod_color_is_table_init(enum table_type type) in mod_color_is_table_init() 45 struct fixed31_32 *mod_color_get_table(enum table_type type) in mod_color_get_table() 57 void mod_color_set_table_init_state(enum table_type type, bool state) in mod_color_set_table_init_state()
|
/openbmc/linux/arch/mips/fw/arc/ |
H A D | memory.c | 75 static inline int memtype_classify_arcs(union linux_memtypes type) in memtype_classify_arcs() 95 static inline int memtype_classify_arc(union linux_memtypes type) in memtype_classify_arc() 115 static int __init prom_memtype_classify(union linux_memtypes type) in prom_memtype_classify() 144 long type; in prom_meminit() local
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 237 static void check_data(int type, sa_family_t family, const struct cmd *cmd, in check_data() 374 static int send_data(int type, sa_family_t family, void *data, size_t len, in send_data() 396 static void do_test(int type, sa_family_t family, struct cmd *cmd, in do_test() 454 static void test_err_inner_map(int type, sa_family_t family) in test_err_inner_map() 465 static void test_err_skb_data(int type, sa_family_t family) in test_err_skb_data() 471 static void test_err_sk_select_port(int type, sa_family_t family) in test_err_sk_select_port() 482 static void test_pass(int type, sa_family_t family) in test_pass() 495 static void test_syncookie(int type, sa_family_t family) in test_syncookie() 530 static void test_pass_on_err(int type, sa_family_t family) in test_pass_on_err() 541 static void test_detach_bpf(int type, sa_family_t family) in test_detach_bpf() [all …]
|
/openbmc/linux/net/ipv6/ |
H A D | icmp.c | 75 u8 type, u8 code, int offset, __be32 info) in icmpv6_err() 166 static bool icmpv6_mask_allow(struct net *net, int type) in icmpv6_mask_allow() 178 static bool icmpv6_global_allow(struct net *net, int type, in icmpv6_global_allow() 195 static bool icmpv6_xrlim_allow(struct sock *sk, u8 type, in icmpv6_xrlim_allow() 239 static bool icmpv6_rt_has_prefsrc(struct sock *sk, u8 type, in icmpv6_rt_has_prefsrc() 317 uint8_t type; member 449 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in icmp6_send() 662 int ip6_err_gen_icmpv6_unreach(struct sk_buff *skb, int nhs, int type, in ip6_err_gen_icmpv6_unreach() 739 u8 type; in icmpv6_echo_reply() local 835 enum skb_drop_reason icmpv6_notify(struct sk_buff *skb, u8 type, in icmpv6_notify() [all …]
|
/openbmc/phosphor-power/ |
H A D | elog-errors.hpp | 267 using type = typedef 298 using type = typedef 329 using type = typedef 360 using type = typedef 391 using type = typedef 422 using type = typedef 453 using type = typedef 484 using type = typedef 515 using type = typedef 546 using type = typedef [all …]
|
/openbmc/linux/fs/btrfs/ |
H A D | compression.c | 44 const char* btrfs_compress_type2str(enum btrfs_compression_type type) in btrfs_compress_type2str() 94 static int compression_compress_pages(int type, struct list_head *ws, in compression_compress_pages() 142 static int compression_decompress(int type, struct list_head *ws, in compression_decompress() 644 static struct list_head *alloc_workspace(int type, unsigned int level) in alloc_workspace() 660 static void free_workspace(int type, struct list_head *ws) in free_workspace() 676 static void btrfs_init_workspace_manager(int type) in btrfs_init_workspace_manager() 702 static void btrfs_cleanup_workspace_manager(int type) in btrfs_cleanup_workspace_manager() 722 struct list_head *btrfs_get_workspace(int type, unsigned int level) in btrfs_get_workspace() 801 static struct list_head *get_workspace(int type, int level) in get_workspace() 821 void btrfs_put_workspace(int type, struct list_head *ws) in btrfs_put_workspace() [all …]
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/ |
H A D | elog.hpp | 25 using type = T; typedef 41 using type = T; typedef 60 using type = T; typedef 86 using type = T; typedef
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | perf.c | 18 bool dmar_latency_enabled(struct intel_iommu *iommu, enum latency_type type) in dmar_latency_enabled() 25 int dmar_latency_enable(struct intel_iommu *iommu, enum latency_type type) in dmar_latency_enable() 57 void dmar_latency_disable(struct intel_iommu *iommu, enum latency_type type) in dmar_latency_disable() 70 void dmar_latency_update(struct intel_iommu *iommu, enum latency_type type, u64 latency) in dmar_latency_update()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | cmpxchg.h | 9 #define ____xchg(type, args...) __arch_xchg ## type ## _local(args) argument 10 #define ____cmpxchg(type, args...) __cmpxchg ## type ## _local(args) argument 37 #define ____xchg(type, args...) __arch_xchg ##type(args) argument 38 #define ____cmpxchg(type, args...) __cmpxchg ##type(args) argument
|