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

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

Completed in 62 milliseconds