Searched refs:SIOCGUMBPARAM (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/umbctl/ |
H A D | umbctl.c | 203 if(_umbctl_ioctl(ifname, fd, SIOCGUMBPARAM, &ifr) != 0 in _umbctl() 245 if(_umbctl_ioctl(ifname, fd, SIOCGUMBPARAM, &ifr) != 0 in _umbctl_file()
|
/freebsd/sys/sys/ |
H A D | sockio.h | 152 #define SIOCGUMBPARAM _IOWR('i', 159, struct ifreq) /* get MBIM param */ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2294 unsigned IOCTL_SIOCGUMBPARAM = SIOCGUMBPARAM;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1217 _(SIOCGUMBPARAM, READWRITE, struct_ifreq_sz);
|
/freebsd/sys/dev/usb/net/ |
H A D | if_umb.c | 804 case SIOCGUMBPARAM: in umb_ioctl()
|