Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/trim/
H A Dtrim.kshlib66 typeset ios
68 ios=$(get_trim_io $pool $type)
70 if [[ $ios -ge $min_trim_ios ]]; then
71 log_note "Issued $ios $type trim IOs for pool $pool"
73 log_fail "Too few trim IOs issued $ios/$min_trim_ios"
99 typeset ios=$(get_trim_io $pool $type)
100 log_note "Waited for $txgs txgs, $ios $type TRIM IOs"
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddns_sd_private.h115 SPI_AVAILABLE(macos(10.15.4), ios(13.2.2), watchos(6.2), tvos(13.2))
153 SPI_AVAILABLE(macos(10.16), ios(14.0), watchos(7.0), tvos(14.0))
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info_impl.h85 ri_dev_t *ios; member
H A Drsrc_info.c93 while ((dev = ap->ios) != NULL) { in ri_ap_free()
94 ap->ios = dev->next; in ri_ap_free()
395 if (dev_list_pack(ap->ios, &buf, &size, encoding) != 0) in ap_pack()
920 if (dev_list_unpack(buf, size, &ap->ios) != 0) { in ap_unpack()
1001 return ((io == NULL) ? ap->ios : io->next); in ri_io_next()
H A Dri_init.c1373 dev_list_append(&ap->ios, io); in io_cm_info()
/illumos-gate/usr/src/test/zfs-tests/tests/perf/
H A Dperf.shlib48 typeset suffix="$sync_str.$iosize-ios"
65 log_note "Running with $threads $sync_str threads, $iosize ios"