Searched refs:check_cycle (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | check.h | 55 void check_cycle(struct node *lhs, struct node *rhs, void *arg);
|
H A D | check.c | 775 * check_cycle -- see props from an error have cycles 783 check_cycle(struct node *lhs, struct node *rhs, void *arg) function 913 check_cycle(NULL, dnp, 0);
|
H A D | tree.c | 1338 lut_walk(Errors, (lut_cb)check_cycle, (void *)0);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | flock.c | 1473 int check_cycle, int update_graph) 1523 if (!check_cycle) { 1472 flk_add_edge(lock_descriptor_t *from_lock, lock_descriptor_t *to_lock, int check_cycle, int update_graph) argument
|
Completed in 257 milliseconds