Searched refs:root_offset (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | recovery.c | 294 recover_get_root_offset(apr_off_t *root_offset, in recover_get_root_offset() argument 329 SVN_ERR(svn_fs_fs__parse_revision_trailer(root_offset, NULL, trailer, rev)); in recover_get_root_offset() 418 apr_off_t root_offset; in recover_body() local 427 SVN_ERR(recover_get_root_offset(&root_offset, rev, rev_file, pool)); in recover_body() 428 SVN_ERR(recover_find_max_ids(fs, rev, rev_file, root_offset, in recover_body()
|
| H A D | low_level.h | 51 svn_fs_fs__parse_revision_trailer(apr_off_t *root_offset, 61 svn_fs_fs__unparse_revision_trailer(apr_off_t root_offset,
|
| H A D | low_level.c | 104 svn_fs_fs__parse_revision_trailer(apr_off_t *root_offset, in svn_fs_fs__parse_revision_trailer() argument 152 if (root_offset) in svn_fs_fs__parse_revision_trailer() 158 *root_offset = (apr_off_t)val; in svn_fs_fs__parse_revision_trailer() 182 svn_fs_fs__unparse_revision_trailer(apr_off_t root_offset, in svn_fs_fs__unparse_revision_trailer() argument 188 root_offset, in svn_fs_fs__unparse_revision_trailer()
|
| H A D | cached_data.c | 575 get_root_changes_offset(apr_off_t *root_offset, in get_root_changes_offset() argument 639 SVN_ERR(svn_fs_fs__parse_revision_trailer(root_offset, in get_root_changes_offset() 645 if (root_offset) in get_root_changes_offset() 646 *root_offset += rev_offset; in get_root_changes_offset() 670 apr_off_t root_offset; in svn_fs_fs__rev_get_root() local 681 SVN_ERR(get_root_changes_offset(&root_offset, NULL, in svn_fs_fs__rev_get_root() 686 root_offset, result_pool)); in svn_fs_fs__rev_get_root()
|
| /freebsd-12.1/stand/fdt/ |
| H A D | fdt_loader_cmd.c | 384 int oroot_offset, root_offset; in fdt_check_overlay_compatible() local 399 root_offset = fdt_path_offset(base_fdt, "/"); in fdt_check_overlay_compatible() 400 if (root_offset < 0) in fdt_check_overlay_compatible() 401 return (root_offset); in fdt_check_overlay_compatible() 406 if (fdt_get_property(base_fdt, root_offset, "compatible", in fdt_check_overlay_compatible() 416 if (fdt_stringlist_search(base_fdt, root_offset, "compatible", in fdt_check_overlay_compatible()
|