Home
last modified time | relevance | path

Searched refs:graph_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/gvpr/
H A Dsubg-fwd10 graph_t find_owner(obj_t o, graph_t g)
12 graph_t g1;
20 graph_t sg = subg ($, sprintf("incoming-%s", ARGV[0]));
21 graph_t returns = graph("return-edges", ""); // Temporary graph to hold return edges
22 graph_t target, g, g2;
H A Dreturn-paths9 graph_t find_owner(obj_t o, graph_t g)
11 graph_t g1;
20 graph_t g,g2;
H A Dsubg-rev9 graph_t find_owner(obj_t o, graph_t g)
11 graph_t g1;
19 graph_t calls[]; // Crude hash table for tracking who calls what
20 graph_t sg = subg ($, "reachable");
21 graph_t target, g, g2;
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c301 graph_t *gp; in ofdlock()
463 graph_t *gp; in ofdcleanlock()
541 graph_t *gp; in reclock()
2436 graph_t *
2439 graph_t *gp; in flk_get_lock_graph()
2507 graph_t *gp; in cl_flk_has_remote_locks_for_nlmid()
2581 graph_t *gp; in flk_has_remote_locks()
2629 graph_t *gp; in flk_has_remote_locks_for_sysid()
2735 graph_t *gp; in cl_flk_remove_locks_by_sysid()
2791 graph_t *gp; in flk_delete_locks_by_sysid()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h103 typedef struct graph graph_t; typedef
195 graph_t *flk_get_lock_graph(vnode_t *, int);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1978 graph_t *graph; in lg_walk_step()