/openbmc/qemu/target/arm/ |
H A D | cpu-features.h | 30 * Functions which test 32-bit ID registers should have _aa32_ in 31 * their name. Functions which test 64-bit ID registers should have 45 * 32-bit feature tests via id registers. 47 static inline bool isar_feature_aa32_thumb_div(const ARMISARegisters *id) in isar_feature_aa32_thumb_div() argument 49 return FIELD_EX32_IDREG(id, ID_ISAR0, DIVIDE) != 0; in isar_feature_aa32_thumb_div() 52 static inline bool isar_feature_aa32_arm_div(const ARMISARegisters *id) in isar_feature_aa32_arm_div() argument 54 return FIELD_EX32_IDREG(id, ID_ISAR0, DIVIDE) > 1; in isar_feature_aa32_arm_div() 57 static inline bool isar_feature_aa32_lob(const ARMISARegisters *id) in isar_feature_aa32_lob() argument 60 return FIELD_EX32_IDREG(id, ID_ISAR0, CMPBRANCH) >= 3; in isar_feature_aa32_lob() 63 static inline bool isar_feature_aa32_jazelle(const ARMISARegisters *id) in isar_feature_aa32_jazelle() argument [all …]
|
/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/mrw/mrw-native/ |
H A D | palmetto.xml.patch.xml | 7 <id>fanconn-0</id> 14 <id>CLASS</id> 18 <id>LOCATION_CODE</id> 22 <id>MODEL</id> 26 <id>MRW_TYPE</id> 30 <id>POSITION</id> 34 <id>RESOURCE_IS_CRITICAL</id> 38 <id>TYPE</id> 43 <id>fan-0</id> 49 <id>CLASS</id> [all …]
|
/openbmc/qemu/hw/9pfs/ |
H A D | trace-events | 4 v9fs_rcancel(uint16_t tag, uint8_t id) "tag %d id %d" 5 v9fs_rerror(uint16_t tag, uint8_t id, int err) "tag %d id %d err %d" 6 v9fs_version(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d version… 7 v9fs_version_return(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d … 8 v9fs_attach(uint16_t tag, uint8_t id, int32_t fid, int32_t afid, char* uname, char* aname) "tag %u … 9 v9fs_attach_return(uint16_t tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path) "tag %u… 10 v9fs_stat(uint16_t tag, uint8_t id, int32_t fid) "tag %d id %d fid %d" 11 v9fs_stat_return(uint16_t tag, uint8_t id, int32_t mode, int32_t atime, int32_t mtime, int64_t leng… 12 v9fs_getattr(uint16_t tag, uint8_t id, int32_t fid, uint64_t request_mask) "tag %d id %d fid %d req… 13 …getattr_return(uint16_t tag, uint8_t id, uint64_t result_mask, uint32_t mode, uint32_t uid, uint32… [all …]
|
/openbmc/ipmitool/contrib/ |
H A D | oem_ibm_sel_map | 13 …ssis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Ven… 14 …ssis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Ven… 15 …ssis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Ven… 16 …ssis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Ven… 17 …ssis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Ven… 18 …ssis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Ven… 19 …ssis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Ven… 20 …ssis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Ven… 21 …ssis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Ven… 22 …ssis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Ven… [all …]
|
/openbmc/libbej/test/json/ |
H A D | storage_large.json | 4 "@odata.id": "/redfish/v1/Systems/1/Storage/1", 5 "Id": "RAID Controller 1", string 15 "@odata.id": "/redfish/v1/Systems/1/Storage/1#/StorageControllers/0", 41 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Drives/1" 44 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Drives/2" 47 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Drives/3" 50 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Drives/4" 53 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Drives/5" 56 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Drives/6" 59 "@odata.id": "/redfish/v1/Systems/1/Storage/1/Drives/7" [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/ |
H A D | 0020_models_bigautofield.py | 15 name='id', 16 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 20 name='id', 21 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 25 name='id', 26 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 30 name='id', 31 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 35 name='id', 36 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), [all …]
|
/openbmc/u-boot/drivers/ata/ |
H A D | libata.c | 10 u64 ata_id_n_sectors(u16 *id) in ata_id_n_sectors() argument 12 if (ata_id_has_lba(id)) { in ata_id_n_sectors() 13 if (ata_id_has_lba48(id)) in ata_id_n_sectors() 14 return ata_id_u64(id, ATA_ID_LBA48_SECTORS); in ata_id_n_sectors() 16 return ata_id_u32(id, ATA_ID_LBA_SECTORS); in ata_id_n_sectors() 42 static void ata_id_string(const u16 *id, unsigned char *s, in ata_id_string() argument 48 c = id[ofs] >> 8; in ata_id_string() 52 c = id[ofs] & 0xff; in ata_id_string() 61 void ata_id_c_string(const u16 *id, unsigned char *s, in ata_id_c_string() argument 66 ata_id_string(id, s, ofs, len - 1); in ata_id_c_string() [all …]
|
/openbmc/sdeventplus/src/sdeventplus/utility/ |
H A D | timer.cpp | 14 template <ClockId Id> 15 Timer<Id>::Timer(const Event& event, Callback&& callback, in Timer() 17 typename source::Time<Id>::Accuracy accuracy) : in Timer() 20 Clock<Id>(event).now() + interval.value_or(Duration::zero()), in Timer() 23 auto timerData = std::make_unique<detail::TimerData<Id>>( in Timer() 28 source::Time<Id>&, typename source::Time<Id>::TimePoint) { in Timer() argument 35 template <ClockId Id> 36 Timer<Id>::Timer(const Timer<Id>& other, sdeventplus::internal::NoOwn) : in Timer() 41 template <ClockId Id> 42 void Timer<Id>::set_callback(Callback&& callback) in set_callback() [all …]
|
/openbmc/qemu/ui/icons/ |
H A D | qemu.svg | 15 id="svg2" 20 id="defs4"> 22 id="linearGradient4686"> 26 id="stop4688" /> 28 id="stop3956" 34 id="stop3958" /> 36 id="stop3960" 42 id="stop3962" /> 46 id="stop4690" /> 49 id="linearGradient4467"> [all …]
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_mc_id.robot | 3 Documentation Module to test IPMI management controller ID functionality. 19 Verify Get And Set Management Controller ID String 20 [Documentation] Verify get and set management controller ID string. 22 # Get the value of the managemment controller ID string. 29 # Extract management controller ID from cmd_output. 32 # Set the management controller ID string to other value. 36 Set Management Controller ID String ${new_mc_id} 38 # Get the management controller ID and verify. 39 Get Management Controller ID String And Verify ${new_mc_id} 42 Set Management Controller ID String ${initial_mc_id} [all …]
|
/openbmc/ipmitool/ |
H A D | ChangeLog | 2 * ID: 340 - ipmitool sol session improperly closes on packet retry 3 * ID: 277 - support for hostnames longer than 64 chars 4 * ID: 313 - ipmitool doesn't support hostname long than 64 symbols 5 * ID: 277 - Minor issue with ipmi_intf_session_set_hostname() 6 * ID: 247 - 'sensor thresh' help output is wrong 7 * ID: 324 - conflicting declaration write_fru_area() 8 * ID: 337 - Add support for 13G Dell PowerEdge 9 * ID: 325 - DDR4 DIMM Decoding Logic 10 * ID: 328 - HPM.2 fixes 11 * ID: 329 - hpm.1 upgrade fixes [all …]
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | time.cpp | 16 template <ClockId Id> 17 Time<Id>::Time(const Event& event, TimePoint time, Accuracy accuracy, in Time() 22 std::make_unique<detail::TimeData<Id>>(*this, std::move(callback))); in Time() 25 template <ClockId Id> 26 Time<Id>::Time(const Time<Id>& other, sdeventplus::internal::NoOwn) : in Time() 30 template <ClockId Id> 31 void Time<Id>::set_callback(Callback&& callback) in set_callback() 36 template <ClockId Id> 37 typename Time<Id>::TimePoint Time<Id>::get_time() const in get_time() 43 return Time<Id>::TimePoint(SdEventDuration(usec)); in get_time() [all …]
|
/openbmc/qemu/pc-bios/ |
H A D | qemu_logo.svg | 15 id="svg2" 20 id="title3182">Kew the Angry Emu</title> 22 id="defs4"> 24 id="linearGradient4686"> 28 id="stop4688" /> 30 id="stop3956" 36 id="stop3958" /> 38 id="stop3960" 44 id="stop3962" /> 48 id="stop4690" /> [all …]
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | index.html | 12 <div id="div_title"><span> 16 <div id="title_mode_select"> 18 <input type="radio" id="radio_open_file" name="mode" value="open_file"></input> 20 <input type="radio" id="radio_capture" name="mode" value="capture"></input> 24 <div id="title_open_file"> 26 <span id="file_name"></span> 27 <button id="btn_open_file">Open file</button> 30 <div id="title_capture"> 32 <input type="text" id="text_hostname" value=""></input> 33 <button id="btn_start_capture">Start Capture</button> [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/ |
H A D | test_core_image_min.py | 35 distinct_builds = Build.objects.values('id').distinct().count() 44 total_builds = Build.objects.values('id').count() 56 ).values('id', 'order').order_by("order") 62 cnt_err.append(task['id']) 64 len(cnt_err), 0, msg='Errors for task id: %s' % cnt_err) 73 tasks = Task.objects.filter(outcome=2).values('id', 'sstate_result') 77 cnt_err.append(task['id']) 81 msg='Errors for task id: %s' % cnt_err) 88 Task.OUTCOME_PREBUILT)).values('id', 95 cnt_err.append({'id': task['id'], [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | host_notifier.cpp | 85 if (enqueueRequired(pel.id())) in addPELToQueue() 87 _pelQueue.push_back(pel.id()); in addPELToQueue() 94 bool HostNotifier::enqueueRequired(uint32_t id) const in enqueueRequired() 97 Repository::LogID i{Repository::LogID::Pel{id}}; in enqueueRequired() 127 lg2::error("Host Enqueue: Unable to find PEL ID {ID} in repository", in enqueueRequired() 128 "ID", lg2::hex, id); in enqueueRequired() 135 bool HostNotifier::notifyRequired(uint32_t id) const in notifyRequired() 138 Repository::LogID i{Repository::LogID::Pel{id}}; in notifyRequired() 172 if (!enqueueRequired(pel.id())) in newLogCallback() 177 lg2::debug("New PEL added to queue, PEL ID = {ID}", "ID", lg2::hex, in newLogCallback() [all …]
|
/openbmc/qemu/qga/installer/ |
H A D | qemu-ga.wxs | 17 Id="*" 32 <Media Id="1" Cabinet="qemu_ga.$(var.QEMU_GA_VERSION).cab" EmbedCab="yes" /> 33 <Property Id="WHSLogo">1</Property> 34 <Property Id="ARPNOMODIFY" Value="yes" Secure="yes" /> 39 <Directory Id="TARGETDIR" Name="SourceDir"> 40 <Directory Id="$(var.GaProgramFilesFolder)" Name="QEMU Guest Agent"> 41 <Directory Id="qemu_ga_directory" Name="Qemu-ga"> 42 <Component Id="qemu_ga" Guid="{908B7199-DE2A-4DC6-A8D0-27A5AE444FEA}"> 43 …<File Id="qemu_ga.exe" Name="qemu-ga.exe" Source="$(var.BUILD_DIR)/qga/qemu-ga.exe" KeyPath="yes" … 45 Id="ServiceInstaller" [all …]
|
/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | test_item_updater_static.cpp | 24 "ID=00 part 0x00000000..0x00002000 (actual=0x00002000) " in TEST() 26 "ID=01 HBEL 0x00008000..0x0002c000 (actual=0x00024000) " in TEST() 28 "ID=02 GUARD 0x0002c000..0x00031000 (actual=0x00005000) " in TEST() 30 "ID=03 NVRAM 0x00031000..0x000c1000 (actual=0x00090000) " in TEST() 32 "ID=04 SECBOOT 0x000c1000..0x000e5000 (actual=0x00024000) " in TEST() 34 "ID=05 DJVPD 0x000e5000..0x0012d000 (actual=0x00048000) " in TEST() 36 "ID=06 MVPD 0x0012d000..0x001bd000 (actual=0x00090000) " in TEST() 38 "ID=07 CVPD 0x001bd000..0x00205000 (actual=0x00048000) " in TEST() 40 "ID=08 HBB 0x00205000..0x00305000 (actual=0x00100000) " in TEST() 42 "ID=09 HBD 0x00305000..0x00425000 (actual=0x00120000) " in TEST() [all …]
|
/openbmc/openbmc-test-automation/gui/data/ |
H A D | gui_variables.py | 14 xpath_login_hostname_input = "//input[@id='host']" 15 xpath_login_username_input = "//*[@data-test-id='login-input-username']" 16 xpath_login_password_input = "//*[@data-test-id='login-input-password']" 17 xpath_login_button = "//*[@data-test-id='login-button-submit']" 18 xpath_logout_button = "//*[@data-test-id='appHeader-link-logout']" 21 xpath_overview_menu = "//*[@data-test-id='nav-item-overview']" 24 xpath_root_button_menu = "//*[@data-test-id='appHeader-container-user']" 25 xpath_profile_settings = "//*[@data-test-id='appHeader-link-profile']" 27 "//*[@data-test-id='appHeader-container-health']" 30 "//*[@data-test-id='appHeader-container-power']" [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/ |
H A D | lsupdates.py | 122 for i, id in enumerate(index.branches): 123 li_branch_id_to_toaster_release[id] = \ 124 Release.objects.get(name=index.branches[id].name) 127 # keep a track of the layerindex (li) id mappings so that 134 for i, id in enumerate(index.layerItems): 136 l, created = Layer.objects.get_or_create(name=index.layerItems[id].name) 137 l.up_date = index.layerItems[id].updated 138 l.summary = index.layerItems[id].summary 139 l.description = index.layerItems[id].description 144 l.vcs_url = index.layerItems[id].vcs_url [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | id_map.hpp | 50 * Throws invalid_argument if the device's ID already exists in the map. 59 * Throws invalid_argument if the rail's ID already exists in the map. 68 * Throws invalid_argument if the rule's ID already exists in the map. 75 * Returns the device with the specified ID. 77 * Throws invalid_argument if no device is found with specified ID. 79 * @param id device ID 80 * @return device with specified ID 82 Device& getDevice(const std::string& id) const in getDevice() 84 auto it = deviceMap.find(id); in getDevice() 88 "Unable to find device with ID \"" + id + '"'}; in getDevice() [all …]
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | mirror-sparse.out | 21 "job-id":"job2"}} 22 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "job2"}} 23 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "job2"}} 25 …icroseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "ready", "id": "job2"}} 27 {"id":"job2"}} 32 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job2"}} 33 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "pending", "id": "job2"}} 35 …seconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "concluded", "id": "job2"}} 36 …microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "job2"}} 51 "job-id":"job2"}} [all …]
|
/openbmc/phosphor-host-ipmid/test/ |
H A D | entitymap_json_unittest.cpp | 24 "id" : 1, in TEST() 30 {"id" : 1, "instance" : 2}, in TEST() 31 {"id" : 1, "instance" : 3}, in TEST() 32 {"id" : 1, "instance" : 4}, in TEST() 33 {"id" : 1, "instance" : 5} in TEST() 49 "id" : 1, in TEST() 54 {"id" : 1, "instance" : 2}, in TEST() 55 {"id" : 1, "instance" : 3}, in TEST() 56 {"id" : 1, "instance" : 4}, in TEST() 57 {"id" : 1, "instance" : 5} in TEST() [all …]
|
/openbmc/qemu/hw/audio/ |
H A D | hda-codec-common.h | 47 .id = AC_PAR_AUDIO_WIDGET_CAP, 54 .id = AC_PAR_PCM, 57 .id = AC_PAR_STREAM, 60 .id = AC_PAR_AMP_IN_CAP, 63 .id = AC_PAR_AMP_OUT_CAP, 71 .id = AC_PAR_AUDIO_WIDGET_CAP, 79 .id = AC_PAR_CONNLIST_LEN, 82 .id = AC_PAR_PCM, 85 .id = AC_PAR_STREAM, 88 .id = AC_PAR_AMP_IN_CAP, [all …]
|
/openbmc/qemu/qapi/ |
H A D | rocker.json | 17 # @id: switch ID 24 'data': { 'name': 'str', 'id': 'uint64', 'ports': 'uint32' } } 38 # <- { "return": {"name": "sw1", "ports": 2, "id": 1327446905938}} number 123 # @tbl-id: flow table ID 127 # @tunnel-id: tunnel ID 129 # @vlan-id: VLAN ID 149 'data' : { 'priority': 'uint32', 'tbl-id': 'uint32', '*in-pport': 'uint32', 150 '*tunnel-id': 'uint32', '*vlan-id': 'uint16', 161 # @tunnel-id: tunnel ID 163 # @vlan-id: VLAN ID [all …]
|