Searched refs:revision (Results 151 - 175 of 383) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c69 * in the LINE_PARTS array and update the revision field in ITEM with
70 * the revision if the revision is found. Set REV_IDX to the index in
71 * LINE_PARTS where the revision specification starts. Remove from
72 * LINE_PARTS the element(s) that specify the revision.
73 * Set REV_STR to the element that specifies the revision.
126 if (svn_opt_parse_revision(&item->revision,
130 /* We want a single revision, not a range. */
134 if (item->revision.kind != svn_opt_revision_number
135 && item->revision
1164 svn_revnum_t revision; local
1438 svn_wc__external_register(svn_wc_context_t *wc_ctx, const char *defining_abspath, const char *local_abspath, svn_node_kind_t kind, const char *repos_root_url, const char *repos_uuid, const char *repos_relpath, svn_revnum_t operational_revision, svn_revnum_t revision, apr_pool_t *scratch_pool) argument
[all...]
H A Dwc-queries.sql30 SELECT op_depth, repos_id, repos_path, presence, kind, revision, checksum,
39 SELECT op_depth, nodes.repos_id, nodes.repos_path, presence, kind, revision,
54 SELECT repos_id, repos_path, presence, kind, revision, checksum,
61 SELECT nodes.repos_id, nodes.repos_path, presence, kind, revision,
75 revision, depth, file_external
81 revision, depth, file_external,
92 repos_id, repos_path, revision,
100 SELECT repos_id, repos_path, presence, kind, revision, checksum,
142 SELECT op_depth, nodes.repos_id, nodes.repos_path, presence, kind, revision,
156 SELECT op_depth, nodes.repos_id, nodes.repos_path, presence, kind, revision,
[all...]
H A Ddiff_local.c156 svn_revnum_t revision;
159 err = svn_wc__db_base_get_info(NULL, NULL, &revision, NULL, NULL, NULL,
171 revision = 0; /* Use original revision? */
173 ns->left_src = svn_diff__source_create(revision, ns->pool);
155 svn_revnum_t revision; local
H A Dutil.c92 ret->revision = SVN_INVALID_REVNUM;
256 svn_revnum_t revision,
266 && SVN_IS_VALID_REVNUM(revision)
270 version->peg_rev = revision;
252 svn_wc_conflict_version_create2(const char *repos_url, const char *repos_uuid, const char *repos_relpath, svn_revnum_t revision, svn_node_kind_t kind, apr_pool_t *result_pool) argument
H A Dwc_db.h166 /* This node is not present in this revision. This typically happens
168 The parent revision indicates it should be present, but this node's
169 revision states otherwise. */
278 revision INITIAL_REV.
382 repository. It can be a mixed-revision tree. Each node holds either a
394 repository, at revision REVISION.
439 svn_revnum_t revision,
455 as incomplete and with revision REVISION. If REPOS_RELPATH is not NULL,
465 svn_revnum_t revision,
478 repository, at revision REVISIO
[all...]
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_edid.c43 ((edid)->version == (maj) && (edid)->revision > (min)))
204 if (edid->revision > 4)
647 if (edid->revision >= 4) {
711 if (edid->revision >= 2) {
712 if (edid->revision >= 4 && (edid->features & DRM_EDID_FEATURE_DEFAULT_GTF))
743 struct std_timing *t, int revision)
764 if (revision < 3)
1008 if (edid->revision >= 4)
1011 if (edid->revision >= 4)
1025 if (edid->revision >
742 drm_mode_std(struct drm_connector *connector, struct edid *edid, struct std_timing *t, int revision) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h167 * LOCAL_ABSPATH, is not revision-pegged and is currently checked out in the
217 If the revision of the node is locked OPERATIONAL_REVISION and REVISION
218 are the peg and normal revision; otherwise their value is
234 svn_revnum_t revision,
427 * #### Needed during 'svn cp WC URL' to handle mixed revision cases
438 * of the node at @a local_abspath into @a *revision, @a *repos_relpath,
442 * @a *revision will be set to SVN_INVALID_REVNUM for any shadowed node (including
449 svn_wc__node_get_repos_info(svn_revnum_t *revision,
459 * Get the changed revision, date and author for @a local_abspath using @a
502 * If not NULL, sets @a revision,
[all...]
H A Dsvn_log.h263 svn_log__list(const char *path, svn_revnum_t revision,
H A Dsvn_repos_private.h319 /* Write a revision record to DUMP_STREAM for revision REVISION with revision
323 * the revision number header and the three content length headers (which
338 svn_revnum_t revision,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c113 /* For revision roots, this is a dag node for the revision's root
122 ### Currently this is only used for revision roots. To be safe
162 /* Only allow revision roots. */
205 /* Only allow revision roots. */
220 ### callers, use only revision root and don't try to update
286 /* Creating transaction and revision root nodes. */
409 /* It's a revision root, so we already have its root directory
690 - ID is the node revision ID of HERE,
932 /* If ROOT is a revision roo
1058 svn_revnum_t revision; member in struct:node_created_rev_args
1077 base_node_created_rev(svn_revnum_t *revision, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
2939 svn_revnum_t revision; member in struct:rev_get_txn_id_args
2953 svn_fs_base__deltify(svn_fs_t *fs, svn_revnum_t revision, apr_pool_t *pool) argument
4223 svn_revnum_t revision; member in struct:base_history_data_t
4334 svn_revnum_t commit_rev, src_rev, dst_rev, revision = bhd->revision; local
4566 base_history_location(const char **path, svn_revnum_t *revision, svn_fs_history_t *history, apr_pool_t *pool) argument
4742 assemble_history(svn_fs_t *fs, const char *path, svn_revnum_t revision, svn_boolean_t is_interesting, const char *path_hint, svn_revnum_t rev_hint, apr_pool_t *pool) argument
4896 svn_revnum_t revision; member in struct:id_created_rev_args
4938 base_node_origin_rev(svn_revnum_t *revision, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmerge.c175 rev_str = svn_hash_gets(attrs, "revision");
181 merge_ctx->commit_info->revision = (svn_revnum_t)rev;
184 merge_ctx->commit_info->revision = SVN_INVALID_REVNUM;
257 name = "revision";
460 if (! SVN_IS_VALID_REVNUM(merge_ctx->commit_info->revision))
464 "a new revision"));
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dstatus-cmd.c127 * REPOS_REV is a valid revision number, and then printing an target end tag.
140 "revision", repos_rev_str, SVN_VA_NULL);
188 /* ### The revision information with associates are based on what
192 * ### handle the revision information, we use this approach to stay compat
195 && !SVN_IS_VALID_REVNUM(status->revision)
208 /* Just retrieve the revision below the replacement.
213 SVN_ERR(svn_wc__node_get_pre_ng_status_data(&twks->revision,
221 SVN_ERR(svn_wc__node_get_pre_ng_status_data(&twks->revision,
298 _("--revision (-r) option valid only with "
H A Dcopy-cmd.c78 svn: '@HEAD' is just a peg revision. Maybe try '@HEAD@' instead?
110 source->revision = &(opt_state->start_revision);
116 /* Get DST_PATH (the target path or URL) and check that no peg revision is
125 _("'%s': a peg revision is not allowed here"),
165 "or revision properties"));
/freebsd-12-stable/contrib/googletest/googlemock/scripts/
H A Dupload.py450 group.add_option("--rev", action="store", dest="revision",
452 help="Branch/tree/revision to diff against (used by DVCS).")
726 if self.options.revision:
727 match = re.match(r"(\d+)(:(\d+))?", self.options.revision)
729 ErrorExit("Invalid Subversion revision %s." % self.options.revision)
737 # SVN base URL is required to fetch files deleted in an older revision.
739 required = self.options.download_base or self.options.revision is not None
792 if self.options.revision:
793 cmd += ["-r", self.options.revision]
[all...]
/freebsd-12-stable/contrib/googletest/googletest/scripts/
H A Dupload.py450 group.add_option("--rev", action="store", dest="revision",
452 help="Branch/tree/revision to diff against (used by DVCS).")
726 if self.options.revision:
727 match = re.match(r"(\d+)(:(\d+))?", self.options.revision)
729 ErrorExit("Invalid Subversion revision %s." % self.options.revision)
737 # SVN base URL is required to fetch files deleted in an older revision.
739 required = self.options.download_base or self.options.revision is not None
792 if self.options.revision:
793 cmd += ["-r", self.options.revision]
[all...]
/freebsd-12-stable/sys/arm/arm/
H A Dcpuinfo.c115 cpuinfo.revision = (cpuinfo.midr >> 16) & 0x7F;
119 cpuinfo.revision = (cpuinfo.midr >> 20) & 0x0F;
124 cpuinfo.revision = (cpuinfo.midr >> 20) & 0x0F;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h227 REV is the revision that was created as a result of the commit. */
243 REV is the revision whose property is being changed.
271 REV is the revision whose property was changed.
372 /* Set *PREV_PATH and *PREV_REV to the path and revision which
376 PATH@REVISION, and set *APPEARED_REV to the first revision in which
390 svn_revnum_t revision,
/freebsd-12-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib_common.h101 u16 revision; member in struct:cudbg_ver_hdr
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dopa_smi.h120 __be32 revision; member in struct:opa_node_info
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dinfo.c122 NULL /* revision */,
330 const svn_opt_revision_t *revision,
353 if ((revision == NULL
354 || revision->kind == svn_opt_revision_unspecified)
392 revision, ctx, pool));
400 _("URL '%s' non-existent in revision %ld"),
408 ### check in a loop which only terminates if the HEAD revision is the same
328 svn_client_info4(const char *abspath_or_url, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_depth_t depth, svn_boolean_t fetch_excluded, svn_boolean_t fetch_actual_only, svn_boolean_t include_externals, const apr_array_header_t *changelists, svn_client_info_receiver2_t receiver, void *receiver_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
H A Ddiff.c93 same relative path in the same revision, under different anchors
284 /* Generate a label for the diff output for file PATH at revision REVNUM.
295 label = apr_psprintf(result_pool, _("%s\t(revision %ld)"), path, revnum);
780 * no revision argument to the svn_wc_diff_callback_t
1147 left_source->revision,
1148 right_source->revision,
1156 left_source->revision,
1157 right_source->revision, prop_changes,
1201 /* During repos->wc diff of a copy revision numbers obtained
1227 copyfrom_source->revision,
1507 check_diff_target_exists(const char *url, svn_revnum_t revision, svn_revnum_t other_revision, svn_ra_session_t *ra_session, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Ddefault_editor.c82 svn_revnum_t revision,
80 delete_entry(const char *path, svn_revnum_t revision, void *parent_baton, apr_pool_t *pool) argument
/freebsd-12-stable/tools/tools/ncpus/
H A Dacpidump.h38 u_char revision; member in struct:ACPIrsdp
/freebsd-12-stable/contrib/subversion/subversion/svnbench/
H A Dnotify.c591 if (SVN_IS_VALID_REVNUM(n->revision))
597 ? _("Exported external at revision %ld.\n")
598 : _("Exported revision %ld.\n"),
599 n->revision)))
606 ? _("Checked out external at revision %ld.\n")
607 : _("Checked out revision %ld.\n"),
608 n->revision)))
618 ? _("Updated external to revision %ld.\n")
619 : _("Updated to revision %ld.\n"),
620 n->revision)))
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c86 kept in the FS object and shared among multiple revision root
119 /* Creating transaction and revision root nodes. */
234 COPYFROM_PATH specify under which revision and path the node was
279 svn_fs_root_t object, and never changes when it's a revision
331 /* For txn roots, root->REV is the base revision of that TXN. */
363 svn_fs_x__node_created_rev(svn_revnum_t *revision,
371 *revision = svn_fs_x__dag_get_revision(node);
807 * // change, it bumps the directory's revision, and therefore
1136 * 2. A base revision, against which TXN_TREE was made.
1137 * 3. A latest revision, whic
357 svn_fs_x__node_created_rev(svn_revnum_t *revision, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
1327 svn_fs_x__deltify(svn_fs_t *fs, svn_revnum_t revision, apr_pool_t *scratch_pool) argument
2384 svn_revnum_t revision; member in struct:fs_history_data_t
2567 x_node_origin_rev(svn_revnum_t *revision, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
2594 svn_revnum_t revision = fhd->revision; local
2847 fs_history_location(const char **path, svn_revnum_t *revision, svn_fs_history_t *history, apr_pool_t *result_pool) argument
2869 assemble_history(svn_fs_t *fs, const char *path, svn_revnum_t revision, svn_boolean_t is_interesting, const char *path_hint, svn_revnum_t rev_hint, svn_revnum_t next_copy, const svn_fs_x__id_t *current_id, apr_pool_t *result_pool) argument
[all...]

Completed in 315 milliseconds

1234567891011>>