Lines Matching refs:vhd_parent_locator_t
161 n = sizeof(header->loc) / sizeof(vhd_parent_locator_t); in vhd_header_in()
184 n = sizeof(header->loc) / sizeof(vhd_parent_locator_t); in vhd_header_out()
337 n = sizeof(header->loc) / sizeof(vhd_parent_locator_t); in vhd_validate_header()
448 return (sizeof(ctx->header.loc) / sizeof(vhd_parent_locator_t)); in vhd_parent_locator_count()
606 vhd_parent_locator_t *loc; in vhd_end_of_headers()
642 n = sizeof(ctx->header.loc) / sizeof(vhd_parent_locator_t); in vhd_end_of_headers()
1539 vhd_parent_locator_t *loc, char **parent) in vhd_parent_locator_read()
1630 vhd_parent_locator_t *loc; in vhd_parent_locator_get()
1663 size_t max_bytes, vhd_parent_locator_t *loc) in vhd_parent_locator_write_at()
1669 memset(loc, 0, sizeof(vhd_parent_locator_t)); in vhd_parent_locator_write_at()
2666 vhd_parent_locator_t *loc = child->header.loc + i; in vhd_change_parent()