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

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfs.c739 auto int node_found (struct grub_hfs_node *, struct grub_hfs_record *);
741 int node_found (struct grub_hfs_node *hnd, struct grub_hfs_record *rec)
781 if (grub_hfs_iterate_records (data, type, idx, 0, node_found))
808 auto int node_found (struct grub_hfs_node *, struct grub_hfs_record *);
813 int node_found (struct grub_hfs_node *hnd, struct grub_hfs_record *rec)
851 if (grub_hfs_iterate_records (data, 0, root_idx, 0, node_found))
740 int node_found (struct grub_hfs_node *hnd, struct grub_hfs_record *rec) function
812 int node_found (struct grub_hfs_node *hnd, struct grub_hfs_record *rec) function

Completed in 22 milliseconds