Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif.c5066 #define IF_DB_PRINTF(f, e) db_printf(" %s = " f "\n", #e, ifp->e); in if_show_ifnet() macro
5067 IF_DB_PRINTF("%s", if_dname); in if_show_ifnet()
5068 IF_DB_PRINTF("%d", if_dunit); in if_show_ifnet()
5069 IF_DB_PRINTF("%s", if_description); in if_show_ifnet()
5070 IF_DB_PRINTF("%u", if_index); in if_show_ifnet()
5071 IF_DB_PRINTF("%d", if_idxgen); in if_show_ifnet()
5072 IF_DB_PRINTF("%u", if_refcount); in if_show_ifnet()
5073 IF_DB_PRINTF("%p", if_softc); in if_show_ifnet()
5074 IF_DB_PRINTF("%p", if_l2com); in if_show_ifnet()
5075 IF_DB_PRINTF("%p", if_llsoftc); in if_show_ifnet()
[all …]