/openbmc/phosphor-mrw-tools/ |
H A D | inventory.pl | 18 my @items, my %item, my %inventory; 73 push @items, { %item }; 87 transform(\@items, \%inventory); 105 my $items = shift @_; 108 removeConnectors($items); 110 removeProcModule($items); 112 renameSegmentWithType("PROC", "cpu", $items); 114 renameSegmentWithType("SYS", "system", $items); 115 renameType("SYS", "SYSTEM", $items); 117 renameSegmentWithType("NODE", "chassis", $items); [all …]
|
/openbmc/webui-vue/docs/guide/components/table/ |
H A D | index.md | 17 - `items` - renders table items 23 empty message if there are no items in the table 37 :items="items" 46 items: [ 96 :items="items" 104 items: [...], 162 <b-table hover responsive="md" :items="items" :fields="fields"> 188 items: [...], 211 total filtered items count. 224 count and total filtered items count. [all …]
|
/openbmc/entity-manager/schemas/ |
H A D | stepwise.json | 13 "items": { object 22 "items": { object 34 "items": { object 43 "items": { object 49 "items": { object 55 "items": { object 64 "items": { object
|
H A D | pid.json | 34 "items": { object 43 "items": { object 61 "items": { object 73 "items": { object 85 "items": { object 94 "items": { object
|
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/ |
H A D | phosphor-hwmon_%.bbappend | 8 ITEMS:append = " thermistor-0.conf" 9 ITEMS:append = " thermistor-1.conf" 10 ITEMS:append = " thermistor-2.conf" 11 ITEMS:append = " thermistor-3.conf" 14 SYSTEMD_ENVIRONMENT_FILE:${PN}:append = " ${@compose_list(d, 'ENVS', 'ITEMS')}"
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | QPL-1.0-INRIA-2004 | 22 items that link with the Software, in any form signifies acceptance of 66 software items that link with the original or modified versions of the 67 Software. These items, when distributed, are subject to the following 71 forms of these items are also able to receive and use the 72 complete machine-readable source code to the items without any 75 b. You must explicitly license all recipients of your items to 77 items in both machine-executable and source code forms. The 81 c. If the items are not available to the general public, and the 82 initial developer of the Software requests a copy of the items,
|
H A D | QPL-1.0 | 12 … this license. Whole or partial distribution of the Software, or software items that link with the… 30 …able components and other software items that link with the original or modified versions of the S… 32 …ine-executable forms of these items are also able to receive and use the complete machine-readable… 33 …licitly license all recipients of your items to use and re-distribute original and modified versio… 35 c. If the items are not available to the general public, and the initial developer of the Software …
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | uboot-config.bbclass | 121 for f, v in ubootconfigflags.items(): 124 items = v.split(',') 125 if items[0] and len(items) > 3: 127 d.appendVar('UBOOT_MACHINE', ' ' + items[0]) 129 if len(items) > 1 and items[1]: 130 bb.debug(1, "Appending '%s' to IMAGE_FSTYPES." % items[1]) 131 d.appendVar('IMAGE_FSTYPES', ' ' + items[1]) 132 if len(items) > 2 and items[2]: 133 bb.debug(1, "Appending '%s' to UBOOT_BINARIES." % items[2]) 134 d.appendVar('UBOOT_BINARIES', ' ' + items[2])
|
H A D | meson-routines.bbclass | 10 items = d.getVar(var).split() 11 return repr(items[0] if len(items) == 1 else items)
|
/openbmc/pyphosphor/obmc/dbuslib/ |
H A D | introspection.py | 106 items = {} 109 items[path] = {} 110 items[path]['interfaces'] = interfaces 112 return items 115 items = {} 120 items.update(self._discover_flat(path, parser)) 134 items.update(callback(path + k, parser)) 136 return items
|
/openbmc/phosphor-host-ipmid/scripts/ |
H A D | writesensor.cpp.mako | 71 for interface,properties in interfaces.items(): 72 for dbus_property,property_value in properties.items(): 73 for offset,values in property_value["Offsets"].items(): 108 % for interface,properties in interfaces.items(): 111 % for dbus_property,property_value in properties.items(): 120 % for preOffset,preValues in preReq.items(): 122 % for name,value in preValues.items(): 134 % for offset,values in property_value["Offsets"].items(): 154 % for name,value in values.items():
|
H A D | readfru.cpp.mako | 11 % for instancePath,instanceInfo in instanceList.items(): 18 % for interface,properties in interfaces.items(): 21 % for dbus_property,property_value in properties.items():
|
/openbmc/u-boot/lib/zlib/ |
H A D | zutil.c | 51 extern voidp calloc OF((uInt items, uInt size)); 56 voidpf zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 59 items += size - size; /* make compiler happy */ in zcalloc() 60 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) : in zcalloc() 61 (voidpf)calloc(items, size); in zcalloc()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | PrivilegeRegistry.v1_1_5.json | 67 "items": { object 75 "items": { object 83 "items": { object 134 "items": { object 142 "items": { object 150 "items": { object 158 "items": { object 166 "items": { object 174 "items": { object 204 "items": { object [all …]
|
H A D | redfish-payload-annotations-v1.json | 38 … "description": "The term is used by a client to specify a request for a quantity of items." 43 …to provide the @Redfish.RequestedCount term as part of the payload to specify a quantity of items." 47 …an requested, which includes, but is not limited to, a larger quantity of items, larger capacity, … 48 …an requested, which includes, but is not limited to, a larger quantity of items, larger capacity, … 62 "items": { object 70 "items": { object 106 "items": { object 139 "items": { object 152 "items": { object 159 "description": "The number of items in a collection.", [all …]
|
H A D | redfish-payload-annotations.v1_2_3.json | 38 … "description": "The term is used by a client to specify a request for a quantity of items." 43 …to provide the @Redfish.RequestedCount term as part of the payload to specify a quantity of items." 47 …an requested, which includes, but is not limited to, a larger quantity of items, larger capacity, … 48 …an requested, which includes, but is not limited to, a larger quantity of items, larger capacity, … 62 "items": { object 70 "items": { object 106 "items": { object 139 "items": { object 152 "items": { object 159 "description": "The number of items in a collection.", [all …]
|
/openbmc/qemu/docs/specs/ |
H A D | fw_cfg.rst | 8 This hardware interface allows the guest to retrieve various data items 49 items are accessed with a selector value between 0x0000-0x7fff, and 50 architecture specific configuration items are accessed with a selector 107 Firmware Configuration Items 135 Firmware configuration items stored at selector keys 0x0020 or higher 153 All Other Data Items argument 157 of selector keys and their respective items' purpose, format and writeability. 163 items, and up to 0x4000 architecturally specific ones. 176 In practice, the number of allowed firmware configuration items depends on the 226 are dropped entirely. Writes to read-only items are also rejected. All of these [all …]
|
/openbmc/u-boot/tools/patman/ |
H A D | settings.py | 72 >>> sorted(config.items("settings")) 78 >>> sorted(config.items("settings")) 99 for setting_name, setting_value in project_defaults.items(): 132 def items(self, section, *args, **kwargs): member in _ProjectConfigParser 144 # Get items from the project section 146 project_items = ConfigParser.SafeConfigParser.items( 153 # Get top-level items 155 top_items = ConfigParser.SafeConfigParser.items( 253 for name, val in config.items('settings'): 303 """Get the items from a section of the config. [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | redfish-payload-annotations.v1_2_3.json | 38 … "description": "The term is used by a client to specify a request for a quantity of items." 43 …to provide the @Redfish.RequestedCount term as part of the payload to specify a quantity of items." 47 …an requested, which includes, but is not limited to, a larger quantity of items, larger capacity, … 48 …an requested, which includes, but is not limited to, a larger quantity of items, larger capacity, … 62 "items": { object 70 "items": { object 106 "items": { object 139 "items": { object 152 "items": { object 159 "description": "The number of items in a collection.", [all …]
|
/openbmc/webui-vue/tests/unit/Global/ |
H A D | TableCellCount.spec.js | 17 it('should render filtered and totalnumber of items', () => { 20 it('should render only totalnumber of items', async () => { 22 expect(wrapper.text()).toContain('global.table.items');
|
/openbmc/ipmi-fru-parser/scripts/ |
H A D | writefru.cpp.mako | 11 % for instancePath,instanceInfo in instanceList.items(): 18 % for interface,properties in interfaces.items(): 21 % for dbus_property,property_value in properties.items():
|
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/sensors/ |
H A D | phosphor-hwmon_%.bbappend | 11 ITEMS = "${@compose_list(d, 'ITEMSFMT', 'CHIPS')}" 13 ITEMS += "iio-hwmon-battery.conf" 24 SYSTEMD_ENVIRONMENT_FILE:${PN}:append:romulus = " ${@compose_list(d, 'ENVS', 'ITEMS')}"
|
/openbmc/u-boot/fs/btrfs/ |
H A D | btrfs_tree.h | 54 /* for storing items that use the BTRFS_UUID_KEY* types */ 105 * the device items go into the chunk tree. The key is in the form 117 * inode items have the data typically returned from stat and store other 129 * dir items are the name -> inode pointers in a directory. There is one 148 * root items point to tree roots. They are typically in the root 167 * extent items are in the extent map tree. These record which blocks 249 * The key type for tree items that are stored persistently, but do not need to 250 * exist for extended period of time. The items can exist in any tree. 254 * Existing items: 267 * The key type for tree items that are stored persistently and usually exist [all …]
|
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/ |
H A D | me.h | 144 /* Kernel items: */ 152 /* Intel AT items: */ 154 /* ICC Items: */ 156 /* HWA Items: */ 158 /* NFC Items: */
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | remotedata.py | 31 def items(self): member in RemoteDatastores 32 return self.datastores.items() 52 for key, val in self.datastores.items():
|