Searched refs:IOETHERSWITCHGETPORT (Results 1 – 3 of 3) sorted by relevance
| /trueos/sbin/etherswitchcfg/ |
| HD | etherswitchcfg.c | 177 if (ioctl(cfg->fd, IOETHERSWITCHGETPORT, &p) != 0) in set_port_vid() 215 if (ioctl(cfg->fd, IOETHERSWITCHGETPORT, &p) != 0) in set_port_flag() 236 if (ioctl(cfg->fd, IOETHERSWITCHGETPORT, &p) != 0) in set_port_media() 256 if (ioctl(cfg->fd, IOETHERSWITCHGETPORT, &p) != 0) in set_port_mediaopt() 436 if (ioctl(cfg->fd, IOETHERSWITCHGETPORT, &p) != 0) in print_port()
|
| /trueos/sys/dev/etherswitch/ |
| HD | etherswitch.h | 94 #define IOETHERSWITCHGETPORT _IOWR('i', 4, etherswitch_port_t) macro
|
| HD | etherswitch.c | 229 case IOETHERSWITCHGETPORT: in etherswitchioctl()
|