Home
last modified time | relevance | path

Searched defs:element (Results 1 – 25 of 134) sorted by relevance

123456

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp238 const json element = R"( in TEST() local
252 const json element = R"( in TEST() local
265 const json element = R"( in TEST() local
279 const json element = R"( in TEST() local
294 const json element = R"( in TEST() local
310 const json element = R"( in TEST() local
324 const json element = R"( in TEST() local
339 const json element = R"( in TEST() local
353 const json element = R"( in TEST() local
367 const json element = R"( in TEST() local
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_tests.cpp380 const json element = R"( in TEST() local
392 const json element = R"( in TEST() local
418 const json element = R"( in TEST() local
434 const json element = R"( in TEST() local
451 const json element = R"( in TEST() local
468 const json element = R"( in TEST() local
487 const json element = R"( in TEST() local
504 const json element = R"( in TEST() local
545 const json element = R"( in TEST() local
561 const json element = R"( in TEST() local
[all …]
/openbmc/boost-dbus/include/dbus/
H A Delement.hpp54 struct element { struct
59 struct element<bool> { struct
64 struct element<byte> { struct
69 struct element<int16> { struct
74 struct element<uint16> { struct
79 struct element<int32> { struct
84 struct element<uint32> { struct
89 struct element<int64> { struct
94 struct element<uint64> { struct
99 struct element<double> { struct
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.hpp153 inline uint8_t parseBitPosition(const nlohmann::json& element) in parseBitPosition()
178 inline uint8_t parseBitValue(const nlohmann::json& element) in parseBitValue()
203 inline bool parseBoolean(const nlohmann::json& element) in parseBoolean()
312 inline double parseDouble(const nlohmann::json& element) in parseDouble()
337 inline uint8_t parseHexByte(const nlohmann::json& element) in parseHexByte()
495 inline int8_t parseInt8(const nlohmann::json& element) in parseInt8()
782 inline std::string parseString(const nlohmann::json& element, in parseString()
807 inline uint8_t parseUint8(const nlohmann::json& element) in parseUint8()
861 inline void verifyIsArray(const nlohmann::json& element) in verifyIsArray()
876 inline void verifyIsObject(const nlohmann::json& element) in verifyIsObject()
[all …]
H A Dconfig_file_parser.cpp55 std::unique_ptr<Action> parseAction(const json& element) in parseAction()
181 std::unique_ptr<AndAction> parseAnd(const json& element) in parseAnd()
694 std::unique_ptr<IfAction> parseIf(const json& element) in parseIf()
727 std::string parseInventoryPath(const json& element) in parseInventoryPath()
779 parsePhaseFaultDetection(const json& element) in parsePhaseFaultDetection()
868 parsePMBusWriteVoutCommand(const json& element) in parsePMBusWriteVoutCommand()
939 std::unique_ptr<Rail> parseRail(const json& element) in parseRail()
993 parseRoot(const json& element) in parseRoot()
1025 std::unique_ptr<Rule> parseRule(const json& element) in parseRule()
1065 parseRuleIDOrActionsProperty(const json& element) in parseRuleIDOrActionsProperty()
[all …]
/openbmc/linux/mm/
H A Dmempool.c57 static void check_element(mempool_t *pool, void *element) in check_element()
74 static void __poison_element(void *element, size_t size) in __poison_element()
82 static void poison_element(mempool_t *pool, void *element) in poison_element()
137 void *element = pool->elements[--pool->curr_nr]; in remove_element() local
159 void *element = remove_element(pool); in mempool_exit() local
205 void *element; in mempool_init_node() local
306 void *element; in mempool_resize() local
382 void *element; in mempool_alloc() local
457 void mempool_free(void *element, mempool_t *pool) in mempool_free()
522 void mempool_free_slab(void *element, void *pool_data) in mempool_free_slab()
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dconfig_file_parser.hpp92 inline const nlohmann::json& getRequiredProperty(const nlohmann::json& element, in getRequiredProperty()
114 inline bool parseBoolean(const nlohmann::json& element) in parseBoolean()
184 inline std::string parseString(const nlohmann::json& element, in parseString()
209 inline uint8_t parseUint8(const nlohmann::json& element) in parseUint8()
234 inline unsigned int parseUnsignedInteger(const nlohmann::json& element) in parseUnsignedInteger()
251 inline void verifyIsArray(const nlohmann::json& element) in verifyIsArray()
266 inline void verifyIsObject(const nlohmann::json& element) in verifyIsObject()
285 inline void verifyPropertyCount(const nlohmann::json& element, in verifyPropertyCount()
H A Dconfig_file_parser.cpp91 GPIO parseGPIO(const json& element) in parseGPIO()
116 std::unique_ptr<Rail> parseRail(const json& element) in parseRail()
194 std::vector<std::unique_ptr<Rail>> parseRailArray(const json& element) in parseRailArray()
205 std::vector<std::unique_ptr<Rail>> parseRoot(const json& element) in parseRoot()
/openbmc/linux/security/tomoyo/
H A Dgc.c40 static bool tomoyo_struct_used_by_io_buffer(const struct list_head *element) in tomoyo_struct_used_by_io_buffer()
125 static inline void tomoyo_del_aggregator(struct list_head *element) in tomoyo_del_aggregator()
141 static inline void tomoyo_del_manager(struct list_head *element) in tomoyo_del_manager()
156 static void tomoyo_del_acl(struct list_head *element) in tomoyo_del_acl()
251 static inline void tomoyo_del_domain(struct list_head *element) in tomoyo_del_domain()
277 void tomoyo_del_condition(struct list_head *element) in tomoyo_del_condition()
317 static inline void tomoyo_del_name(struct list_head *element) in tomoyo_del_name()
329 static inline void tomoyo_del_path_group(struct list_head *element) in tomoyo_del_path_group()
344 static inline void tomoyo_del_group(struct list_head *element) in tomoyo_del_group()
371 static inline void tomoyo_del_number_group(struct list_head *element) in tomoyo_del_number_group()
[all …]
/openbmc/linux/scripts/
H A Dasn1_compiler.c681 struct element { struct
686 struct element *children; argument
687 struct element *next; argument
688 struct element *render_next; argument
689 struct element *list_next; argument
690 uint8_t n_elements; argument
708 struct element *element; member
856 struct element *top, *element; in parse_type() local
1150 struct element *children, **child_p = &children, *element; in parse_compound() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_keys.c145 enum mlxsw_afk_element element) in mlxsw_afk_picker_count_hits()
205 enum mlxsw_afk_element element; in mlxsw_afk_picker_key_info_add() local
227 enum mlxsw_afk_element element; in mlxsw_afk_picker() local
332 enum mlxsw_afk_element element) in mlxsw_afk_block_elinst_get()
348 enum mlxsw_afk_element element, in mlxsw_afk_key_info_elinst_get()
384 enum mlxsw_afk_element element, in mlxsw_afk_values_add_u32()
402 enum mlxsw_afk_element element, in mlxsw_afk_values_add_buf()
474 enum mlxsw_afk_element element; in mlxsw_afk_encode() local
H A Dcore_acl_flex_keys.h49 enum mlxsw_afk_element element; /* element ID */ member
77 enum mlxsw_afk_element element; member
133 #define mlxsw_afk_element_usage_for_each(element, elusage) \ argument
138 enum mlxsw_afk_element element) in mlxsw_afk_element_usage_add()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.js190 var Button = function (element, options) { argument
316 var Carousel = function (element, options) { argument
564 var Collapse = function (element, options) { argument
689 .each($.proxy(function (i, element) { argument
778 var Dropdown = function (element) { argument
942 var Modal = function (element, options) { argument
1432 var Tooltip = function (element, options) { argument
1979 var Popover = function (element, options) { argument
2103 function ScrollSpy(element, options) { argument
2276 var Tab = function (element) { argument
[all …]
/openbmc/qemu/include/qapi/
H A Dutil.h39 #define QAPI_LIST_PREPEND(list, element) do { \ argument
53 #define QAPI_LIST_APPEND(tail, element) do { \ argument
/openbmc/linux/drivers/acpi/acpica/
H A Duttrack.c281 struct acpi_debug_mem_block *element; in acpi_ut_find_allocation() local
337 struct acpi_debug_mem_block *element; in acpi_ut_track_allocation() local
542 struct acpi_debug_mem_block *element; in acpi_ut_dump_allocations() local
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_int.c342 struct list_head *element, *next; in esas2r_do_deferred_processes() local
395 struct list_head *element; in esas2r_process_adapter_reset() local
449 struct list_head *element; in esas2r_process_bus_reset() local
/openbmc/linux/include/linux/
H A Dmin_heap.h100 const void *element, in min_heap_pop_push()
109 void min_heap_push(struct min_heap *heap, const void *element, in min_heap_push()
/openbmc/phosphor-webui/app/common/directives/
H A DdirPagination.js78 return function dirPaginationLinkFn(scope, element, attrs) { argument
177 function addNgRepeatToElement(element, attrs, repeatExpression) { argument
206 function removeTemporaryAttributes(element) { argument
294 function dirPaginationControlsLinkFn(scope, element, attrs) { argument
H A Dinput.js6 return function(scope, element, attrs) { argument
/openbmc/phosphor-webui/app/common/components/table/
H A Dtable-checkbox.js10 const controller = function($element) {
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c77 struct acpi_buffer element = { 0, NULL }; in acpi_parse_trt() local
151 struct acpi_buffer element = { 0, NULL }; in acpi_parse_art() local
272 struct acpi_buffer element = { 0, NULL }; in acpi_parse_psvt() local
/openbmc/webui-vue/src/components/Mixins/
H A DJumpLinkMixin.js3 setFocus(element) { argument
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py117 def __init__(self, element): argument
147 def __init__(self, element, soup, namespace): argument
332 def __init__(self, element, soup): argument
/openbmc/linux/drivers/mfd/
H A Dsi476x-prop.c19 static bool si476x_core_element_is_in_array(u16 element, in si476x_core_element_is_in_array()
32 static bool si476x_core_element_is_in_range(u16 element, in si476x_core_element_is_in_range()
/openbmc/linux/drivers/acpi/
H A Dutils.c74 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package() local
166 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package() local
252 union acpi_object element; in acpi_evaluate_integer() local
340 union acpi_object *element = NULL; in acpi_evaluate_reference() local

123456