Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/systat/
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 *); argument
186 struct if_stat *node = NULL; in closeifstat()
217 struct if_stat *ifp = NULL; in showifstat()
241 struct if_stat *p = NULL; in initifstat()
251 p = (struct if_stat *)calloc(1, sizeof(struct if_stat)); in initifstat()
279 struct if_stat *ifp = NULL, *temp_var; in fetchifstat()
299 SLIST_REMOVE(&curlist, ifp, if_stat, link); in fetchifstat()
[all …]