Searched refs:revision (Results 176 - 200 of 383) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dold-and-busted.c70 #define ENTRIES_ATTR_REVISION "revision"
98 entry->revision = SVN_INVALID_REVNUM;
285 /* Read a revision number from [*BUF, END) stopping at the
286 terminator. Set *RESULT to the revision number, or
328 * Parse the string at *STR as an revision and save the result in
371 * Given a revision, return a string for the revision, either "HEAD"
372 * or a string representation of the revision value. All other
373 * revision kinds return an error.
392 _("Illegal file external revision kin
[all...]
H A Dwc.h335 * regard to the base revision, else set *MODIFIED_P to zero.
343 * but is not under revision control (not even scheduled for
518 svn_revnum_t revision,
582 svn_revnum_t *revision,
/freebsd-12-stable/contrib/subversion/subversion/svnbench/
H A Dnull-info-cmd.c115 const svn_opt_revision_t *revision,
141 revision, ctx, pool));
150 _("URL '%s' non-existent in revision %ld"),
111 client_info(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, const apr_array_header_t *changelists, int *counter, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
/freebsd-12-stable/sys/mips/atheros/ar531x/
H A Dar5315_machdep.c126 SYSCTL_STRING(_hw_soc, OID_AUTO, revision, CTLFLAG_RD, hw_soc_revision, 0,
127 "SoC revision");
145 SYSCTL_STRING(_hw_device, OID_AUTO, revision, CTLFLAG_RD, hw_device_revision, 0,
146 "Board revision");
/freebsd-12-stable/release/
H A DMakefile.ec224 EC2_SVNREV!= ${SVN_CMD} info --show-item last-changed-revision ${WORLDDIR} 2>/dev/null || true
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Deditor.c618 svn_revnum_t revision,
637 relpath, revision,
674 svn_revnum_t revision,
697 relpath, revision,
714 svn_revnum_t revision,
732 relpath, revision,
749 svn_revnum_t revision)
764 err = editor->funcs.cb_delete(editor->baton, relpath, revision,
616 svn_editor_alter_directory(svn_editor_t *editor, const char *relpath, svn_revnum_t revision, const apr_array_header_t *children, apr_hash_t *props) argument
672 svn_editor_alter_file(svn_editor_t *editor, const char *relpath, svn_revnum_t revision, const svn_checksum_t *checksum, svn_stream_t *contents, apr_hash_t *props) argument
712 svn_editor_alter_symlink(svn_editor_t *editor, const char *relpath, svn_revnum_t revision, const char *target, apr_hash_t *props) argument
747 svn_editor_delete(svn_editor_t *editor, const char *relpath, svn_revnum_t revision) argument
/freebsd-12-stable/tools/tools/ncpus/
H A Dacpi.c235 /* If the revision is 0, assume a version 1 length. */
236 if (rsdp.revision == 0)
316 if (rp->revision < 2) {
/freebsd-12-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c104 "has been configured to allow revision property changes. In\n"
113 "You should not commit to, or make revision property changes in,\n"
141 "Copy the revision properties in a given range of revisions to the\n"
143 "revision range is not specified, it defaults to all revisions in\n"
144 "the DEST_URL repository. Note also that the 'HEAD' revision is the\n"
154 "change hooks for all revision properties, it is recommended to use\n"
182 {"revision", 'r', 1,
183 N_("operate on revision ARG (or range ARG1:ARG2)\n"
185 "A revision argument can be one of:\n"
187 " NUMBER revision numbe
1251 replay_rev_started(svn_revnum_t revision, void *replay_baton, const svn_delta_editor_t **editor, void **edit_baton, apr_hash_t *rev_props, apr_pool_t *pool) argument
1347 replay_rev_finished(svn_revnum_t revision, void *replay_baton, const svn_delta_editor_t *editor, void *edit_baton, apr_hash_t *rev_props, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c200 svn_revnum_t revision,
239 new_item->revision = revision;
622 When in copy mode we need to compare the revision of the node against
623 the parent node to copy mixed-revision base nodes properly */
798 cf_rev = status->revision;
1041 this is most commonly caused by copying some mixed revision tree.
1044 in the parent revision, or that the node does. But we want to copy
1507 this_item->revision,
1604 _("Commit item '%s' has copy flag but an invalid revision"),
194 add_committable(svn_client__committables_t *committables, const char *local_abspath, svn_node_kind_t kind, const char *repos_root_url, const char *repos_relpath, svn_revnum_t revision, const char *copyfrom_relpath, svn_revnum_t copyfrom_rev, const char *moved_from_abspath, apr_byte_t state_flags, apr_hash_t *lock_tokens, const svn_lock_t *lock, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dblame.c46 /* The metadata associated with a particular revision. */
49 svn_revnum_t revision; /* the revision number */ member in struct:rev
50 apr_hash_t *rev_props; /* the revision properties */
58 const struct rev *rev; /* the responsible revision */
77 /* The baton used for a file revision. Lives the entire operation */
84 /* name of file containing the previous revision of the file */
96 /* name of file containing the previous merged revision of the file */
105 on the *next* revision, as the interesting change
106 happens when we move to the previous revision */
[all...]
H A Dlocking_commands.c198 svn_revnum_t revision;
374 SVN_ERR(svn_wc__node_get_base(&kind, &wli->revision,
430 *revnum = wli->revision;
196 svn_revnum_t revision; member in struct:wc_lock_item_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dutil.c60 svn_revnum_t revision)
63 return (revision < ffd->min_unpacked_rev)
64 ? (revision - (revision % ffd->max_files_per_dir))
65 : revision;
152 (potential) pack file or single revision file name is returned.
466 and only expect a parseable revision number. */
59 svn_fs_fs__packed_base_rev(svn_fs_t *fs, svn_revnum_t revision) argument
H A Dtransaction.c261 _("Can't unlock prototype revision lockfile for transaction '%s'"),
267 _("Can't close prototype revision lockfile for transaction '%s'"),
275 /* Unlock the prototype revision file for transaction TXN_ID in filesystem
276 FS using cookie LOCKCOOKIE. The original prototype revision file must
313 _("Cannot write to the prototype revision file "
322 lock on the prototype revision lock file. It is therefore safe
350 _("Cannot write to the prototype revision "
371 /* Make sure the length ACTUAL_LENGTH of the proto-revision file PROTO_REV
375 If the prototype revision file is too short, we can't do much but bail out.
416 /* Get a handle to the prototype revision fil
3084 get_final_id(svn_fs_fs__id_part_t *part, svn_revnum_t revision, apr_uint64_t start_id, int format) argument
3652 svn_fs_fs__add_index_data(svn_fs_t *fs, apr_file_t *file, const char *l2p_proto_index, const char *p2l_proto_index, svn_revnum_t revision, apr_pool_t *pool) argument
[all...]
H A Dfs.c289 SVN_ERR(svn_fs_fs__dump_index(fs, input->revision,
301 SVN_ERR(svn_fs_fs__load_index(fs, input->revision, input->entries,
313 fs, input->revision,
468 file from the latest revision. */
/freebsd-12-stable/sys/dev/fxp/
H A Dif_fxp.c511 * Find out the chip revision; lump all 82557 revs together.
516 sc->revision = FXP_REV_82559_A0;
520 sc->revision = FXP_REV_82557;
522 sc->revision = pci_get_revid(dev);
528 if (sc->revision >= FXP_REV_82558_A4 &&
529 sc->revision != FXP_REV_82559S_A) {
536 if (sc->revision == FXP_REV_82550_C) {
549 if (sc->revision < FXP_REV_82558_A4) {
561 if (sc->revision == FXP_REV_82557 && (data & FXP_PHY_DEVICE_MASK) != 0
567 * Enable workarounds for certain chip revision deficiencie
3064 uint32_t revision; member in struct:ucode
[all...]
H A Dif_fxpvar.h220 int revision; member in struct:fxp_softc
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dinfo-cmd.c75 svn_revnum_t revision,
101 url_rev_str, revision);
118 url_rev_str, revision);
123 url_rev_str = apr_psprintf(scratch_pool, " -r%ld", revision);
178 svn_revnum_t revision,
196 rev_str = apr_psprintf(scratch_pool, "@%ld", revision);
207 revision));
359 /* Working copy revision or repository HEAD revision */
390 { MAKE_STRING("revision"), info_item_revisio
66 output_svn_command_line(void *layout_baton, const char *local_abspath, const char *repos_root_url, svn_boolean_t not_present, svn_boolean_t url_changed, const char *url, svn_boolean_t revision_changed, svn_revnum_t revision, svn_boolean_t depth_changed, svn_depth_t depth, apr_pool_t *scratch_pool) argument
169 output_svn_viewspec_py(void *layout_baton, const char *local_abspath, const char *repos_root_url, svn_boolean_t not_present, svn_boolean_t url_changed, const char *url, svn_boolean_t revision_changed, svn_revnum_t revision, svn_boolean_t depth_changed, svn_depth_t depth, apr_pool_t *scratch_pool) argument
[all...]
H A Dstatus.c360 || ! SVN_IS_VALID_REVNUM(status->revision))
363 working_rev = apr_psprintf(pool, "%ld", status->revision);
511 svn_hash_sets(att_hash, "revision",
512 apr_psprintf(pool, "%ld", status->revision));
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c138 * %a author of this revision
140 * %d short format of date of this revision
141 * %D long format of date of this revision
143 * %r number of this revision
183 case 'a': /* author of this revision */
194 case 'd': /* short format of date of this revision */
213 case 'D': /* long format of date of this revision */
232 case 'r': /* number of this revision */
773 && (b->revision == NULL)
778 || ((b == NULL) && (a->revision
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drev_file.c1 /* rev_file.c --- revision file and index access functions
38 /* the filesystem that this revision file belongs to */
76 /* Return a new revision file instance, allocated in RESULT_POOL, for
105 /* Return a new revision file instance, allocated in RESULT_POOL, for
110 svn_revnum_t revision,
115 file->file_info.is_packed = svn_fs_x__is_packed_rev(fs, revision);
116 file->file_info.start_revision = svn_fs_x__packed_base_rev(fs, revision);
222 /* open the revision file in buffered r/o or r/w mode */
245 _("No such revision %ld"), rev);
284 /* If the revision fil
109 init_revision_file(svn_fs_t *fs, svn_revnum_t revision, apr_pool_t *result_pool) argument
[all...]
H A Dtransaction.h81 /* Store NODEREV as the node-revision in the transaction defined by NODEREV's
129 node-revision is NODEREV. COPY_ID is the copy_id to use in the
130 node revision ID. TXN_ID is the Subversion transaction under
174 COPYFROM_PATH to the revision and path of the copy source, otherwise
191 allows storing the text representation of node-revision NODEREV in
199 /* Create a node revision in FS which is an immediate successor of
218 /* Write a new property list PROPLIST for node-revision NODEREV in
227 * L2P_PROTO_INDEX and P2L_PROTO_INDEX to the revision / pack FILE.
228 * The latter contains revision(s) starting at REVISION in FS.
235 svn_revnum_t revision,
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlog.c302 rev_str = svn_hash_gets(attrs, "revision");
308 log_entry->revision = (svn_revnum_t)rev;
311 log_entry->revision = SVN_INVALID_REVNUM;
322 if (! SVN_IS_VALID_REVNUM(log_entry->revision))
336 svn_ra_serf__xml_note(xes, ITEM, "revision", cdata->data);
429 "S:start-revision",
433 "S:end-revision",
H A Dlock.c75 svn_revnum_t revision;
207 if (SVN_IS_VALID_REVNUM(lock_ctx->revision))
210 apr_ltoa(pool, lock_ctx->revision));
280 "HEAD revision (%d %s)"),
483 lock_ctx->revision = *((svn_revnum_t*)apr_hash_this_val(hi));
73 svn_revnum_t revision; member in struct:lock_ctx_t
/freebsd-12-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_regs_gen.h61 uint32_t revision; member in struct:udma_gen_dma_misc
187 /**** revision register ****/
188 /* Design programming interface revision ID */
191 /* Design minor revision ID */
194 /* Design major revision ID */
/freebsd-12-stable/sys/dev/hyperv/storvsc/
H A Dhv_vstorage.h187 uint16_t revision; /* always zero */ member in struct:vmstor_proto_ver

Completed in 154 milliseconds

1234567891011>>