Searched refs:IOETHERSWITCHSETPORT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sbin/etherswitchcfg/ |
| HD | etherswitchcfg.c | 184 if (ioctl(cfg->fd, IOETHERSWITCHSETPORT, &p) != 0) in set_port_vid() 231 if (ioctl(cfg->fd, IOETHERSWITCHSETPORT, &p) != 0) in set_port_flag() 257 if (ioctl(cfg->fd, IOETHERSWITCHSETPORT, &p) != 0) in set_port_media() 286 if (ioctl(cfg->fd, IOETHERSWITCHSETPORT, &p) != 0) in set_port_mediaopt() 322 if (ioctl(cfg->fd, IOETHERSWITCHSETPORT, &p) != 0) in set_port_led()
|
| /freebsd-13-stable/sys/dev/etherswitch/ |
| HD | etherswitch.h | 134 #define IOETHERSWITCHSETPORT _IOW('i', 5, etherswitch_port_t) macro
|
| HD | etherswitch.c | 172 case IOETHERSWITCHSETPORT: in etherswitchioctl()
|