Home
last modified time | relevance | path

Searched refs:unsupported_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linux/
H A Dcheck_error.d102 linuxulator*:time:linux_clock_nanosleep:unsupported_flags
H A Dlinux_time.c97 LIN_SDT_PROBE_DEFINE1(time, linux_common_clock_nanosleep, unsupported_flags, "int");
721 unsupported_flags, lflags); in linux_common_clock_nanosleep()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c6397 uint64_t unsupported_flags; in zpool_do_iostat() local
6610 unsupported_flags = cb.cb_flags & ~get_stat_flags(list); in zpool_do_iostat()
6611 if (unsupported_flags) { in zpool_do_iostat()
6618 for (f = unsupported_flags; f; f &= ~(1ULL << idx)) { in zpool_do_iostat()