Searched refs:revision (Results 251 - 275 of 383) sorted by relevance

<<111213141516

/freebsd-12-stable/sys/cam/ata/
H A Data_all.h96 uint8_t product_rev[4]; /* Product revision string */
98 uint8_t firmware_rev[4];/* Firmware revision */
100 uint8_t interface_rev[4];/* Interface spec revision */
151 u_int ata_revision2speed(int revision);
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_edid.h215 u8 revision; member in struct:edid
/freebsd-12-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_config.h437 /* UDMA get revision */
440 return (al_reg_read32(&unit_regs->gen.dma_misc.revision)
/freebsd-12-stable/sys/dev/iir/
H A Diir_ctrl.c260 p->revision = 0;
/freebsd-12-stable/sys/i386/include/pc/
H A Dbios.h42 u_int8_t revision; member in struct:bios32_SDheader
/freebsd-12-stable/sys/arm/arm/
H A Didentcpu-v6.c295 cpuinfo.revision, cpuinfo.patch,
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_subst.h118 const svn_string_t *revision;
130 * property for the file in question), the revision @a rev, the @a url,
142 * %r - The revision.
117 const svn_string_t *revision; member in struct:svn_subst_keywords_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit.c402 svn_revnum_t revision,
419 svn_ra_check_path(cukb->session, "", revision,
767 revision with no changes. */
840 else if (delete_half->revision == item->copyfrom_rev)
962 /* We delete the original side with its original revision and will
964 revision.
966 The copy is of that same revision and we know that this revision
967 didn't change between this revision and youngest. So we can just
1030 commit_info->revision,
397 check_url_kind(void *baton, svn_node_kind_t *kind, const char *url, svn_revnum_t revision, apr_pool_t *scratch_pool) argument
[all...]
H A Dmerge.c73 * Nearly any helper function herein that accepts two URL/revision
154 * (and there is a gap, the revision range [865262, 865416])
616 Remove all mergeinfo from *MERGEINFO that describes revision ranges
627 svn_revnum_t revision,
646 if (range->end <= revision)
673 if (j == i && range->start + 1 <= revision)
674 younger_range->start = range->end = revision;
739 history as TARGET_ABSPATH (pegged at its base revision), then filter out
826 incoming mergeinfo into two groups. One where all revision ranges
827 are as old or older than BASE_REVISION and one where all revision
621 split_mergeinfo_on_revision(svn_mergeinfo_t *younger_mergeinfo, svn_mergeinfo_t *mergeinfo, svn_revnum_t revision, apr_pool_t *pool) argument
6047 remove_first_range_from_remaining_ranges(svn_revnum_t revision, apr_array_header_t *children_with_mergeinfo, apr_pool_t *pool) argument
8975 rangelist_merge_revision(svn_rangelist_t *rangelist, svn_revnum_t revision, apr_pool_t *result_pool) argument
9025 svn_revnum_t revision; local
10380 ensure_wc_path_has_repo_revision(const char *path_or_url, const svn_opt_revision_t *revision, apr_pool_t *scratch_pool) argument
10849 svn_revnum_t revision; local
12249 short_circuit_mergeinfo_log(svn_mergeinfo_catalog_t *target_mergeinfo_cat, svn_boolean_t finding_merged, const char *target_path_or_url, const svn_opt_revision_t *target_peg_revision, const char *source_path_or_url, const svn_opt_revision_t *source_peg_revision, const svn_opt_revision_t *source_start_revision, const svn_opt_revision_t *source_end_revision, svn_log_entry_receiver_t receiver, svn_revnum_t *revision, svn_client_ctx_t *ctx, svn_ra_session_t *ra_session, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dmergeinfo.c311 LOCAL_ABSPATH has no base revision because it is an uncommitted
312 addition, or if its base revision falls within the inclusive
313 range of its parent's last changed revision to the parent's base
314 revision; otherwise stop looking for inherited mergeinfo. */
1302 if (log_entry->revision == 0)
1305 this_rangelist = svn_rangelist__initialize(log_entry->revision - 1,
1306 log_entry->revision,
1338 svn_rangelist__initialize(log_entry->revision - 1,
1339 log_entry->revision, TRUE, pool);
1406 Regardless, LOG_ENTRY->REVISION is *not* an eligible revision! */
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dtxn-table.c162 txn.revision = SVN_INVALID_REVNUM;
/freebsd-12-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c493 int vers, revision, is_pcie; local
506 revision = (regs.version >> 10) & 0x3f;
513 if (revision == 0)
516 if (revision == 2 || revision == 3)
519 if (revision == 4)
524 errx(1, "unknown card type %d.%d", vers, revision);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c110 { UPDATE_REPORT, S_, "target-revision", TARGET_REVISION,
290 svn_revnum_t base_rev; /* base revision or NULL for Add */
410 /* What is the target revision that we want for this REPORT? */
2070 svn_revnum_t revision,
2080 "rev", apr_ltoa(pool, revision),
2112 svn_revnum_t revision,
2141 "rev", apr_ltoa(pool, revision),
2557 svn_revnum_t revision,
2601 report->target_rev = revision;
2704 make_simple_xml_tag(&buf, "S:target-revision",
2062 set_path(void *report_baton, const char *path, svn_revnum_t revision, svn_depth_t depth, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
2103 link_path(void *report_baton, const char *path, const char *url, svn_revnum_t revision, svn_depth_t depth, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
2547 make_update_reporter(svn_ra_session_t *ra_session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t revision, const char *src_path, const char *dest_path, const char *update_target, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t text_deltas, svn_boolean_t send_copyfrom_args, const svn_delta_editor_t *update_editor, void *update_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2779 svn_ra_serf__do_diff(svn_ra_session_t *ra_session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t revision, const char *diff_target, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t text_deltas, const char *versus_url, const svn_delta_editor_t *diff_editor, void *diff_baton, apr_pool_t *pool) argument
2807 svn_ra_serf__do_status(svn_ra_session_t *ra_session, const svn_ra_reporter3_t **reporter, void **report_baton, const char *status_target, svn_revnum_t revision, svn_depth_t depth, const svn_delta_editor_t *status_editor, void *status_baton, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c53 /* Callback on starting a revision, to obtain an editor for the revision.
56 * its caller will drive the changes for revision REVISION.
61 * REV_PROPS holds the revision properties.
69 svn_revnum_t revision,
123 /* The most recent (youngest) revision from the dump stream mapped in
127 /* The oldest revision loaded from the dump stream, or
131 /* An hash containing specific revision properties to skip while
161 * functions. Contains a link to the revision baton.
187 * Baton used to represet a revision; use
1066 revstart(svn_revnum_t revision, void *baton, const svn_delta_editor_t **editor_p, void **edit_baton_p, apr_hash_t *rev_props, apr_pool_t *result_pool) argument
[all...]
/freebsd-12-stable/usr.bin/patch/
H A Dpch.c254 /* Remove the file revision number. */
343 revision = xstrdup(t);
344 for (t = revision;
348 if (*revision == '\0') {
349 free(revision);
350 revision = NULL;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c540 _("Can't unlock prototype revision lockfile for transaction '%s'"),
546 _("Can't close prototype revision lockfile for transaction '%s'"),
554 /* Unlock the prototype revision file for transaction TXN_ID in filesystem
555 FS using cookie LOCKCOOKIE. The original prototype revision file must
594 _("Cannot write to the prototype revision file "
603 lock on the prototype revision lock file. It is therefore safe
632 _("Cannot write to the prototype revision "
654 /* Make sure the length ACTUAL_LENGTH of the proto-revision file PROTO_REV
658 If the prototype revision file is too short, we can't do much but bail out.
695 /* Get a handle to the prototype revision fil
3062 get_final_id(svn_fs_x__id_t *part, svn_revnum_t revision) argument
3481 write_final_revprop(const char **path, svn_fs_txn_t *txn, svn_revnum_t revision, svn_fs_x__batch_fsync_t *batch, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3526 svn_fs_x__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 *scratch_pool) argument
3572 auto_create_shard(svn_fs_t *fs, svn_revnum_t revision, svn_fs_x__batch_fsync_t *batch, apr_pool_t *scratch_pool) argument
3614 get_writable_final_rev(apr_file_t **file, svn_fs_t *fs, svn_fs_x__txn_id_t txn_id, svn_revnum_t revision, svn_fs_x__batch_fsync_t *batch, apr_pool_t *scratch_pool) argument
3666 write_next_file(svn_fs_t *fs, svn_revnum_t revision, svn_fs_x__batch_fsync_t *batch, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1379 mpa->revision = mpa_rev_to_use;
1477 mpa->revision = mpa_rev;
1548 mpa->revision = ep->mpa_attr.version;
1941 if (mpa->revision > mpa_rev) {
1944 mpa->revision, mpa_rev);
1946 " Received = %d\n", __func__, mpa_rev, mpa->revision);
2009 ep->mpa_attr.version = mpa->revision;
2012 if (mpa->revision == 2) {
2078 if (mpa->revision == 1) {
2254 if (mpa->revision > mpa_re
[all...]
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_dump.c415 cl_ntoh32(p_node->node_info.revision),
444 cl_ntoh32(p_nbnode->node_info.revision),
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-slow.c81 uint8_t revision[2]; member in struct:slow_oam_info_t
579 EXTRACT_16BITS(&tlv.slow_oam_info->revision)));
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_fcp.h434 uint32_t revision:8, member in struct:fcct_iu_header_s
554 hdr->revision = 1;
/freebsd-12-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c98 uint8_t revision; /* entry point structure revision */ member in struct:smbios_entry_point
754 smbios_ep->revision = 0;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dnode_tree.c160 pass the base revision on through). */
173 has no interesting base revision. */
205 svn_revnum_t revision,
233 /* No interesting base revision? We'll just look for the path
201 delete_entry(const char *path, svn_revnum_t revision, void *parent_baton, apr_pool_t *pool) argument
H A Dreplay.c2 * replay.c: an editor driver for changes made in a given revision
90 First, we fetch the changes for a particular revision or
105 the filesystem events that occurred in that revision or transaction
123 /* Copy source path (expressed as an absolute FS path) or revision.
132 /* The root of the revision we're replaying. */
135 /* The root of the previous revision. If this is non-NULL it means that
378 /* Compute the revision that ROOT is based on. (Note that ROOT is not
400 revision root, fspath, and revnum of the copyfrom of CHANGE, which
937 /* Special-case r0, which we know is an empty revision; if we don't
956 all the way back to revision
982 svn_revnum_t revision = svn_fs_revision_root_revision(root); local
[all...]
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mdio.h146 uint16_t revision : 4; member in struct:__anon11269::__anon11270
/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_sis.c337 init_struct->revision = PQISRC_INIT_STRUCT_REVISION;

Completed in 376 milliseconds

<<111213141516