Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/
H A Detherswitch.h145 #define IOETHERSWITCHGETTABLEENTRY _IOWR('i', 16, etherswitch_atu_entry_t) macro
H A Detherswitch.c215 case IOETHERSWITCHGETTABLEENTRY: in etherswitchioctl()
/freebsd/sbin/etherswitchcfg/
H A Detherswitchcfg.c513 if (ioctl(cfg->fd, IOETHERSWITCHGETTABLEENTRY, &e) != 0) in atu_dump()