Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/linux/
HDcheck_error.d102 linuxulator*:time:linux_clock_nanosleep:unsupported_flags
HDlinux_time.c97 LIN_SDT_PROBE_DEFINE1(time, linux_common_clock_nanosleep, unsupported_flags, "int");
721 unsupported_flags, lflags); in linux_common_clock_nanosleep()
/freebsd-14-stable/sys/contrib/openzfs/cmd/zpool/
HDzpool_main.c5822 uint64_t unsupported_flags; in zpool_do_iostat() local
6035 unsupported_flags = cb.cb_flags & ~get_stat_flags(list); in zpool_do_iostat()
6036 if (unsupported_flags) { in zpool_do_iostat()
6043 for (f = unsupported_flags; f; f &= ~(1ULL << idx)) { in zpool_do_iostat()