Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net/
Dif_debug.c59 #define IF_DB_PRINTF(f, e) db_printf(" %s = " f "\n", #e, ifp->e); in if_show_ifnet() macro
60 IF_DB_PRINTF("%s", if_dname); in if_show_ifnet()
61 IF_DB_PRINTF("%d", if_dunit); in if_show_ifnet()
62 IF_DB_PRINTF("%s", if_description); in if_show_ifnet()
63 IF_DB_PRINTF("%u", if_index); in if_show_ifnet()
64 IF_DB_PRINTF("%u", if_refcount); in if_show_ifnet()
65 IF_DB_PRINTF("%d", if_index_reserved); in if_show_ifnet()
66 IF_DB_PRINTF("%p", if_softc); in if_show_ifnet()
67 IF_DB_PRINTF("%p", if_l2com); in if_show_ifnet()
68 IF_DB_PRINTF("%p", if_vnet); in if_show_ifnet()
[all …]