Home
last modified time | relevance | path

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

/src/sys/dev/hyperv/netvsc/
H A Dif_hn.c4654 char vf_name[IFNAMSIZ + 1]; in hn_vf_sysctl() local
4658 vf_name[0] = '\0'; in hn_vf_sysctl()
4661 snprintf(vf_name, sizeof(vf_name), "%s", if_name(vf_ifp)); in hn_vf_sysctl()
4663 return sysctl_handle_string(oidp, vf_name, sizeof(vf_name), req); in hn_vf_sysctl()
4670 char vf_name[IFNAMSIZ + 1]; in hn_rxvf_sysctl() local
4674 vf_name[0] = '\0'; in hn_rxvf_sysctl()
4677 snprintf(vf_name, sizeof(vf_name), "%s", if_name(vf_ifp)); in hn_rxvf_sysctl()
4679 return sysctl_handle_string(oidp, vf_name, sizeof(vf_name), req); in hn_rxvf_sysctl()