Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/etherswitch/
HDetherswitch.h139 #define IOETHERSWITCHGETCONF _IOR('i', 10, etherswitch_conf_t) macro
HDetherswitch.c192 case IOETHERSWITCHGETCONF: in etherswitchioctl()
/freebsd-14-stable/sbin/etherswitchcfg/
HDetherswitchcfg.c713 if (ioctl(cfg->fd, IOETHERSWITCHGETCONF, &cfg->conf) != 0) in newmode()
763 if (ioctl(cfg.fd, IOETHERSWITCHGETCONF, &cfg.conf) != 0) in main()