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

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

Completed in 35 milliseconds