Home
last modified time | relevance | path

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

1234

/freebsd/sys/cam/
H A Dcam_iosched.c356 cam_iosched_limiter_init(struct iop_stats *ios) in cam_iosched_limiter_init() argument
358 int lim = ios->limiter; in cam_iosched_limiter_init()
365 return limsw[lim].l_init(ios); in cam_iosched_limiter_init()
371 cam_iosched_limiter_tick(struct iop_stats *ios) in cam_iosched_limiter_tick() argument
373 int lim = ios->limiter; in cam_iosched_limiter_tick()
380 return limsw[lim].l_tick(ios); in cam_iosched_limiter_tick()
386 cam_iosched_limiter_iop(struct iop_stats *ios, struct bio *bp) in cam_iosched_limiter_iop() argument
388 int lim = ios->limiter; in cam_iosched_limiter_iop()
395 return limsw[lim].l_iop(ios, bp); in cam_iosched_limiter_iop()
401 cam_iosched_limiter_caniop(struct iop_stats *ios, struct bio *bp) in cam_iosched_limiter_caniop() argument
[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()
169 if (ios->timing == bus_timing_mmc_hs400 || in sdhci_xenon_set_uhs_timing()
170 ios->timing == bus_timing_mmc_hs400es) in sdhci_xenon_set_uhs_timing()
172 else if (ios->timing == bus_timing_mmc_hs200) in sdhci_xenon_set_uhs_timing()
177 else if (ios->clock > SD_SDR25_MAX) in sdhci_xenon_set_uhs_timing()
179 else if (ios->clock > SD_SDR12_MAX) { in sdhci_xenon_set_uhs_timing()
180 if (ios->timing == bus_timing_uhs_ddr50 || in sdhci_xenon_set_uhs_timing()
181 ios->timing == bus_timing_mmc_ddr52) in sdhci_xenon_set_uhs_timing()
[all …]
H A Dsdhci.c1332 const struct mmc_ios *ios; local
1339 ios = &slot->host.ios;
1343 if (ios->clock > SD_SDR50_MAX) {
1344 if (ios->timing == bus_timing_mmc_hs400 ||
1345 ios->timing == bus_timing_mmc_hs400es)
1350 else if (ios->clock > SD_SDR25_MAX)
1352 else if (ios->clock > SD_SDR12_MAX) {
1353 if (ios->timing == bus_timing_uhs_ddr50 ||
1354 ios->timing == bus_timing_mmc_ddr52)
1358 } else if (ios->clock > SD_MMC_CARD_ID_FREQUENCY)
[all …]
H A Dsdhci_fsl_fdt.c342 (sc->slot.host.ios.timing == bus_timing_mmc_hs400 || in fsl_sdhc_fdt_set_clock()
602 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()
1075 slot->host.ios.clock = 0; in sdhci_fsl_fdt_write_ivar()
1082 slot->host.ios.clock = sc->baseclk_hz / (prescale * div); in sdhci_fsl_fdt_write_ivar()
1201 if (sc->slot.host.ios.timing == bus_timing_uhs_sdr50 && in sdhci_fsl_fdt_tune()
1318 if (slot->host.ios.timing == bus_timing_mmc_hs400) in sdhci_fsl_fdt_retune()
[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/dev/mmc/host/
H A Ddwmmc.c870 struct mmc_ios *ios; in dwmmc_update_ios() local
875 ios = &sc->host.ios; in dwmmc_update_ios()
878 ios->clock, ios->bus_width, ios->timing); in dwmmc_update_ios()
880 switch (ios->power_mode) { in dwmmc_update_ios()
891 mmc_fdt_set_power(&sc->mmc_helper, ios->power_mode); in dwmmc_update_ios()
893 if (ios->bus_width == bus_width_8) in dwmmc_update_ios()
895 else if (ios->bus_width == bus_width_4) in dwmmc_update_ios()
907 if (ios->timing == bus_timing_uhs_ddr50 || in dwmmc_update_ios()
908 ios->timing == bus_timing_mmc_ddr52 || in dwmmc_update_ios()
909 ios->timing == bus_timing_mmc_hs400) in dwmmc_update_ios()
[all …]
H A Ddwmmc_rockchip.c58 static int dwmmc_rockchip_update_ios(struct dwmmc_softc *sc, struct mmc_ios *ios);
108 dwmmc_rockchip_update_ios(struct dwmmc_softc *sc, struct mmc_ios *ios) in dwmmc_rockchip_update_ios() argument
113 if (ios->clock && ios->clock != sc->bus_hz) { in dwmmc_rockchip_update_ios()
114 sc->bus_hz = clock = ios->clock; in dwmmc_rockchip_update_ios()
/freebsd/usr.sbin/ppp/
H A Dtty.c101 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 …]
/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/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()
236 device_printf(sc->aw_dev, "Clock => %d\n", ios->clock); in aw_mmc_set_tran_settings()
239 ios->vdd = new_ios->vdd; in aw_mmc_set_tran_settings()
241 device_printf(sc->aw_dev, "VDD => %d\n", ios->vdd); in aw_mmc_set_tran_settings()
244 ios->chip_select = new_ios->chip_select; in aw_mmc_set_tran_settings()
246 device_printf(sc->aw_dev, "CS => %d\n", ios->chip_select); in aw_mmc_set_tran_settings()
[all …]
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp174 bool pos_in = (__which & ios::in) != 0; in overflow()
175 bool pos_out = (__which & ios::out) != 0; in overflow()
177 case ios::beg: in overflow()
178 case ios::end: in overflow()
182 case ios::cur: in overflow()
196 case ios::beg: in overflow()
199 case ios::cur:
202 case ios::end: in pbackfail()
225 bool pos_in = (__which & ios::in) != 0; in underflow()
226 bool pos_out = (__which & ios in underflow()
[all...]
/freebsd/contrib/llvm-project/libcxx/include/__configuration/
H A Davailability.h156 …__attribute__((availability(ios, strict, introduced = 17.4))) …
171 …__attribute__((availability(ios, strict, introduced = 17.0))) …
186 …__attribute__((availability(ios, strict, introduced = 16.5))) …
205 …__attribute__((availability(ios, strict, introduced = 16.0))) …
220 …__attribute__((availability(ios, strict, introduced = 15.3))) …
235 …__attribute__((availability(ios, strict, introduced = 14.0))) …
254 …__attribute__((availability(ios, strict, introduced = 13.0))) …
/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/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/libcxx/modules/std/
H A Dios.cppm
/freebsd/contrib/unbound/
H A DREADME-Travis.md108 ./contrib/ios/install_tools.sh
198 - AUTOTOOLS_HOST=armv7-apple-ios
199 - OPENSSL_HOST=ios-cross
207 …OpenSSL, Expat and Unbound. This step is handled in by the script `contrib/ios/install_tools.sh`. …
215 ./contrib/ios/install_tools.sh
221 The third step sets the iOS cross-compile environment using the script `contrib/ios/setenv_ios.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…
242 … and Expat are built for iOS using the scripts `contrib/ios/install_openssl.sh` and `contrib/ios/i…
248ios.conf`. It is a copy of the OpenSSL's project file and located at `contrib/ios/15-ios.conf`. Th…
[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
205 …or OpenSSL, Expat and LDNS. This step is handled in by the script `contrib/ios/install_tools.sh`. …
213 ./contrib/ios/install_tools.sh
219 The third step sets the iOS cross-compile environment using the script `contrib/ios/setenv_ios.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…
240 The fourth step builds OpenSSL. OpenSSL is built for iOS using the scripts `contrib/ios/install_ope…
246ios.conf`. It is a copy of the OpenSSL's project file and located at `contrib/ios/15-ios.conf`. Th…
[all …]
/freebsd/sys/dev/rtsx/
H A Drtsx.c2965 memcpy(&cts->ios, &sc->rtsx_host.ios, sizeof(struct mmc_ios));
2977 struct mmc_ios *ios; local
2982 ios = &sc->rtsx_host.ios;
2983 new_ios = &cts->ios;
2987 ios->clock = new_ios->clock;
2990 device_printf(sc->rtsx_dev, "rtsx_set_tran_settings() - clock: %u\n", ios->clock);
2993 ios->vdd = new_ios->vdd;
2995 device_printf(sc->rtsx_dev, "rtsx_set_tran_settings() - vdd: %d\n", ios->vdd);
2998 ios->chip_select = new_ios->chip_select;
3000 device_printf(sc->rtsx_dev, "rtsx_set_tran_settings() - chip_select: %d\n", ios->chip_select);
[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/contrib/llvm-project/libcxx/include/__fwd/
H A Dios.h26 using ios = basic_ios<char>; variable
32 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.c506 int *ios = calloc(map->dm_children, sizeof (uint64_t)); in eval_resilver() local
508 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()
[all …]
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c396 ("XPT info: CLK %04d, ...\n", cts.proto_specific.mmc.ios.clock)); in mmc_announce_periph_sbuf()
621 cts->ios.power_mode = power_off; in mmcprobe_start()
638 cts->ios.vdd = hv; in mmcprobe_start()
639 cts->ios.bus_mode = opendrain; in mmcprobe_start()
640 cts->ios.chip_select = cs_dontcare; in mmcprobe_start()
641 cts->ios.power_mode = power_up; in mmcprobe_start()
642 cts->ios.bus_width = bus_width_1; in mmcprobe_start()
643 cts->ios.clock = 0; in mmcprobe_start()
652 cts->ios.power_mode = power_on; in mmcprobe_start()
653 cts->ios.clock = CARD_ID_FREQUENCY; in mmcprobe_start()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Diostream16 #include <ios>
42 #include <ios>
/freebsd/sys/arm/ti/
H A Dti_sdhci.c356 struct mmc_ios *ios; in ti_sdhci_update_ios() local
360 ios = &slot->host.ios; in ti_sdhci_update_ios()
371 if (ios->bus_width == bus_width_8) in ti_sdhci_update_ios()
376 if (ios->bus_mode == opendrain) in ti_sdhci_update_ios()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhci.c397 struct mmc_ios *ios; in bcm_sdhci_update_ios() local
401 ios = &sc->sc_slot.host.ios; in bcm_sdhci_update_ios()
403 if (ios->power_mode == power_up) { in bcm_sdhci_update_ios()
414 if (ios->power_mode == power_off) { in bcm_sdhci_update_ios()

1234