/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
H A D | restapi.py | 33 … self.layerindex.store_layerindex('file://%s/file.json' % self.tempdir, self.layerindex.indexes[0]) 44 for itemId in self.layerindex.indexes[0].layerItems: 45 layerItemNames.append(self.layerindex.indexes[0].layerItems[itemId].name) 47 for layerBranchId in self.layerindex.indexes[0].layerBranches: 48 … layerItemNames.remove(self.layerindex.indexes[0].layerBranches[layerBranchId].layer.name) 50 for itemId in reload.indexes[0].layerItems: 51 …self.assertFalse(reload.indexes[0].layerItems[itemId].name in layerItemNames, msg="Item reloaded w… 54 for type in self.layerindex.indexes[0]._index: 57 type in self.layerindex.indexes[0].config['local']: 59 for id in getattr(self.layerindex.indexes[0], type): [all …]
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | setup.c | 666 const int *indexes; in pseries_get_iov_fw_value() local 670 indexes = of_get_property(dn, "ibm,open-sriov-vf-bar-info", NULL); in pseries_get_iov_fw_value() 671 if (!indexes) in pseries_get_iov_fw_value() 679 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1); in pseries_get_iov_fw_value() 686 ret = of_read_number(&indexes[i], 2); in pseries_get_iov_fw_value() 689 ret = of_read_number(&indexes[i + APERTURE_PROPERTY], 2); in pseries_get_iov_fw_value() 692 ret = of_read_number(&indexes[i + WDW_SIZE_PROPERTY], 2); in pseries_get_iov_fw_value() 699 static void of_pci_set_vf_bar_size(struct pci_dev *dev, const int *indexes) in of_pci_set_vf_bar_size() argument 705 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1); in of_pci_set_vf_bar_size() 710 base = of_read_number(&indexes[i], 2); in of_pci_set_vf_bar_size() [all …]
|
H A D | pseries_energy.c | 113 const int *indexes; in drc_index_to_cpu() local 153 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); in drc_index_to_cpu() 154 if (indexes == NULL) in drc_index_to_cpu() 161 for (i = 0; i < indexes[0]; i++) { in drc_index_to_cpu() 162 if (indexes[i + 1] == drc_index) in drc_index_to_cpu()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | rpaphp_core.c | 163 const __be32 *indexes, *names, *types, *domains; in get_children_props() local 165 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); in get_children_props() 170 if (!indexes || !names || !types || !domains) { in get_children_props() 175 *drc_indexes = indexes; in get_children_props() 199 const __be32 *indexes, *names; in rpaphp_check_drc_props_v1() local 203 rc = get_children_props(dn->parent, &indexes, &names, &types, &domains); in rpaphp_check_drc_props_v1() 212 for (i = 0; i < be32_to_cpu(indexes[0]); i++) { in rpaphp_check_drc_props_v1() 213 if (be32_to_cpu(indexes[i + 1]) == my_index) in rpaphp_check_drc_props_v1() 316 static int is_php_dn(struct device_node *dn, const __be32 **indexes, in is_php_dn() argument 323 rc = get_children_props(dn, indexes, names, &drc_types, power_domains); in is_php_dn() [all …]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | mp2856.rst | 51 - indexes 1 for "iin"; 52 - indexes 2, 3 for "iout"; 62 - indexes 1 for "vin"; 63 - indexes 2, 3 for "vout"; 79 - indexes 1 for "pin"; 80 - indexes 2, 3 for "pout";
|
H A D | mp2975.rst | 61 - indexes 1, 1*n for "iin"; 62 - indexes n+1, n+2 for "iout"; 63 - indexes 2*n+1 ... 2*n + k for phases. 83 - indexes 1 for "iin"; 84 - indexes n+1, n+2 for "vout"; 106 - indexes 1 for "pin"; 107 - indexes n+1, n+2 for "pout";
|
H A D | mp2888.rst | 48 - indexes 2 ... 1 + n for phases. 90 - indexes 1 for "pin"; 91 - indexes 2 for "pout";
|
H A D | xdpe152c4.rst | 41 indexes 1, 2 are for "iin" and 3, 4 for "iout": 64 indexes 1, 2 are for "vin" and 3, 4 for "vout": 94 indexes 1, 2 are for "pin" and 3, 4 for "pout":
|
H A D | xdpe12284.rst | 52 indexes 1, 2 are for "iin" and 3, 4 for "iout": 69 indexes 1, 2 are for "vin" and 3, 4 for "vout": 86 indexes 1, 2 are for "pin" and 3, 4 for "pout":
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 238 struct typhoon_indexes indexes __3xp_aligned; 263 struct typhoon_indexes *indexes; member 478 struct typhoon_indexes *indexes = tp->indexes; in typhoon_process_response() local 485 cleared = le32_to_cpu(indexes->respCleared); in typhoon_process_response() 486 ready = le32_to_cpu(indexes->respReady); in typhoon_process_response() 528 indexes->respCleared = cpu_to_le32(cleared); in typhoon_process_response() 548 int cmdCleared = le32_to_cpu(tp->indexes->cmdCleared); in typhoon_num_free_cmd() 556 int respReady = le32_to_cpu(tp->indexes->respReady); in typhoon_num_free_resp() 557 int respCleared = le32_to_cpu(tp->indexes->respCleared); in typhoon_num_free_resp() 573 struct typhoon_indexes *indexes = tp->indexes; in typhoon_issue_command() local [all …]
|
/openbmc/linux/fs/squashfs/ |
H A D | xattr_id.c | 62 unsigned int len, indexes; in squashfs_read_xattr_id_table() local 83 indexes = SQUASHFS_XATTR_BLOCKS(*xattr_ids); in squashfs_read_xattr_id_table() 108 for (n = 0; n < (indexes - 1); n++) { in squashfs_read_xattr_id_table() 119 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_xattr_id_table()
|
H A D | id.c | 64 unsigned int indexes = SQUASHFS_ID_BLOCKS(no_ids); in squashfs_read_id_index_table() local 96 for (n = 0; n < (indexes - 1); n++) { in squashfs_read_id_index_table() 107 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_id_index_table()
|
H A D | export.c | 119 unsigned int indexes = SQUASHFS_LOOKUP_BLOCKS(inodes); in squashfs_read_inode_lookup_table() local 151 for (n = 0; n < (indexes - 1); n++) { in squashfs_read_inode_lookup_table() 163 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_inode_lookup_table()
|
/openbmc/entity-manager/src/ |
H A D | perform_scan.cpp | 255 std::set<nlohmann::json>& usedNames, std::list<size_t>& indexes, in recordDiscoveredIdentifiers() argument 283 auto usedIt = std::find(indexes.begin(), indexes.end(), index); in recordDiscoveredIdentifiers() 284 if (usedIt != indexes.end()) in recordDiscoveredIdentifiers() 286 indexes.erase(usedIt); in recordDiscoveredIdentifiers() 460 std::list<size_t> indexes(foundDevices.size()); in updateSystemConfiguration() local 461 std::iota(indexes.begin(), indexes.end(), 1); in updateSystemConfiguration() 488 recordDiscoveredIdentifiers(usedNames, indexes, probeName, *record); in updateSystemConfiguration() 512 size_t foundDeviceIdx = indexes.front(); in updateSystemConfiguration() 513 indexes.pop_front(); in updateSystemConfiguration()
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | __init__.py | 58 self.indexes = [] 75 for indexEnt in self.indexes: 76 newIndex.indexes.append(indexEnt) 78 for indexEnt in other.indexes: 79 newIndex.indexes.append(indexEnt) 205 self.indexes = [] 236 self.indexes.append(indexEnt) 280 for index in self.indexes: 293 for index in self.indexes: 313 for index in self.indexes: [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.avb2 | 23 If AVB is configured to use OP-TEE (see 4. below) rollback indexes and 71 In addtion optionally if storing rollback indexes in RPMB with help of
|
/openbmc/u-boot/drivers/tee/ |
H A D | Kconfig | 25 emulated with rollback indexes and device lock-state, the state
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | hisilicon,hi6210-i2s.txt | 20 - The dai cell indexes reference the following interfaces:
|
/openbmc/linux/Documentation/input/ |
H A D | notifier.rst | 11 - 'shift' is the current modifier state, mask bit indexes are KG_*;
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-dpipe.rst | 118 mapped to kernel objects. For example, internal router interface indexes can 119 be directly mapped to the net device ifindex. FIB table indexes used by 121 internal routing table indexes.
|
/openbmc/linux/Documentation/filesystems/ |
H A D | squashfs.rst | 37 Directory indexes yes no 154 file lookup. Directory indexes store one entry per metablock, each entry 197 For space efficiency regular files store uid and gid indexes, which are
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-class-multicolor.rst | 16 The multicolor class presents files that groups the colors as indexes in an
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | checksums.rst | 23 indexes. If you _ignore_ this step, your directories will not be
|
/openbmc/linux/drivers/md/ |
H A D | dm-table.c | 1077 sector_t *indexes; in setup_indexes() local 1085 indexes = kvcalloc(total, NODE_SIZE, GFP_KERNEL); in setup_indexes() 1086 if (!indexes) in setup_indexes() 1091 t->index[i] = indexes; in setup_indexes() 1092 indexes += (KEYS_PER_NODE * t->counts[i]); in setup_indexes()
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | board.rst | 212 chip as member 0 does must also match their array indexes. 219 different chips than member 0 does, as well as those with indexes different from
|