/openbmc/pyphosphor/obmc/utils/ |
H A D | pathtree.py | 99 def _try_delete_parent(self, elements): argument 100 if len(elements) == 1: 104 elements.pop() 106 for k in elements[:-1]: 109 if 'data' not in d[elements[-1]] and not d[elements[-1]][kids]: 110 del d[elements[-1]] 111 self._try_delete_parent(elements) 115 elements = ['/'] + list(filter(bool, key.split('/'))) 117 for k in elements[:-1]: 123 return d[elements[-1]] [all …]
|
/openbmc/entity-manager/ |
H A D | OWNERS | 54 - alexander.hansen@9elements.com 55 - marvin.drees@9elements.com 58 - alexander.hansen@9elements.com 59 - christopher.meis@9elements.com 62 - alexander.hansen@9elements.com 63 - christopher.meis@9elements.com 66 - alexander.hansen@9elements.com 88 email: alexander.hansen@9elements.com 91 email: marvin.drees@9elements.com 97 email: christopher.meis@9elements.com
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Aggregate.v1_0_3.json | 49 … the aggregate, with the result that the resources are included in the `Elements` array of the agg… 51 "Elements": { object 52 "description": "An array of resource links to add to the `Elements` array.", 56 … contain an array of links to the specified resources to add to the aggregate's `Elements` array.", 135 "Elements": { object 136 "description": "The elements of this aggregate.", 140 …longDescription": "This property shall contain an array of links to the elements of this aggregate… 144 "Elements@odata.count": { 148 "description": "The number of entries in the `Elements` array.", 149 … "longDescription": "This property shall contain the number of entries in the `Elements` array.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Aggregate_v1.xml | 69 …<Annotation Term="OData.Description" String="The delay of the batches of elements being reset in s… 70 …ption" String="This parameter shall contain the delay of the batches of elements being reset in se… 75 … <Annotation Term="OData.Description" String="The number of elements in each batch being reset."/> 76 …ata.LongDescription" String="This parameter shall contain the number of elements in each batch sim… 93 … the aggregate, with the result that the resources are included in the `Elements` array of the agg… 95 <Parameter Name="Elements" Type="Collection(Resource.Resource)" Nullable="false"> 96 …tion Term="OData.Description" String="An array of resource links to add to the `Elements` array."/> 97 …contain an array of links to the specified resources to add to the aggregate's `Elements` array."/> 103 …the aggregate, with the result that the resources are removed from the `Elements` array of the agg… 105 <Parameter Name="Elements" Type="Collection(Resource.Resource)" Nullable="false"> [all …]
|
/openbmc/phosphor-power/ |
H A D | format_utils.hpp | 32 * Returns a string containing the elements in the specified container span. 34 * The string starts with "[", ends with "]", and the elements are separated by 35 * ", ". The individual elements are formatted using std::format. 40 * @param span span of elements to format within a container 41 * @return formatted string containing the specified elements
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | scatter_gather.c | 24 * _16 16-bit elements and 16-bit offsets 25 * _32 32-bit elements and 32-bit offsets 26 * _16_32 16-bit elements and 32-bit offsets 124 /* create byte offsets to be a diagonal of the matrix with 16 bit elements */ 156 /* create byte offsets to be a diagonal of the matrix with 32 bit elements */ 189 * create byte offsets to be a diagonal of the matrix with 16 bit elements 223 /* scatter the 16 bit elements using HVX */ 237 /* scatter-accumulate the 16 bit elements using HVX */ 251 /* masked scatter the 16 bit elements using HVX */ 268 /* scatter the 32 bit elements using HVX */ [all …]
|
/openbmc/qemu/fsdev/ |
H A D | p9array.h | 36 * elements. 84 * @scalar_type: type of the individual array elements 101 * @scalar_type: type of the individual array elements 103 * allocated by individual array elements before 135 * @scalar_type: type of the individual array elements 147 * @scalar_type: type of the individual array elements 149 * @len: amount of array elements to be allocated immediately 152 * elements and assigns the created array to the reference variable
|
/openbmc/qemu/target/riscv/ |
H A D | vector_internals.c | 22 /* set agnostic elements to 1s */ 36 * Deal the situation when the elements are insdie in vext_set_elems_1s() 73 /* set masked-off elements to 1s */ in do_vext_vv() 80 /* set tail elements to 1s */ in do_vext_vv() 99 /* set masked-off elements to 1s */ in do_vext_vx() 106 /* set tail elements to 1s */ in do_vext_vx()
|
H A D | vector_internals.h | 110 * Get number of total elements, including prestart, body and tail elements. 111 * Note that when LMUL < 1, the tail includes the elements past VLMAX that 124 /* set agnostic elements to 1s */ 166 /* set masked-off elements to 1s */ \ 174 /* set tail elements to 1s */ \ 179 /* operation of two vector elements */
|
/openbmc/phosphor-mrw-tools/ |
H A D | patchxml.py | 7 and uses XML attributes to specify if the elements in the file should replace 8 existing elements or add new ones. An XPath attribute is used to specify 54 4) Add child elements to a specific element. Useful when adding several 55 child elements at once. 71 This will add 2 new <enumerator> elements to the enumerationType 75 several child elements of the same parent at once. 94 This will replace the <enumerator> elements with the names of 96 elements specified, inside of the enumerationType element with 163 # elements at the root node, so make sure they get appended
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | license.py | 55 """Get elements based on OpenEmbedded license strings""" 58 elements = list([x for x in license_operator.split(licensestr) if x.strip()]) 59 for pos, element in enumerate(elements): 61 if pos > 0 and license_pattern.match(elements[pos-1]): 70 """Syntax tree visitor which can accept elements previously generated with 72 def visit_elements(self, elements): argument 73 self.visit(ast.parse(' '.join(elements))) 223 elements = manifest.get_elements(licensestr) 226 elements = ['[' if e == '(' else e for e in elements] 227 elements = [']' if e == ')' else e for e in elements] [all …]
|
/openbmc/sdbusplus/include/sdbusplus/utility/ |
H A D | tuple_to_array.hpp | 19 * @tparam Types - Sequence of types for remaining elements, which must 23 * @param tuple - Tuple of N same-typed elements. 41 * @tparam Types - Sequence of types of the tuple elements. 44 * @param tuple - Tuple of N same-typed elements.
|
/openbmc/phosphor-dbus-interfaces/ |
H A D | OWNERS | 46 - alexander.hansen@9elements.com 49 - alexander.hansen@9elements.com 52 - alexander.hansen@9elements.com 59 email: alexander.hansen@9elements.com
|
/openbmc/u-boot/include/ |
H A D | linker_lists.h | 52 * 2) In case a section is declared that contains some array elements AND 53 * a subsection of this section is declared and contains some elements, 54 * it is imperative that the elements are of the same type. 56 * 3) In case an outer section is declared that contains some array elements 58 * elements, then when traversing the outer section, even the elements of 158 * ll_entry_count() - Return the number of elements in linker-generated array 160 * @_list: Name of the list of which the number of elements is computed 162 * This function returns the number of elements of a linker-generated array
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sme_helper.c | 71 * When considering the ZA storage as an array of elements of 321 * Clear elements in a tile slice comprising len bytes. 367 * Copy elements from an array into a tile slice comprising len bytes. 547 /* Find the active elements. */ in DO_LD() 557 /* Handle watchpoints for all active elements. */ in DO_LD() 562 * Handle mte checks for all active elements. in DO_LD() 749 /* Find the active elements. */ in DO_LD() 758 /* Handle watchpoints for all active elements. */ in DO_LD() 763 * Handle mte checks for all active elements. in DO_LD() 1379 intptr_t elements = oprsz / sizeof(float32); in HELPER() local [all …]
|
/openbmc/qemu/docs/interop/ |
H A D | prl-xml.rst | 95 The ``Disk_Parameters`` element MUST contain the following child elements: 124 A ``Storage`` element has the following child elements: 135 * Several ``Image`` child elements. 137 Each ``Image`` element has the following child elements: 156 The element contains the set of ``Shot`` child elements, as shown below:: 169 Each ``Shot`` element contains the following child elements:
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | compare.idef | 308 "Compare elements of two vectors ", 317 "Compare elements of two vectors ", 326 "Compare elements of two vectors ", 336 "Compare elements of two vectors ", 347 "Compare elements of two vectors ", 356 "Compare elements of two vectors ", 365 "Compare elements of two vectors ", 374 "Compare elements of two vectors ", 422 "Compare elements of two vectors ", 432 "Compare elements of two vectors ", [all …]
|
/openbmc/qemu/hw/dma/ |
H A D | omap_dma.c | 37 uint32_t elements; member 89 int elements; member 157 a->elements = ch->elements; in omap_dma_channel_load() 163 if (unlikely(!ch->elements || !ch->frames)) { in omap_dma_channel_load() 395 if (a->element == a->elements) { in omap_dma_transfer_generic() 419 if (a->element == (a->elements >> 1)) in omap_dma_transfer_generic() 439 if (a->element == a->elements) { in omap_dma_transfer_generic() 506 int frames, min_elems, elements[__omap_dma_intr_last]; 531 elements[id] = nelements; \ 532 if (elements[id] < min_elems) \ [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_landing_page.py | 190 elements = self.find_all('#allbuildstable') 191 self.assertEqual(len(elements), 1, 'should redirect to builds') 209 elements = self.find_all('#projectstable') 210 self.assertEqual(len(elements), 1, 'should redirect to projects') 229 elements = self.find_all('#allbuildstable') 230 self.assertEqual(len(elements), 1, 'should redirect to builds')
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | diagnose.py | 169 elements = [] 175 elements.append("<%s>" % tag_name) 177 elements.append(rsentence(random.randint(1,4))) 181 elements.append("</%s>" % tag_name) 182 return "<html>" + "\n".join(elements) + "</html>"
|
/openbmc/qemu/include/qemu/ |
H A D | queue.h | 48 * elements are singly linked for minimum space and pointer manipulation 49 * overhead at the expense of O(n) removal for arbitrary elements. New 50 * elements can be added to the list after an existing element or at the 51 * head of the list. Elements being removed from the head of the list 58 * pointers for a hash table header). The elements are doubly linked 60 * traverse the list. New elements can be added to the list before 65 * list and the other to the tail of the list. The elements are singly 66 * linked to save space, so elements can only be removed from the 67 * head of the list. New elements can be added to the list after 72 * list and the other to the tail of the list. The elements are doubly [all …]
|
/openbmc/qemu/docs/ |
H A D | image-fuzzer.txt | 28 elements, e.g. L1/L2 tables, having random invalid values. 66 Each sublist can have one or two strings defining image structure elements. 147 or two elements: first element is a name of a parent image element, second one 231 Action vector is a sequence of structure elements retrieved from an image 233 elements of the action pool. Example: header, refcount table, etc. 234 Action pool is all available elements of an image structure that generated
|
/openbmc/qemu/docs/system/devices/ |
H A D | usb-u2f.rst | 49 To work, an emulated U2F device must have four elements: 57 four elements must be passed one way or another. 67 all the elements it needs for a single use of the lifetime of the device.
|
/openbmc/libpldm/src/ |
H A D | msgbuf.h | 180 * @param count - The number of array elements to insert 181 * @param src - The array object from which elements should be inserted into 183 * @param src_count - The maximum number of elements to insert from @p src 187 * of array elements and _not_ the object size of the array.
|
/openbmc/openbmc-test-automation/bin/ |
H A D | gen_list.sh | 29 # delim The delimiter used to separate list elements. 61 # delim The delimiter used to separate list elements. 108 # Note that this function will remove extraneous slashes from the elements of path_var.
|