Lines Matching refs:heuristic
46 * The list of filesystem heuristic programs.
48 struct heuristic {
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 *)
243 malloc(sizeof (struct heuristic));