Lines Matching refs:path_entry
352 struct path_entry { struct
356 struct path_entry *next; argument
358 void add_path(struct path_entry *head, struct path_entry *cur) { in add_path()
359 struct path_entry *tmp; in add_path()
363 struct path_entry *is_duplicate_path(struct path_entry *head, char *path) { in is_duplicate_path()
364 struct path_entry *tmp; in is_duplicate_path()
372 void free_path_list(struct path_entry *head) { in free_path_list()
373 struct path_entry *tmp; in free_path_list()
374 struct path_entry *tmp2; in free_path_list()
524 struct path_entry *head = NULL; in fchba_non_encl_probe()
575 struct path_entry *tmpPath = NULL; in fchba_non_encl_probe()
578 head = (struct path_entry *)calloc(1, in fchba_non_encl_probe()
579 sizeof (struct path_entry)); in fchba_non_encl_probe()
596 tmpPath = (struct path_entry *) in fchba_non_encl_probe()
597 calloc(1, sizeof (struct path_entry)); in fchba_non_encl_probe()
628 struct path_entry *tmp; in fchba_non_encl_probe()