Home
last modified time | relevance | path

Searched refs:RADIO_GETFREQ (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/ic/
H A Dbt8xx.h359 #define RADIO_GETFREQ _IOR('x', 59, unsigned int) /* set frequency */ macro
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1393 unsigned IOCTL_RADIO_GETFREQ = RADIO_GETFREQ;
H A Dsanitizer_interceptors_ioctl_netbsd.inc244 _(RADIO_GETFREQ, WRITE, sizeof(unsigned int));
/openbsd/sys/dev/pci/bktr/
H A Dbktr_core.c2031 case RADIO_GETFREQ: in tuner_ioctl()