Searched refs:revision (Results 226 - 250 of 319) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c249 /* Generate a label for the diff output for file PATH at revision REVNUM.
260 label = apr_psprintf(pool, _("%s\t(revision %ld)"), path, revnum);
564 same relative path in the same revision, under different anchors
571 because some of the svn_wc_diff_callbacks4_t don't get revision
645 * no revision argument to the svn_wc_diff_callback_t
959 /* During repos->wc diff of a copy revision numbers obtained
1013 /* During repos->wc diff of a copy revision numbers obtained
1234 With only one distinct revision the working copy provides the
1244 the user specifies two dates that resolve to the same revision. */
1265 /* Verify our revision argument
1297 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
1337 resolve_pegged_diff_target_url(const char **resolved_url, svn_ra_session_t *ra_session, const char *path_or_url, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.0-release/sys/dev/siis/
H A Dsiis.c473 ch->user[i].revision = sata_rev;
1629 sata_rev = ch->user[ch->pm_present ? 15 : 0].revision;
1853 d->revision = cts->xport_specific.sata.revision;
1898 cts->xport_specific.sata.revision =
1911 cts->xport_specific.sata.revision = d->revision;
H A Dsiis.h356 int revision; member in struct:siis_device
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql316 revision INTEGER,
343 revision in which the node does not exist. In the 'WORKING'
375 revision is implicit, being in effect (new head - 1) at commit time.
563 /* The operational (peg) and node revision if this is a revision fixed
592 repos_id, repos_path, revision,
606 repos_id, repos_path, revision,
H A Dstatus.c115 /* The comparison revision in the repository. This is a reference
764 stat->revision = info->revnum;
869 stat->revision = SVN_INVALID_REVNUM;
1592 optionally the revision path was deleted, in all other cases it must
1696 /* Pre 1.5 servers don't provide the revision a path was deleted.
1697 So we punt and use the last committed revision of the path's
1699 is a higher revision than the path was deleted, but this is
2090 svn_revnum_t revision,
2104 svn_wc_status_deleted, 0, 0, revision, NULL, pool));
2249 if (db->ood_changed_rev != eb->anchor_status->revision)
2084 delete_entry(const char *path, svn_revnum_t revision, void *parent_baton, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/contrib/subversion/
H A DMakefile.in377 install: local-install revision-install
443 revision-install:
449 ) > $(DESTDIR)$(includedir)/subversion-1/svn-revision.txt
H A Dbuild.conf875 [revision-test]
876 description = Test revision library
879 sources = revision-test.c
1225 named_atomic-test named_atomic-proc-test revision-test
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c1698 svn_diff__source_create(svn_revnum_t revision, argument
1703 src->revision = revision;
/freebsd-10.0-release/sys/dev/nxge/include/
H A Dxgehal-regs.h1188 u8 revision; // 0x08 member in struct:xge_hal_pci_config_le_t
1253 u8 revision; // 0x08 member in struct:xge_hal_pci_config_t
1311 u8 revision; // 0x08
/freebsd-10.0-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-regs.h47 u8 revision; /* 0x08 */ member in struct:vxge_hal_pci_config_le_t
91 u8 revision; /* 0x08 */ member in struct:vxge_hal_pci_config_t
128 u8 revision; /* 0x08 */
/freebsd-10.0-release/sys/ia64/ia64/
H A Dmachdep.c188 int number, revision, model, family, archrev; local
199 revision = (tmp >> 8) & 0xff;
256 printf(" Origin = \"%s\" Revision = %d\n", vendor, revision);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c51 svn_revnum_t revision,
72 SVN_ERR(svn_fs_revision_root(&rev_root, fs, revision, pool));
179 * SVN_ERR_AUTHZ_UNREADABLE. (This is to distinguish a revision
180 * which truly has no changed paths from a revision in which all
203 /* No paths changed in this revision? Uh, sure, I guess the
204 revision is readable, then. */
277 /* Pre-1.6 revision files don't store the change path kind, so fetch
284 /* Deleted items don't exist so check earlier revision. We
298 revision as the deleted child means it is 'interesting' */
396 * If no more history is available or the history revision i
48 svn_repos_check_revision_access(svn_repos_revision_access_level_t *access_level, svn_repos_t *repos, svn_revnum_t revision, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
[all...]
H A Ddeprecated.c615 _("* Dumped revision %ld.\n"),
616 notify->revision));
621 _("* Verified revision %ld.\n"),
622 notify->revision));
629 _("\n------- Committed revision %ld >>>\n\n"),
687 "original revision %ld\n"),
/freebsd-10.0-release/sys/cam/scsi/
H A Dsmp_all.h230 uint8_t revision[4]; member in struct:smp_report_manuf_info_response
/freebsd-10.0-release/sys/dev/ahci/
H A Dahci.h375 int revision; member in struct:ahci_device
/freebsd-10.0-release/sys/dev/nvme/
H A Dnvme.h415 /** firmware revision */
710 uint64_t revision[7]; /* revisions for 7 slots */ member in struct:nvme_firmware_page
/freebsd-10.0-release/sys/dev/pst/
H A Dpst-raid.c140 printf("pst: description=<%.16s> revision=<%.8s>\n",
141 ident->description, ident->revision);
/freebsd-10.0-release/tools/tools/cxgbetool/
H A Dcxgbetool.c404 int vers, revision, rc; local
421 revision = (regs.version >> 10) & 0x3f;
424 if (revision == 0x3f)
432 nexus, vers, revision);
/freebsd-10.0-release/contrib/ntp/libparse/
H A Dparsesolaris.c79 "PARSE - NTP reference", /* name this baby - keep room for revision number */
101 static char revision[] = "4.6"; local
110 * copy RCS revision into Drv_name
114 s = revision;
H A Dparsestreams.c109 static char mnam[] = "PARSEPPS "; /* name this baby - keep room for revision number */
111 static char mnam[] = "PARSE "; /* name this baby - keep room for revision number */
262 static char revision[] = "4.7"; local
271 * copy RCS revision into Drv_name
275 s = revision;
/freebsd-10.0-release/contrib/ntp/parseutil/
H A Ddcfd.c133 static char *revision = "4.18"; variable
1663 PRINTF(" DCF77 monitor %s - Copyright (C) 1993-2005 by Frank Kardel\n\n", revision);
1889 * output revision information
/freebsd-10.0-release/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c88 /* The most recent (youngest) revision from the dump stream mapped in
92 /* The oldest revision loaded from the dump stream, or
111 * functions. Contains a link to the revision baton.
129 * Baton used to represet a revision; used by the parser
164 /* Return the revision to which FROM_REV maps in REV_MAP, or
230 Remove mergeinfo older than the oldest revision in the dump stream
278 /* Since the start revision of svn_merge_range_t are not
279 inclusive there is one possible valid start revision that
281 revsions to loaded revisions: The revision immediately
282 preceeding the oldest revision fro
[all...]
/freebsd-10.0-release/sys/dev/hptrr/
H A Dhptintf.h850 HPT_U8 revision; member in struct:_LOGICAL_DEVICE_INFO_V4
874 /*LOGICAL_DEVICE_INFO_V4 max revision number*/
876 /*If new revision was defined please check evey revision size*/
993 HPT_U8 revision; /*CREATE_ARRAY_PARAMS_V3_REVISION*/ member in struct:_CREATE_ARRAY_PARAMS_V3
1010 /*CREATE_ARRAY_PARAMS_V3 current max revision*/
1012 /*If new revision defined please check evey revision size*/
/freebsd-10.0-release/sys/dev/patm/
H A Dif_patm_attach.c215 * Get revision
217 sc->revision = pci_read_config(dev, PCIR_REVID, 4) & 0xf;
360 printf("idt77252 Rev. %c; %s PHY\n", 'A' + sc->revision,
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c104 svn_revnum_t revision; member in struct:delete_context_t
139 /* The base revision of the dir. */
174 /* The base revision of the file. */
177 /* Copy path and revision */
1116 apr_ltoa(pool, ctx->revision));
1531 svn_revnum_t revision,
1559 delete_ctx->revision = revision;
1527 delete_entry(const char *path, svn_revnum_t revision, void *parent_baton, apr_pool_t *pool) argument

Completed in 323 milliseconds

1234567891011>>