Searched refs:es_name (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/etherswitch/
H A Detherswitch.h42 char es_name[ETHERSWITCH_NAMEMAX]; member in struct:etherswitch_info
/freebsd-10-stable/sys/dev/etherswitch/arswitch/
H A Darswitch.c245 strlcpy(sc->info.es_name, device_get_desc(dev),
246 sizeof(sc->info.es_name));
/freebsd-10-stable/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c161 strlcpy(sc->info.es_name, device_get_desc(dev),
162 sizeof(sc->info.es_name));
/freebsd-10-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c178 strlcpy(sc->info.es_name, device_get_desc(dev),
179 sizeof(sc->info.es_name));
/freebsd-10-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c513 cfg->info.es_name, cfg->info.es_nports,
/freebsd-10-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c76 .es_name = "Realtek RTL8366RB"

Completed in 111 milliseconds