Home | History | Annotate | Download | only in liblegacy

Lines Matching refs:opd_image

2  * @file opd_image.h
25 * is represented by a struct opd_image.
27 struct opd_image {
30 /** how many time this opd_image is referenced */
52 typedef void (*opd_image_cb)(struct opd_image *);
57 * the callback receive a struct opd_image * (not a const struct) and is
63 * initialize opd_image container
73 void opd_delete_image(struct opd_image * image);
87 struct opd_image * opd_get_kernel_image(char const * name,
103 struct opd_image * opd_get_image(char const * name, char const * app_name,