Home
last modified time | relevance | path

Searched refs:efi_device_path (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Defi_loader.h195 struct efi_device_path *device_path,
196 struct efi_device_path *file_path);
204 struct efi_device_path *efi_dp_next(const struct efi_device_path *dp);
205 int efi_dp_match(struct efi_device_path *a, struct efi_device_path *b);
206 struct efi_object *efi_dp_find_obj(struct efi_device_path *dp,
207 struct efi_device_path **rem);
208 unsigned efi_dp_size(const struct efi_device_path *dp);
209 struct efi_device_path *efi_dp_dup(const struct efi_device_path *dp);
210 struct efi_device_path *efi_dp_append(const struct efi_device_path *dp1,
211 const struct efi_device_path *dp2);
[all …]
H A Defi_api.h96 struct efi_device_path **device_path,
103 struct efi_device_path *file_path, void *source_buffer,
121 struct efi_device_path *remaining_device_path,
283 struct efi_device_path { struct
297 struct efi_device_path dp; argument
309 struct efi_device_path dp;
322 struct efi_device_path dp;
328 struct efi_device_path dp;
334 struct efi_device_path dp;
343 struct efi_device_path dp;
[all …]
H A Defi.h29 struct efi_device_path;
307 struct efi_device_path *device_path;
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_device_path.c19 static const struct efi_device_path END = {
53 struct efi_device_path *efi_dp_next(const struct efi_device_path *dp) in efi_dp_next()
62 return (struct efi_device_path *)dp; in efi_dp_next()
71 int efi_dp_match(struct efi_device_path *a, struct efi_device_path *b) in efi_dp_match()
105 static struct efi_device_path *shorten_path(struct efi_device_path *dp) in shorten_path()
124 static struct efi_object *find_obj(struct efi_device_path *dp, bool short_path, in find_obj()
125 struct efi_device_path **rem) in find_obj()
134 struct efi_device_path *obj_dp; in find_obj()
166 struct efi_object *efi_dp_find_obj(struct efi_device_path *dp, in efi_dp_find_obj()
167 struct efi_device_path **rem) in efi_dp_find_obj()
[all …]
H A DMakefile18 obj-y += efi_memory.o efi_device_path_to_text.o efi_device_path.o
H A Defi_boottime.c665 struct efi_device_path **device_path, in efi_locate_device_path()
733 struct efi_device_path *device_path, in efi_setup_loaded_image()
734 struct efi_device_path *file_path) in efi_setup_loaded_image()
767 struct efi_device_path *file_path, in efi_load_image()
932 struct efi_device_path *remain_device_path, in efi_connect_controller()
H A Defi_disk.c31 struct efi_device_path *dp;
/rk3399_rockchip-uboot/cmd/
H A Dbootefi.c25 static struct efi_device_path *bootefi_image_path;
26 static struct efi_device_path *bootefi_device_path;
125 struct efi_device_path *device_path, in do_bootefi_exec()
126 struct efi_device_path *image_path) in do_bootefi_exec()