Lines Matching refs:loc
188 vhd_print_parent(vhd_context_t *vhd, vhd_parent_locator_t *loc) in vhd_print_parent() argument
193 err = vhd_parent_locator_read(vhd, loc, &buf); in vhd_print_parent()
206 vhd_parent_locator_t *loc; in vhd_print_parent_locators() local
210 n = sizeof(vhd->header.loc) / sizeof(struct prt_loc); in vhd_print_parent_locators()
212 loc = &vhd->header.loc[i]; in vhd_print_parent_locators()
214 if (loc->code == PLAT_CODE_NONE) in vhd_print_parent_locators()
219 code_name(loc->code)); in vhd_print_parent_locators()
221 conv(hex, loc->data_space)); in vhd_print_parent_locators()
223 conv(hex, loc->data_len)); in vhd_print_parent_locators()
225 conv(hex, loc->data_offset)); in vhd_print_parent_locators()
226 vhd_print_parent(vhd, loc); in vhd_print_parent_locators()