Lines Matching refs:start
814 struct bootdev_hunter *start; in bootdev_hunt() local
820 start = ll_entry_start(struct bootdev_hunter, bootdev_hunter); in bootdev_hunt()
831 struct bootdev_hunter *info = start + i; in bootdev_hunt()
852 struct bootdev_hunter *start; in bootdev_unhunt() local
855 start = ll_entry_start(struct bootdev_hunter, bootdev_hunter); in bootdev_unhunt()
858 struct bootdev_hunter *info = start + i; in bootdev_unhunt()
879 struct bootdev_hunter *start; in bootdev_hunt_prio() local
883 start = ll_entry_start(struct bootdev_hunter, bootdev_hunter); in bootdev_hunt_prio()
889 struct bootdev_hunter *info = start + i; in bootdev_hunt_prio()
906 struct bootdev_hunter *orig, *start; in bootdev_list_hunters() local
920 memcpy(&start, &orig, sizeof(orig)); in bootdev_list_hunters()
924 struct bootdev_hunter *info = start + i; in bootdev_list_hunters()