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

/freebsd-13-stable/usr.bin/systat/
H A Difstat.c66 SLIST_HEAD(, if_stat) curlist;
69 struct if_stat { struct
70 SLIST_ENTRY(if_stat) link;
98 static void format_device_name(struct if_stat *);
186 struct if_stat *node = NULL;
217 struct if_stat *ifp = NULL;
241 struct if_stat *p = NULL;
251 p = (struct if_stat *)calloc(1, sizeof(struct if_stat));
279 struct if_stat *if
[all...]

Completed in 54 milliseconds