Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.h53 void check_cycle(struct node *lhs, struct node *rhs, void *arg);
H A Dcheck.c783 check_cycle(struct node *lhs, struct node *rhs, void *arg) in check_cycle() function
913 check_cycle(NULL, dnp, 0); in check_cycle_rhs()
H A Dtree.c1354 lut_walk(Errors, (lut_cb)check_cycle, (void *)0); in tree_report()
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c1485 int check_cycle, int update_graph) in flk_add_edge() argument
1535 if (!check_cycle) { in flk_add_edge()