Lines Matching refs:bootdev_hunter
752 static int bootdev_hunt_drv(struct bootdev_hunter *info, uint seq, bool show) in bootdev_hunt_drv()
780 struct bootdev_hunter *start; in bootdev_hunt()
786 start = ll_entry_start(struct bootdev_hunter, bootdev_hunter); in bootdev_hunt()
787 n_ent = ll_entry_count(struct bootdev_hunter, bootdev_hunter); in bootdev_hunt()
797 struct bootdev_hunter *info = start + i; in bootdev_hunt()
818 struct bootdev_hunter *start; in bootdev_hunt_prio()
822 start = ll_entry_start(struct bootdev_hunter, bootdev_hunter); in bootdev_hunt_prio()
823 n_ent = ll_entry_count(struct bootdev_hunter, bootdev_hunter); in bootdev_hunt_prio()
828 struct bootdev_hunter *info = start + i; in bootdev_hunt_prio()
843 struct bootdev_hunter *orig, *start; in bootdev_list_hunters()
846 orig = ll_entry_start(struct bootdev_hunter, bootdev_hunter); in bootdev_list_hunters()
847 n_ent = ll_entry_count(struct bootdev_hunter, bootdev_hunter); in bootdev_list_hunters()
861 struct bootdev_hunter *info = start + i; in bootdev_list_hunters()