Home
last modified time | relevance | path

Searched refs:ios (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd/sys/cam/
H A Dcam_iosched.c431 if (ios->current <= 0 || ios->pending < ios->current) in cam_iosched_qd_iop()
441 if (ios->current <= 0 || ios->pending < ios->current) in cam_iosched_qd_caniop()
451 if (ios->current <= 0 || ios->pending != ios->current) in cam_iosched_qd_iodone()
461 ios->l_value1 = ios->current / ios->softc->quanta; in cam_iosched_iops_init()
479 if (new_ios < 1 && ios->l_value2 < ios->current) { in cam_iosched_iops_tick()
508 if (ios->current > 0 && ios->l_value1 <= 0) in cam_iosched_iops_caniop()
530 ios->l_value1 = ios->current * 1000 / ios->softc->quanta; in cam_iosched_bw_init()
578 if (ios->current > 0 && ios->l_value1 <= 0) in cam_iosched_bw_caniop()
849 ios->in = 0; in cam_iosched_iop_stats_init()
850 ios->max = ios->current = 300000; in cam_iosched_iop_stats_init()
[all …]
/freebsd/sys/dev/sdhci/
H A Dsdhci_xenon.c156 const struct mmc_ios *ios; in sdhci_xenon_set_uhs_timing() local
163 ios = &slot->host.ios; in sdhci_xenon_set_uhs_timing()
168 if (ios->clock > SD_SDR50_MAX) { in sdhci_xenon_set_uhs_timing()
200 switch (ios->timing) { in sdhci_xenon_phy_init()
281 switch (ios->timing) { in sdhci_xenon_phy_set()
327 struct mmc_ios *ios; in sdhci_xenon_update_ios() local
337 ios = &slot->host.ios; in sdhci_xenon_update_ios()
339 switch (ios->power_mode) { in sdhci_xenon_update_ios()
363 if (ios->clock != 0) in sdhci_xenon_update_ios()
364 sdhci_xenon_phy_set(brdev, ios); in sdhci_xenon_update_ios()
[all …]
H A Dsdhci.c1332 ios = &slot->host.ios;
1361 struct mmc_ios *ios = &slot->host.ios; local
1371 sdhci_set_power(slot, (ios->power_mode == power_off) ? 0 : ios->vdd);
1459 const struct mmc_ios *ios = &slot->host.ios; local
1471 switch (ios->timing) {
2762 struct mmc_ios *ios; local
2766 ios = &slot->host.ios;
2768 new_ios = &cts->ios;
2819 struct mmc_ios *ios = &slot->host.ios; local
2823 __func__, ios->power_mode, ios->clock, ios->bus_width, ios->timing);
[all …]
H A Dsdhci_fsl_fdt.c602 struct mmc_ios *ios; in sdhci_fsl_fdt_update_ios() local
611 ios = &slot->host.ios; in sdhci_fsl_fdt_update_ios()
613 switch (ios->power_mode) { in sdhci_fsl_fdt_update_ios()
707 switch (slot->host.ios.vccq) { in sdhci_fsl_fdt_switch_vccq()
727 slot->host.ios.vccq); in sdhci_fsl_fdt_switch_vccq()
1074 slot->host.ios.clock = 0; in sdhci_fsl_fdt_write_ivar()
1471 const struct mmc_ios *ios; in sdhci_fsl_fdt_set_uhs_timing() local
1475 ios = &slot->host.ios; in sdhci_fsl_fdt_set_uhs_timing()
1486 ios->clock > SD_SDR50_MAX) in sdhci_fsl_fdt_set_uhs_timing()
1498 if (ios->clock > SD_SDR50_MAX) in sdhci_fsl_fdt_set_uhs_timing()
[all …]
H A Dsdhci_acpi.c197 const struct mmc_ios *ios; in sdhci_acpi_set_uhs_timing() local
216 ios = &slot->host.ios; in sdhci_acpi_set_uhs_timing()
217 timing = ios->timing; in sdhci_acpi_set_uhs_timing()
223 if (ios->clock > SD_SDR50_MAX && in sdhci_acpi_set_uhs_timing()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/
H A Dtrim.kshlib63 typeset ios
65 ios=$(get_trim_io $pool $type $vdev)
66 if [[ $ios -ge $min_trim_ios ]]; then
67 log_note "Issued $ios $type trim IOs for pool $pool"
69 log_fail "Too few trim IOs issued $ios/$min_trim_ios"
95 typeset ios=$(get_trim_io $pool $type)
96 log_note "Waited for $txgs txgs, $ios $type TRIM IOs"
/freebsd/usr.sbin/ppp/
H A Dtty.c435 struct termios ios; in tty_Raw() local
450 cfmakeraw(&ios); in tty_Raw()
534 struct termios ios; in tty_Speed() local
678 struct termios ios; in tty_Create() local
710 tcgetattr(p->fd, &ios); in tty_Create()
711 dev->ios = ios; in tty_Create()
719 (u_long)ios.c_iflag, (u_long)ios.c_oflag, (u_long)ios.c_cflag); in tty_Create()
721 cfmakeraw(&ios); in tty_Create()
726 ios.c_iflag |= IXOFF; in tty_Create()
728 ios.c_iflag |= IXON; in tty_Create()
[all …]
/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c874 struct mmc_ios *ios; in dwmmc_update_ios() local
879 ios = &sc->host.ios; in dwmmc_update_ios()
882 ios->clock, ios->bus_width, ios->timing); in dwmmc_update_ios()
884 switch (ios->power_mode) { in dwmmc_update_ios()
1400 sc->host.ios.vdd = value; in dwmmc_write_ivar()
1406 sc->host.ios.vccq = value; in dwmmc_write_ivar()
1440 memcpy(&cts->ios, &sc->host.ios, sizeof(struct mmc_ios)); in dwmmc_get_tran_settings()
1449 struct mmc_ios *ios; in dwmmc_set_tran_settings() local
1454 ios = &sc->host.ios; in dwmmc_set_tran_settings()
1456 new_ios = &cts->ios; in dwmmc_set_tran_settings()
[all …]
H A Ddwmmc_starfive.c41 struct mmc_ios *ios) in dwmmc_starfive_update_ios() argument
45 if (ios->clock != 0 && ios->clock != sc->bus_hz) { in dwmmc_starfive_update_ios()
46 err = clk_set_freq(sc->ciu, ios->clock, CLK_SET_ROUND_DOWN); in dwmmc_starfive_update_ios()
52 sc->bus_hz = ios->clock; in dwmmc_starfive_update_ios()
H A Ddwmmc_rockchip.c58 static int dwmmc_rockchip_update_ios(struct dwmmc_softc *sc, struct mmc_ios *ios);
98 dwmmc_rockchip_update_ios(struct dwmmc_softc *sc, struct mmc_ios *ios) in dwmmc_rockchip_update_ios() argument
103 if (ios->clock && ios->clock != sc->bus_hz) { in dwmmc_rockchip_update_ios()
104 sc->bus_hz = clock = ios->clock; in dwmmc_rockchip_update_ios()
/freebsd/sys/arm/allwinner/
H A Daw_mmc.c216 memcpy(&cts->ios, &sc->aw_host.ios, sizeof(struct mmc_ios)); in aw_mmc_get_tran_settings()
225 struct mmc_ios *ios; in aw_mmc_set_tran_settings() local
229 ios = &sc->aw_host.ios; in aw_mmc_set_tran_settings()
230 new_ios = &cts->ios; in aw_mmc_set_tran_settings()
234 ios->clock = new_ios->clock; in aw_mmc_set_tran_settings()
239 ios->vdd = new_ios->vdd; in aw_mmc_set_tran_settings()
1297 struct mmc_ios *ios; local
1305 ios = &sc->aw_host.ios;
1308 switch (ios->bus_width) {
1320 switch (ios->power_mode) {
[all …]
/freebsd/contrib/libpcap/pcap/
H A Dfuncattrs.h197 #define PCAP_AVAILABLE_0_9 PCAP_AVAILABLE(macos(10.5), ios(1.0))
198 #define PCAP_AVAILABLE_1_0 PCAP_AVAILABLE(macos(10.6), ios(4.0))
200 #define PCAP_AVAILABLE_1_2 PCAP_AVAILABLE(macos(10.9), ios(6.0))
203 #define PCAP_AVAILABLE_1_5 PCAP_AVAILABLE(macos(10.10), ios(7.0), watchos(1.0))
205 #define PCAP_AVAILABLE_1_7 PCAP_AVAILABLE(macos(10.12), ios(10.0), tvos(10.0), watchos(3.0))
206 #define PCAP_AVAILABLE_1_8 PCAP_AVAILABLE(macos(10.13), ios(11.0), tvos(11.0), watchos(4.0)) /* onl…
207 #define PCAP_AVAILABLE_1_9 PCAP_AVAILABLE(macos(10.13), ios(11.0), tvos(11.0), watchos(4.0))
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp174 bool pos_in = (__which & ios::in) != 0; in seekoff()
175 bool pos_out = (__which & ios::out) != 0; in seekoff()
177 case ios::beg: in seekoff()
178 case ios::end: in seekoff()
182 case ios::cur: in seekoff()
196 case ios::beg: in seekoff()
199 case ios::cur: in seekoff()
202 case ios::end: in seekoff()
225 bool pos_in = (__which & ios::in) != 0; in seekpos()
226 bool pos_out = (__which & ios::out) != 0; in seekpos()
/freebsd/contrib/unbound/contrib/ios/
H A Dinstall_openssl.sh20 if ! cp ../contrib/ios/15-ios.conf Configurations/; then
28 if ! patch -u -p0 < ../contrib/ios/openssl.patch; then
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp70 ifstream raw(fileName, ios::binary | ios::in); in getBuf()
73 raw.seekg(0, ios::end); in getBuf()
78 raw.seekg(0, ios::beg); in getBuf()
244 f.seekg(0, ios::end); in computeExternalSymbols()
276 f.seekg(e.nAux * 18, ios::cur); in computeExternalSymbols()
300 in.seekg(0, ios::end); in hideSymbols()
332 ofstream out(fileName, ios::trunc | ios::out | ios::binary); in hideSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.def127 PLATFORM(IOS, 2, ios, ios, ios, ios, iOS)
131 PLATFORM(MACCATALYST, 6, macCatalyst, macCatalyst, ios-macabi, maccatalyst, macCatalyst)
132 PLATFORM(IOSSIMULATOR, 7, iossimulator, iossimulator, ios-simulator, ios-simulator, iOS Simulator)
/freebsd/contrib/unbound/
H A DREADME-Travis.md108 ./contrib/ios/install_tools.sh
198 - AUTOTOOLS_HOST=armv7-apple-ios
199 - OPENSSL_HOST=ios-cross
215 ./contrib/ios/install_tools.sh
223ios/setenv_ios.sh` knows which toolchain and architecture to select by inspecting environmental va…
225 The `contrib/ios/setenv_ios.sh` script specifies the tools to use during the cross-compile. For App…
248ios.conf`. It is a copy of the OpenSSL's project file and located at `contrib/ios/15-ios.conf`. Th…
250 … `no-engine`. Engines require dynamic loading so engines are disabled permanently in `15-ios.conf`.
260 source ./contrib/ios/setenv_ios.sh
261 ./contrib/ios/install_openssl.sh
[all …]
/freebsd/contrib/ldns/
H A DREADME-Travis.md104 ./contrib/ios/install_tools.sh
196 - AUTOTOOLS_HOST=armv7-apple-ios
197 - OPENSSL_HOST=ios-cross
213 ./contrib/ios/install_tools.sh
221ios/setenv_ios.sh` knows which toolchain and architecture to select by inspecting environmental va…
223 The `contrib/ios/setenv_ios.sh` script specifies the tools to use during the cross-compile. For App…
246ios.conf`. It is a copy of the OpenSSL's project file and located at `contrib/ios/15-ios.conf`. Th…
248 … `no-engine`. Engines require dynamic loading so engines are disabled permanently in `15-ios.conf`.
258 source ./contrib/ios/setenv_ios.sh
259 ./contrib/ios/install_openssl.sh
[all …]
/freebsd/contrib/kyua/utils/
H A Dstream.cpp102 is.seekg(0, std::ios::end); in stream_length()
104 is.seekg(current_pos, std::ios::beg); in stream_length()
107 is.seekg(current_pos, std::ios::beg); in stream_length()
/freebsd/sys/dev/rtsx/
H A Drtsx.c2961 memcpy(&cts->ios, &sc->rtsx_host.ios, sizeof(struct mmc_ios));
2973 struct mmc_ios *ios; local
2978 ios = &sc->rtsx_host.ios;
2979 new_ios = &cts->ios;
2983 ios->clock = new_ios->clock;
2989 ios->vdd = new_ios->vdd;
3011 ios->timing = new_ios->timing;
3023 ios->vccq = new_ios->vccq;
3190 struct mmc_ios *ios; local
3194 ios = &sc->rtsx_host.ios;
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dios.h24 using ios = basic_ios<char>; variable
30 class _LIBCPP_PREFERRED_NAME(ios) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wios)) basic_io…
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c508 ASSERT3P(ios, !=, NULL); in eval_resilver()
544 ios[row[groupidx]]++; in eval_resilver()
552 ios[row[spareidx]]++; in eval_resilver()
573 ASSERT0(ios[i]); in eval_resilver()
577 if (ios[i] == 0) in eval_resilver()
578 ios[i] = 1; in eval_resilver()
580 if (ios[i] < *min_child_ios) in eval_resilver()
581 *min_child_ios = ios[i]; in eval_resilver()
583 if (ios[i] > *max_child_ios) in eval_resilver()
584 *max_child_ios = ios[i]; in eval_resilver()
[all …]
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c620 cts->ios.power_mode = power_off; in mmcprobe_start()
637 cts->ios.vdd = hv; in mmcprobe_start()
638 cts->ios.bus_mode = opendrain; in mmcprobe_start()
639 cts->ios.chip_select = cs_dontcare; in mmcprobe_start()
640 cts->ios.power_mode = power_up; in mmcprobe_start()
641 cts->ios.bus_width = bus_width_1; in mmcprobe_start()
642 cts->ios.clock = 0; in mmcprobe_start()
651 cts->ios.power_mode = power_on; in mmcprobe_start()
652 cts->ios.clock = CARD_ID_FREQUENCY; in mmcprobe_start()
660 cts->ios.chip_select = cs_high; in mmcprobe_start()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Diostream16 #include <ios>
43 #include <ios>
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dios.inc24 // [std.ios.manip], manipulators
71 using std::ios;

1234