Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/ifconfig/
H A Dsfp.c357 tech_class = NULL; in printf_sfp_transceiver_descr()
368 if (tech_class == NULL) { in printf_sfp_transceiver_descr()
378 printf("Class: %s\n", tech_class); in printf_sfp_transceiver_descr()
388 const char *tech_class; in get_sfp_transceiver_class() local
399 if (tech_class == NULL) { in get_sfp_transceiver_class()
407 if (tech_class == NULL) in get_sfp_transceiver_class()
408 tech_class = "Unknown"; in get_sfp_transceiver_class()
410 snprintf(buf, size, "%s", tech_class); in get_sfp_transceiver_class()
416 const char *tech_class; in get_qsfp_transceiver_class() local
429 if (tech_class == NULL) in get_qsfp_transceiver_class()
[all …]