| 566 | } |
| 567 | |
| 568 | void *imd_entry_at(const struct imd *imd, const struct imd_entry *entry) |
| 569 | { |
| 570 | const struct imdr *imdr; |
| 571 | |
| 572 | imdr = imd_entry_to_imdr(imd, entry); |
| 573 | |
| 574 | if (imdr == NULL) |
| 575 | return NULL; |
| 576 | |
| 577 | return imdr_entry_at(imdr, entry); |
| 578 | } |
| 579 | |
| 580 | uint32_t imd_entry_id(const struct imd_entry *entry) |
| 581 | { |