Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.h51 void check_refcount(struct node *lhs, struct node *rhs, void *arg);
H A Dtree.c1344 lut_walk(Faults, (lut_cb)check_refcount, (void *)T_FAULT); in tree_report()
1348 lut_walk(Upsets, (lut_cb)check_refcount, (void *)T_UPSET); in tree_report()
1349 lut_walk(Errors, (lut_cb)check_refcount, (void *)T_ERROR); in tree_report()
1350 lut_walk(Ereports, (lut_cb)check_refcount, (void *)T_EREPORT); in tree_report()
1351 lut_walk(SERDs, (lut_cb)check_refcount, (void *)T_SERD); in tree_report()
H A Dcheck.c743 check_refcount(struct node *lhs, struct node *rhs, void *arg) in check_refcount() function