Searched refs:ios (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-11-stable/contrib/libstdc++/src/
H A Dios-inst.cc35 #include <ios>
H A Dios_failure.cc35 #include <ios>
H A Dstreambuf-inst.cc35 #include <ios>
H A Dios_locale.cc35 #include <ios>
H A Dfunctexcept.cc34 #include <ios>
/freebsd-11-stable/contrib/unbound/contrib/ios/
H A Dinstall_openssl.sh20 if ! cp ../contrib/ios/15-ios.conf Configurations/; then
21 echo "Failed to copy OpenSSL ios config"
28 if ! patch -u -p0 < ../contrib/ios/openssl.patch; then
/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c281 cam_iosched_limiter_init(struct iop_stats *ios) argument
283 int lim = ios->limiter;
290 return limsw[lim].l_init(ios);
296 cam_iosched_limiter_tick(struct iop_stats *ios) argument
298 int lim = ios->limiter;
305 return limsw[lim].l_tick(ios);
311 cam_iosched_limiter_iop(struct iop_stats *ios, struct bio *bp) argument
313 int lim = ios->limiter;
320 return limsw[lim].l_iop(ios, bp);
326 cam_iosched_limiter_caniop(struct iop_stats *ios, struc argument
341 cam_iosched_limiter_iodone(struct iop_stats *ios, struct bio *bp) argument
360 cam_iosched_qd_iop(struct iop_stats *ios, struct bio *bp) argument
370 cam_iosched_qd_caniop(struct iop_stats *ios, struct bio *bp) argument
380 cam_iosched_qd_iodone(struct iop_stats *ios, struct bio *bp) argument
390 cam_iosched_iops_init(struct iop_stats *ios) argument
401 cam_iosched_iops_tick(struct iop_stats *ios) argument
412 cam_iosched_iops_caniop(struct iop_stats *ios, struct bio *bp) argument
425 cam_iosched_iops_iop(struct iop_stats *ios, struct bio *bp) argument
437 cam_iosched_bw_init(struct iop_stats *ios) argument
447 cam_iosched_bw_tick(struct iop_stats *ios) argument
470 cam_iosched_bw_caniop(struct iop_stats *ios, struct bio *bp) argument
494 cam_iosched_bw_iop(struct iop_stats *ios, struct bio *bp) argument
693 cam_iosched_iop_stats_init(struct cam_iosched_softc *isc, struct iop_stats *ios) argument
715 struct iop_stats *ios; local
846 cam_iosched_iop_stats_sysctl_init(struct cam_iosched_softc *isc, struct iop_stats *ios, char *name) argument
911 cam_iosched_iop_stats_fini(struct iop_stats *ios) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Diostream.h37 using std::ios;
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dstdc++.h63 #include <ios>
/freebsd-11-stable/usr.sbin/ppp/
H A Dtty.c103 struct termios ios; /* To be able to reset from raw mode */ member in struct:ttydevice
437 struct termios ios; local
451 tcgetattr(p->fd, &ios);
452 cfmakeraw(&ios);
454 ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW;
456 ios.c_cflag |= CLOCAL;
459 ios.c_cflag |= HUPCL;
461 if (tcsetattr(p->fd, TCSANOW, &ios) == -1)
504 if (!physical_IsSync(p) && tcsetattr(p->fd, TCSAFLUSH, &dev->ios) == -1)
536 struct termios ios; local
680 struct termios ios; local
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp236 bool pos_in = (__which & ios::in) != 0;
237 bool pos_out = (__which & ios::out) != 0;
241 case ios::beg:
242 case ios::end:
246 case ios::cur:
261 case ios::beg:
264 case ios::cur:
267 case ios::end:
296 bool pos_in = (__which & ios::in) != 0;
297 bool pos_out = (__which & ios
[all...]
/freebsd-11-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.h46 #include <ios>
/freebsd-11-stable/sys/arm/at91/
H A Dat91_mci.c553 struct mmc_ios *ios; local
558 ios = &sc->host.ios;
569 * Whatever we come up with, store it back into ios->clock so that the
572 if (ios->clock == 0) {
577 if ((at91_master_clock % (ios->clock * 2)) == 0)
578 clkdiv = ((at91_master_clock / ios->clock) / 2) - 1;
580 clkdiv = (at91_master_clock / ios->clock) / 2;
582 if (clkdiv == 1 && ios->clock == 25000000 && freq <= 15000000) {
588 ios
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp70 ifstream raw(fileName, ios::binary | ios::in);
73 raw.seekg(0, ios::end);
78 raw.seekg(0, ios::beg);
244 f.seekg(0, ios::end);
276 f.seekg(e.nAux * 18, ios::cur);
300 in.seekg(0, ios::end);
332 ofstream out(fileName, ios::trunc | ios::out | ios
[all...]
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_mmc.c536 *(int *)result = sc->lm_host.ios.bus_mode;
539 *(int *)result = sc->lm_host.ios.bus_width;
542 *(int *)result = sc->lm_host.ios.chip_select;
545 *(int *)result = sc->lm_host.ios.clock;
563 *(int *)result = sc->lm_host.ios.power_mode;
566 *(int *)result = sc->lm_host.ios.vdd;
589 sc->lm_host.ios.bus_mode = value;
592 sc->lm_host.ios.bus_width = value;
595 sc->lm_host.ios.chip_select = value;
598 sc->lm_host.ios
627 struct mmc_ios *ios = &sc->lm_host.ios; local
[all...]
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_mmc.c217 struct mmc_ios *ios = &sc->host.ios; local
297 bus_width = (ios->bus_width == bus_width_4) ? 4 : 1;
849 struct mmc_ios *ios = &sc->host.ios; local
859 switch (ios->bus_width) {
870 cfgr |= aml8726_mmc_div(sc, ios->clock) <<
877 switch (ios->power_mode) {
885 if ((sc->voltages[i] & (1 << ios->vdd)) != 0)
940 *(int *)result = sc->host.ios
[all...]
H A Daml8726_sdxc-m8.c1033 struct mmc_ios *ios = &sc->host.ios; local
1047 switch (ios->bus_width) {
1083 divisor = sc->ref_freq / ios->clock - 1;
1086 if ((sc->ref_freq / (divisor + 1)) > ios->clock)
1117 (1 << ios->vdd)) != 0 &&
1132 switch (ios->power_mode) {
1140 if ((sc->voltages[i] & (1 << ios->vdd)) != 0)
1220 *(int *)result = sc->host.ios.bus_mode;
1223 *(int *)result = sc->host.ios
[all...]
/freebsd-11-stable/sys/dev/mmc/host/
H A Ddwmmc.c675 struct mmc_ios *ios; local
678 ios = &sc->host.ios;
681 ios->clock, ios->bus_width);
683 dwmmc_setup_bus(sc, ios->clock);
685 if (ios->bus_width == bus_width_8)
687 else if (ios->bus_width == bus_width_4)
886 dwmmc_setup_bus(sc, sc->host.ios.clock);
1069 *(int *)result = sc->host.ios
[all...]
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_mmc.c670 *(int *)result = sc->a10_host.ios.bus_mode;
673 *(int *)result = sc->a10_host.ios.bus_width;
676 *(int *)result = sc->a10_host.ios.chip_select;
679 *(int *)result = sc->a10_host.ios.clock;
697 *(int *)result = sc->a10_host.ios.power_mode;
700 *(int *)result = sc->a10_host.ios.vdd;
724 sc->a10_host.ios.bus_mode = value;
727 sc->a10_host.ios.bus_width = value;
730 sc->a10_host.ios.chip_select = value;
733 sc->a10_host.ios
796 struct mmc_ios *ios; local
[all...]
/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci.c1138 const struct mmc_ios *ios; local
1145 ios = &slot->host.ios;
1149 if (ios->clock > SD_SDR50_MAX) {
1150 if (ios->timing == bus_timing_mmc_hs400 ||
1151 ios->timing == bus_timing_mmc_hs400es)
1156 else if (ios->clock > SD_SDR25_MAX)
1158 else if (ios->clock > SD_SDR12_MAX) {
1159 if (ios->timing == bus_timing_uhs_ddr50 ||
1160 ios
1174 struct mmc_ios *ios = &slot->host.ios; local
1271 const struct mmc_ios *ios = &slot->host.ios; local
[all...]
H A Dsdhci_acpi.c200 const struct mmc_ios *ios; local
219 ios = &slot->host.ios;
220 timing = ios->timing;
226 if (ios->clock > SD_SDR50_MAX &&
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp34 std::ifstream T(Path, std::ios::binary);
54 std::ifstream T(Path, std::ios::binary);
/freebsd-11-stable/sys/dev/mmc/
H A Dbridge.h176 struct mmc_ios ios; /* Current state of the host */ member in struct:mmc_host
/freebsd-11-stable/sys/arm/ti/
H A Dti_sdhci.c331 struct mmc_ios *ios; local
335 ios = &slot->host.ios;
346 if (ios->bus_width == bus_width_8)
351 if (ios->bus_mode == opendrain)
353 else /* if (ios->bus_mode == pushpull) */
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h135 typedef basic_ios<char> ios; ///< @isiosfwd typedef

Completed in 173 milliseconds

12