| /NextBSD/include/ |
| HD | AvailabilityInternal.h | 72 …ILABILITY_INTERNAL__IPHONE_2_0 __attribute__((availability(ios,introduced=2.0))) 73 …BILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_0 __attribute__((availability(ios,introduced=2.0,depr… 75 …ERNAL__IPHONE_2_0_DEP__IPHONE_2_0_MSG(_msg) __attribute__((availability(ios,introduced=2.0,depr… 77 …ERNAL__IPHONE_2_0_DEP__IPHONE_2_0_MSG(_msg) __attribute__((availability(ios,introduced=2.0,depr… 79 …BILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_1 __attribute__((availability(ios,introduced=2.0,depr… 81 …ERNAL__IPHONE_2_0_DEP__IPHONE_2_1_MSG(_msg) __attribute__((availability(ios,introduced=2.0,depr… 83 …ERNAL__IPHONE_2_0_DEP__IPHONE_2_1_MSG(_msg) __attribute__((availability(ios,introduced=2.0,depr… 85 …BILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_2 __attribute__((availability(ios,introduced=2.0,depr… 87 …ERNAL__IPHONE_2_0_DEP__IPHONE_2_2_MSG(_msg) __attribute__((availability(ios,introduced=2.0,depr… 89 …ERNAL__IPHONE_2_0_DEP__IPHONE_2_2_MSG(_msg) __attribute__((availability(ios,introduced=2.0,depr… [all …]
|
| /NextBSD/usr.sbin/ppp/ |
| HD | tty.c | 101 struct termios ios; /* To be able to reset from raw mode */ member 435 struct termios ios; in tty_Raw() local 449 tcgetattr(p->fd, &ios); in tty_Raw() 450 cfmakeraw(&ios); in tty_Raw() 452 ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW; in tty_Raw() 454 ios.c_cflag |= CLOCAL; in tty_Raw() 457 ios.c_cflag |= HUPCL; in tty_Raw() 459 if (tcsetattr(p->fd, TCSANOW, &ios) == -1) in tty_Raw() 502 if (!physical_IsSync(p) && tcsetattr(p->fd, TCSAFLUSH, &dev->ios) == -1) in tty_Cooked() 534 struct termios ios; in tty_Speed() local [all …]
|
| /NextBSD/sys/arm/lpc/ |
| HD | lpc_mmc.c | 549 *(int *)result = sc->lm_host.ios.bus_mode; in lpc_mmc_read_ivar() 552 *(int *)result = sc->lm_host.ios.bus_width; in lpc_mmc_read_ivar() 555 *(int *)result = sc->lm_host.ios.chip_select; in lpc_mmc_read_ivar() 558 *(int *)result = sc->lm_host.ios.clock; in lpc_mmc_read_ivar() 576 *(int *)result = sc->lm_host.ios.power_mode; in lpc_mmc_read_ivar() 579 *(int *)result = sc->lm_host.ios.vdd; in lpc_mmc_read_ivar() 602 sc->lm_host.ios.bus_mode = value; in lpc_mmc_write_ivar() 605 sc->lm_host.ios.bus_width = value; in lpc_mmc_write_ivar() 608 sc->lm_host.ios.chip_select = value; in lpc_mmc_write_ivar() 611 sc->lm_host.ios.clock = value; in lpc_mmc_write_ivar() [all …]
|
| /NextBSD/contrib/libc++/src/ |
| D | strstream.cpp | 232 bool pos_in = (__which & ios::in) != 0; in seekoff() 233 bool pos_out = (__which & ios::out) != 0; in seekoff() 237 case ios::beg: in seekoff() 238 case ios::end: in seekoff() 242 case ios::cur: in seekoff() 257 case ios::beg: in seekoff() 260 case ios::cur: in seekoff() 263 case ios::end: in seekoff() 290 bool pos_in = (__which & ios::in) != 0; in seekpos() 291 bool pos_out = (__which & ios::out) != 0; in seekpos()
|
| /NextBSD/sys/arm/amlogic/aml8726/ |
| HD | aml8726_mmc.c | 219 struct mmc_ios *ios = &sc->host.ios; in aml8726_mmc_start_command() local 299 bus_width = (ios->bus_width == bus_width_4) ? 4 : 1; in aml8726_mmc_start_command() 851 struct mmc_ios *ios = &sc->host.ios; in aml8726_mmc_update_ios() local 861 switch (ios->bus_width) { in aml8726_mmc_update_ios() 872 cfgr |= aml8726_mmc_div(sc, ios->clock) << in aml8726_mmc_update_ios() 879 switch (ios->power_mode) { in aml8726_mmc_update_ios() 887 if ((sc->voltages[i] & (1 << ios->vdd)) != 0) in aml8726_mmc_update_ios() 942 *(int *)result = sc->host.ios.bus_mode; in aml8726_mmc_read_ivar() 945 *(int *)result = sc->host.ios.bus_width; in aml8726_mmc_read_ivar() 948 *(int *)result = sc->host.ios.chip_select; in aml8726_mmc_read_ivar() [all …]
|
| HD | aml8726_sdxc-m8.c | 1034 struct mmc_ios *ios = &sc->host.ios; in aml8726_sdxc_update_ios() local 1048 switch (ios->bus_width) { in aml8726_sdxc_update_ios() 1084 divisor = sc->ref_freq / ios->clock - 1; in aml8726_sdxc_update_ios() 1087 if ((sc->ref_freq / (divisor + 1)) > ios->clock) in aml8726_sdxc_update_ios() 1118 (1 << ios->vdd)) != 0 && in aml8726_sdxc_update_ios() 1133 switch (ios->power_mode) { in aml8726_sdxc_update_ios() 1141 if ((sc->voltages[i] & (1 << ios->vdd)) != 0) in aml8726_sdxc_update_ios() 1221 *(int *)result = sc->host.ios.bus_mode; in aml8726_sdxc_read_ivar() 1224 *(int *)result = sc->host.ios.bus_width; in aml8726_sdxc_read_ivar() 1227 *(int *)result = sc->host.ios.chip_select; in aml8726_sdxc_read_ivar() [all …]
|
| /NextBSD/sys/arm/at91/ |
| HD | at91_mci.c | 560 struct mmc_ios *ios; in at91_mci_update_ios() local 565 ios = &sc->host.ios; in at91_mci_update_ios() 579 if (ios->clock == 0) { in at91_mci_update_ios() 584 if ((at91_master_clock % (ios->clock * 2)) == 0) in at91_mci_update_ios() 585 clkdiv = ((at91_master_clock / ios->clock) / 2) - 1; in at91_mci_update_ios() 587 clkdiv = (at91_master_clock / ios->clock) / 2; in at91_mci_update_ios() 589 if (clkdiv == 1 && ios->clock == 25000000 && freq <= 15000000) { in at91_mci_update_ios() 595 ios->clock = freq; in at91_mci_update_ios() 597 if (ios->bus_width == bus_width_4) in at91_mci_update_ios() 623 if (sc->host.ios.bus_mode == opendrain) in at91_mci_start_cmd() [all …]
|
| /NextBSD/sys/dev/mmc/host/ |
| HD | dwmmc.c | 678 struct mmc_ios *ios; in dwmmc_update_ios() local 681 ios = &sc->host.ios; in dwmmc_update_ios() 684 ios->clock, ios->bus_width); in dwmmc_update_ios() 686 dwmmc_setup_bus(sc, ios->clock); in dwmmc_update_ios() 688 if (ios->bus_width == bus_width_8) in dwmmc_update_ios() 690 else if (ios->bus_width == bus_width_4) in dwmmc_update_ios() 882 dwmmc_setup_bus(sc, sc->host.ios.clock); in dwmmc_start_cmd() 1065 *(int *)result = sc->host.ios.bus_mode; in dwmmc_read_ivar() 1068 *(int *)result = sc->host.ios.bus_width; in dwmmc_read_ivar() 1071 *(int *)result = sc->host.ios.chip_select; in dwmmc_read_ivar() [all …]
|
| /NextBSD/sys/arm/allwinner/ |
| HD | a10_mmc.c | 645 *(int *)result = sc->a10_host.ios.bus_mode; in a10_mmc_read_ivar() 648 *(int *)result = sc->a10_host.ios.bus_width; in a10_mmc_read_ivar() 651 *(int *)result = sc->a10_host.ios.chip_select; in a10_mmc_read_ivar() 654 *(int *)result = sc->a10_host.ios.clock; in a10_mmc_read_ivar() 672 *(int *)result = sc->a10_host.ios.power_mode; in a10_mmc_read_ivar() 675 *(int *)result = sc->a10_host.ios.vdd; in a10_mmc_read_ivar() 699 sc->a10_host.ios.bus_mode = value; in a10_mmc_write_ivar() 702 sc->a10_host.ios.bus_width = value; in a10_mmc_write_ivar() 705 sc->a10_host.ios.chip_select = value; in a10_mmc_write_ivar() 708 sc->a10_host.ios.clock = value; in a10_mmc_write_ivar() [all …]
|
| /NextBSD/sys/dev/sdhci/ |
| HD | sdhci.c | 725 struct mmc_ios *ios = &slot->host.ios; in sdhci_generic_update_ios() local 729 if (ios->power_mode == power_off) { in sdhci_generic_update_ios() 734 sdhci_set_clock(slot, ios->clock); in sdhci_generic_update_ios() 735 sdhci_set_power(slot, (ios->power_mode == power_off) ? 0 : ios->vdd); in sdhci_generic_update_ios() 736 if (ios->bus_width == bus_width_8) { in sdhci_generic_update_ios() 739 } else if (ios->bus_width == bus_width_4) { in sdhci_generic_update_ios() 742 } else if (ios->bus_width == bus_width_1) { in sdhci_generic_update_ios() 746 panic("Invalid bus width: %d", ios->bus_width); in sdhci_generic_update_ios() 748 if (ios->timing == bus_timing_hs && in sdhci_generic_update_ios() 1391 *result = slot->host.ios.bus_mode; in sdhci_generic_read_ivar() [all …]
|
| /NextBSD/sys/powerpc/mpc85xx/ |
| HD | fsl_sdhc.c | 1142 *(int *)result = host->ios.bus_mode; in fsl_sdhc_read_ivar() 1145 *(int *)result = host->ios.bus_width; in fsl_sdhc_read_ivar() 1148 *(int *)result = host->ios.chip_select; in fsl_sdhc_read_ivar() 1151 *(int *)result = host->ios.clock; in fsl_sdhc_read_ivar() 1169 *(int *)result = host->ios.power_mode; in fsl_sdhc_read_ivar() 1172 *(int *)result = host->ios.vdd; in fsl_sdhc_read_ivar() 1189 host->ios.bus_mode = value; in fsl_sdhc_write_ivar() 1192 host->ios.bus_width = value; in fsl_sdhc_write_ivar() 1195 host->ios.chip_select = value; in fsl_sdhc_write_ivar() 1198 host->ios.clock = value; in fsl_sdhc_write_ivar() [all …]
|
| /NextBSD/contrib/libc++/include/ |
| D | iostream | 17 #include <ios> 38 #include <ios>
|
| D | module.modulemap | 288 module ios { 289 header "ios" 299 export ios 307 // FIXME: should re-export ios, streambuf? 350 // FIXME: should re-export ios, streambuf? 383 // FIXME: should re-export istream, ostream, ios, streambuf, string?
|
| D | iosfwd | 48 typedef basic_ios<char> ios; 142 typedef basic_ios<char> ios;
|
| /NextBSD/sys/arm/ti/ |
| HD | ti_sdhci.c | 331 struct mmc_ios *ios; in ti_sdhci_update_ios() local 335 ios = &slot->host.ios; in ti_sdhci_update_ios() 346 if (ios->bus_width == bus_width_8) in ti_sdhci_update_ios() 351 if (ios->bus_mode == opendrain) in ti_sdhci_update_ios()
|
| /NextBSD/contrib/gcclibs/libiberty/testsuite/ |
| HD | demangle-expected | 450 operator<<(ostream &, ios &(*)(ios &)) 1220 ios::operator=(ios &) 1221 ios::operator= 1260 smanip_int::smanip_int(ios &(*)(ios &, int), int) 1280 smanip_long::smanip_long(ios &(*)(ios &, long), long) 1340 ios::ios(streambuf *) 1341 ios::ios 1470 ostream::operator<<(ios &(*)(ios &)) 1620 istream::operator>>(ios &(*)(ios &)) 1695 ios virtual table [all …]
|
| /NextBSD/lib/libc++/ |
| D | Makefile | 24 ios.cpp\ 126 ios\
|
| /NextBSD/contrib/libstdc++/include/backward/ |
| D | iostream.h | 37 using std::ios;
|
| /NextBSD/contrib/libstdc++/src/ |
| D | Makefile.in | 67 ios.cc ios_failure.cc ios_init.cc ios_locale.cc limits.cc \ 71 ios-inst.cc iostream-inst.cc istream-inst.cc istream.cc \ 86 debug_list.lo functexcept.lo globals_io.lo ios.lo \ 90 concept-inst.lo fstream-inst.lo ext-inst.lo ios-inst.lo \ 349 ios.cc \ 366 ios-inst.cc \
|
| D | Makefile.am | 142 ios.cc \ 159 ios-inst.cc \
|
| /NextBSD/sys/dev/mmc/ |
| HD | bridge.h | 137 struct mmc_ios ios; /* Current state of the host */ member
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | FileSystem.cpp | 27 std::ifstream file(file_spec.GetPath(), std::ios::binary); in CalcMD5()
|
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| HD | MIExtensions.txt | 9 The optional platform is the name of the platform, e.g., "remote-ios" or "ios-simulator". The remot…
|
| /NextBSD/contrib/libstdc++/include/std/ |
| D | std_iosfwd.h | 135 typedef basic_ios<char> ios; ///< @isiosfwd typedef
|
| /NextBSD/sys/dev/pccard/ |
| HD | pccard.c | 474 struct pccard_ce_iospace *ios; in pccard_function_init() local 504 ios = cfe->iospace + i; in pccard_function_init() 505 start = ios->start; in pccard_function_init() 507 end = start + ios->length - 1; in pccard_function_init() 513 len = ios->length; in pccard_function_init()
|