Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/
H A Detherswitch.h131 #define IOETHERSWITCHGETREG _IOWR('i', 2, etherswitch_reg_t) macro
H A Detherswitch.c152 case IOETHERSWITCHGETREG: in etherswitchioctl()
/freebsd/sbin/etherswitchcfg/
H A Detherswitchcfg.c126 if (ioctl(cfg->fd, IOETHERSWITCHGETREG, &er) != 0) in read_register()