Searched refs:check_refcount (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | check.h | 53 void check_refcount(struct node *lhs, struct node *rhs, void *arg);
|
H A D | tree.c | 1328 lut_walk(Faults, (lut_cb)check_refcount, (void *)T_FAULT); in tree_report() 1332 lut_walk(Upsets, (lut_cb)check_refcount, (void *)T_UPSET); in tree_report() 1333 lut_walk(Errors, (lut_cb)check_refcount, (void *)T_ERROR); in tree_report() 1334 lut_walk(Ereports, (lut_cb)check_refcount, (void *)T_EREPORT); in tree_report() 1335 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
|