Home
last modified time | relevance | path

Searched refs:ios (Results 176 – 200 of 234) sorted by relevance

12345678910

/openbmc/openpower-vpd-parser/test/vpd-manager-test/
H A Dreader_test.cpp46 std::ios::binary); in processJson()
/openbmc/bios-settings-mgr/src/
H A Dpassword.cpp226 std::ofstream ofs(seedFile.c_str(), std::ios::out); in changePassword()
/openbmc/phosphor-ipmi-flash/bmc/log-handler/
H A Dlog_handler.cpp49 if (!infoP->handler->open("", std::ios::in)) in LogBlobHandler()
/openbmc/linux/include/uapi/drm/
H A Dv3d_drm.h304 __u32 ios; member
/openbmc/linux/drivers/mmc/host/
H A Datmel-mci.c832 if (mmc->ios.bus_mode == MMC_BUSMODE_OPENDRAIN) in atmci_prepare_command()
1421 static void atmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in atmci_set_ios() argument
1428 switch (ios->bus_width) { in atmci_set_ios()
1440 if (ios->clock) { in atmci_set_ios()
1456 slot->clock = ios->clock; in atmci_set_ios()
1500 if (ios->timing == MMC_TIMING_SD_HS) in atmci_set_ios()
1536 switch (ios->power_mode) { in atmci_set_ios()
1544 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in atmci_set_ios()
H A Dsdhci.h797 void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios);
799 struct mmc_ios *ios);
H A Dmmci.h402 int (*post_sig_volt_switch)(struct mmci_host *host, struct mmc_ios *ios);
/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp100 std::ofstream file(usbCodeUpdateStateFile, std::ios::out); in saveUSBCodeUpdateStateToFile()
411 std::ofstream cfgFile(tmpFile, std::ios::out); in stopAndApplyUnitConfig()
/openbmc/linux/drivers/mmc/core/
H A Dsdio.c616 ((card->host->ios.timing == MMC_TIMING_UHS_SDR50) || in mmc_sdio_init_uhs_card()
617 (card->host->ios.timing == MMC_TIMING_UHS_SDR104))) in mmc_sdio_init_uhs_card()
894 host->ios.signal_voltage == MMC_SIGNAL_VOLTAGE_330) { in mmc_sdio_init_card()
/openbmc/qemu/qga/
H A Dqapi-schema.json1628 # @read-ios: reads completed successfully
1634 # @write-ios: writes completed
1640 # @discard-ios: discards completed successfully
1644 # @flush-ios: flush requests completed successfully
1654 # @ios-pgr: number of I/Os currently in flight
1665 '*read-ios': 'uint64',
1668 '*write-ios': 'uint64',
1671 '*discard-ios': 'uint64',
1673 '*flush-ios': 'uint64',
1678 '*ios-pgr': 'uint64',
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_fileio_test.cpp684 std::ifstream stream(value.fsPath, std::ios::in | std::ios::binary); in TEST_F()
801 std::ifstream stream(value.fsPath, std::ios::in | std::ios::binary); in TEST_F()
/openbmc/linux/Documentation/translations/zh_CN/devicetree/
H A Dusage-model.rst63 构(arm、microblaze、mips、powerpc、sparc和x86)和1个非主线架构(ios
/openbmc/ipmbbridge/
H A Dipmbbridged.cpp564 deviceFile.open(deviceFileName, std::ios::out); in ipmbChannelInit()
619 deviceFile.open(deviceFileName, std::ios::out); in ipmbChannelUpdateTargetAddress()
639 deviceFile.open(deviceFileName, std::ios::out); in ipmbChannelUpdateTargetAddress()
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.cpp1052 vpdFile.open(file, std::ios::binary | std::ios::in); in getVpdDataInVector()
1086 vpdFile.seekg(2047, std::ios::beg); in getVpdDataInVector()
H A Dvpd_tool_impl.cpp691 std::ios::in | std::ios::out | std::ios::binary); in readKwFromHw()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_json_unittest.cpp624 testfile.open(TESTFNAME, std::ios::out); in TEST()
666 testfile.open(TESTFNAME, std::ios::out); in TEST()
H A Dfirmware_state_verificationpending_unittest.cpp243 EXPECT_CALL(*imageMock2, open(staticLayoutBlobId, std::ios::out)) in TEST_F()
/openbmc/linux/block/
H A Dblk-cgroup.h42 u64 ios[BLKG_IOSTAT_NR]; member
H A Dblk-flush.c144 part_stat_inc(part, ios[STAT_FLUSH]); in blk_account_io_flush()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c1143 FWCfgIoState *ios; in fw_cfg_init_io_dma() local
1157 ios = FW_CFG_IO(dev); in fw_cfg_init_io_dma()
1158 sysbus_add_io(sbd, iobase, &ios->comb_iomem); in fw_cfg_init_io_dma()
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp644 std::ifstream fileToRead(confFile, std::ios::in); in getPamModuleConfValue()
686 std::ifstream fileToRead(confFile, std::ios::in); in setPamModuleConfValue()
687 std::ofstream fileToWrite(tmpConfFile, std::ios::out); in setPamModuleConfValue()
/openbmc/phosphor-power/
H A Dpmbus.cpp341 file.open(path, std::ios::out | std::ios_base::binary); in writeBinary()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dcache-policies.rst23 trying to see when the io scheduler has let the ios run.
/openbmc/openpower-occ-control/
H A Docc_status.cpp420 file.open(filename, std::ios::in); in occReadStateNow()
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_sched.c198 V3D_WRITE(V3D_TFU_IOS, job->args.ios); in v3d_tfu_job_run()

12345678910