Searched refs:check_refcount (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | check.h | 51 void check_refcount(struct node *lhs, struct node *rhs, void *arg);
|
H A D | tree.c | 1344 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 D | check.c | 743 check_refcount(struct node *lhs, struct node *rhs, void *arg) in check_refcount() function
|