Home | History | Annotate | Download | only in liblegacy

Lines Matching refs:opd_image

2  * @file opd_image.c
12 #include "opd_image.h"
49 void opd_delete_image(struct opd_image * image)
87 struct opd_image * image =
88 list_entry(pos, struct opd_image, hash_next);
124 * Initialise an opd_image struct for the image image
128 static struct opd_image *
133 struct opd_image * image;
138 image = xmalloc(sizeof(struct opd_image));
177 static int is_same_image(struct opd_image const * image, char const * app_name,
221 static struct opd_image * opd_find_image(char const * name,
225 struct opd_image * image = 0;
233 image = list_entry(pos, struct opd_image, hash_next);
249 struct opd_image * opd_get_image(char const * name, char const * app_name,
252 struct opd_image * image;
260 struct opd_image * opd_get_kernel_image(char const * name,