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 | 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); 1332 lut_walk(Upsets, (lut_cb)check_refcount, (void *)T_UPSET); 1333 lut_walk(Errors, (lut_cb)check_refcount, (void *)T_ERROR); 1334 lut_walk(Ereports, (lut_cb)check_refcount, (void *)T_EREPORT); 1335 lut_walk(SERDs, (lut_cb)check_refcount, (void *)T_SERD);
|
H A D | check.c | 736 * check_refcount -- see if declared names are used 743 check_refcount(struct node *lhs, struct node *rhs, void *arg) function
|
Completed in 55 milliseconds