Searched refs:fip_sp (Results 1 – 2 of 2) sorted by relevance
100 struct fip_sp { struct104 STAILQ_ENTRY(fip_sp) link; argument107 STAILQ_HEAD(fip_sp_head, fip_sp);
73 const struct fip_sp *fip_sp = NULL; in find_secure_partition() local80 for_each_fip_sp(fip_sp) { in find_secure_partition()81 if (!memcmp(&fip_sp->sp_img.image.uuid, uuid, sizeof(*uuid))) in find_secure_partition()82 return &fip_sp->sp_img.image; in find_secure_partition()1105 struct fip_sp *sp = NULL; in process_sp_pkg()1178 sp = calloc(1, sizeof(struct fip_sp)); in process_sp_pkg()1259 struct fip_sp *sp = STAILQ_FIRST(&fip_sp_list); in fip_sp_unmap_all()1274 const struct fip_sp *fip_sp = NULL; in sp_init_all() local1302 for_each_fip_sp(fip_sp) { in sp_init_all()1303 sp = &fip_sp->sp_img; in sp_init_all()
Completed in 4 milliseconds