Searched defs:heuristic (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c46 * The list of filesystem heuristic programs.
48 struct heuristic { struct
49 struct heuristic *next;
65 static struct heuristic *hlist = NULL;
81 struct heuristic *hp;
93 * We get the list of heuristic programs one time.
118 * Second heuristic used is the check for an entry in vfstab
188 * Create a list of filesystem heuristic programs.
240 struct heuristic *hp;
242 hp = (struct heuristic *)
[all...]

Completed in 59 milliseconds