Home
last modified time | relevance | path

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

/freebsd-14-stable/tools/tools/ath/common/
HDctrl.c171 ret = ioctl(req->s, SIOCGATHSTATS, &ifr); in ath_driver_req_fetch_stats()
/freebsd-14-stable/sys/dev/wtap/
HDif_wtapioctl.h46 #define SIOCGATHSTATS _IOWR('i', 137, struct ifreq) macro
/freebsd-14-stable/sys/dev/ath/
HDif_ath_ioctl.c241 case SIOCGATHSTATS: { in ath_ioctl()
HDif_athioctl.h182 #define SIOCGATHSTATS _IOWR('i', 137, struct ifreq) macro
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp1346 unsigned IOCTL_SIOCGATHSTATS = SIOCGATHSTATS;
HDsanitizer_interceptors_ioctl_netbsd.inc196 _(SIOCGATHSTATS, READWRITE, struct_ifreq_sz);