Searched refs:fip_sp (Results 1 – 2 of 2) sorted by relevance
91 struct fip_sp { struct93 STAILQ_ENTRY(fip_sp) link; argument96 STAILQ_HEAD(fip_sp_head, fip_sp);
94 const struct fip_sp *fip_sp = NULL; in find_secure_partition() local101 for_each_fip_sp(fip_sp) { in find_secure_partition()102 if (!memcmp(&fip_sp->sp_img.image.uuid, uuid, sizeof(*uuid))) in find_secure_partition()103 return &fip_sp->sp_img.image; in find_secure_partition()1912 struct fip_sp *sp = NULL; in process_sp_pkg()1958 sp = calloc(1, sizeof(struct fip_sp)); in process_sp_pkg()2027 struct fip_sp *sp = STAILQ_FIRST(&fip_sp_list); in fip_sp_deinit_all()2038 const struct fip_sp *fip_sp = NULL; in sp_init_all() local2067 for_each_fip_sp(fip_sp) { in sp_init_all()2068 sp = &fip_sp->sp_img; in sp_init_all()