Searched refs:rev (Results 101 - 125 of 407) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/arm/include/
H A Datags.h101 uint32_t rev; member in struct:arm_lbabi_revision
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dtps65217x.h40 unsigned int rev:4; member in struct:tps65217_chipid_reg
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_eromvar.h53 uint16_t rev; /**< core's hardware revision */ member in struct:bcma_erom_core
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.h76 u_long pci_id, u_int rev );
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_soc.h37 uint16_t rev; /* revision of this struct */ member in struct:ar531x_boarddata
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Ddag.h112 svn_error_t *svn_fs_fs__dag_get_revision(svn_revnum_t *rev,
225 svn_revnum_t rev,
572 svn_error_t *svn_fs_fs__dag_get_copyroot(svn_revnum_t *rev,
578 svn_error_t *svn_fs_fs__dag_get_copyfrom_rev(svn_revnum_t *rev,
H A Dfs_fs.c54 rev and revprops directory. The number below is somewhat arbitrary,
78 To avoid opening and closing the rev-files all the time, it would
79 probably be advantageous to keep each rev-file open for the
1127 "### rev or pack file. This index is organized in pages of a fixed maximum" NL
1138 "### The phys-to-log index maps positions within the rev or pack file to" NL
1140 "### stored at any particular offset. The index describes the rev file" NL
1356 /* If our filesystem is new enough, write the min unpacked rev file. */
1486 svn_fs_fs__ensure_revision_exists(svn_revnum_t rev,
1492 if (! SVN_IS_VALID_REVNUM(rev))
1494 _("Invalid revision number '%ld'"), rev);
1484 svn_fs_fs__ensure_revision_exists(svn_revnum_t rev, svn_fs_t *fs, apr_pool_t *pool) argument
2194 svn_fs_fs__revision_prop(svn_string_t **value_p, svn_fs_t *fs, svn_revnum_t rev, const char *propname, svn_boolean_t refresh, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2217 svn_revnum_t rev; member in struct:change_rev_prop_baton
2267 svn_fs_fs__change_rev_prop(svn_fs_t *fs, svn_revnum_t rev, const char *name, const svn_string_t *const *old_value_p, const svn_string_t *value, apr_pool_t *pool) argument
2370 reindex_node(svn_fs_t *fs, const svn_fs_id_t *id, svn_revnum_t rev, svn_fs_fs__revision_file_t *rev_file, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
2456 svn_revnum_t rev; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Did.h130 svn_revnum_t rev);
H A Drecovery.c47 svn_revnum_t rev,
51 const char *path = svn_fs_x__path_rev_absolute(fs, rev, scratch_pool);
62 svn_revnum_t *rev,
106 *rev = left;
257 maximum rev; if the backup should bomb before db/current is
266 _("Expected current rev to be <= %ld "
45 revision_file_exists(svn_boolean_t *exists, svn_fs_t *fs, svn_revnum_t rev, apr_pool_t *scratch_pool) argument
61 recover_get_largest_revision(svn_fs_t *fs, svn_revnum_t *rev, apr_pool_t *scratch_pool) argument
H A Dfs_x.c52 rev and revprops directory. The number below is somewhat arbitrary,
506 "### rev or pack file. This index is organized in pages of a fixed maximum" NL
517 "### The phys-to-log index maps positions within the rev or pack file to" NL
519 "### stored at any particular offset. The index describes the rev file" NL
702 svn_fs_x__ensure_revision_exists(svn_revnum_t rev,
708 if (! SVN_IS_VALID_REVNUM(rev))
710 _("Invalid revision number '%ld'"), rev);
715 if (rev <= ffd->youngest_rev_cache)
721 if (rev <= ffd->youngest_rev_cache)
725 _("No such revision %ld"), rev);
701 svn_fs_x__ensure_revision_exists(svn_revnum_t rev, svn_fs_t *fs, apr_pool_t *scratch_pool) argument
1154 svn_fs_x__revision_prop(svn_string_t **value_p, svn_fs_t *fs, svn_revnum_t rev, const char *propname, svn_boolean_t refresh, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1177 svn_revnum_t rev; member in struct:change_rev_prop_baton_t
1230 svn_fs_x__change_rev_prop(svn_fs_t *fs, svn_revnum_t rev, const char *name, const svn_string_t *const *old_value_p, const svn_string_t *value, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dentries.h140 %{peg_rev}:%{rev}:%{path}
141 where a rev will either be HEAD or the string revision number. If
149 const svn_opt_revision_t *rev,
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dproplist-cmd.c209 svn_revnum_t rev;
224 &rev, ctx, scratch_pool));
229 char *revstr = apr_psprintf(scratch_pool, "%ld", rev);
235 "rev", revstr, SVN_VA_NULL);
249 rev));
207 svn_revnum_t rev; local
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-packages.sh271 NAME=`ls -al ${PKGPTH}/Latest/${PACKAGE}.${PKGEXT} 2>/dev/null | cut -d '>' -f 2 | rev | cut -f1 -d'/' | rev | tr -s ' '`
273 NAME=`ls -al ${PKGPTH}/All/${PACKAGE}.${PKGEXT} 2>/dev/null | cut -d '>' -f 2 | rev | cut -f1 -d'/' | rev | tr -s ' '`
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_xhci.c156 int rev; local
159 rev = READ4(esc, GSNPSID);
160 if ((rev & GSNPSID_MASK) != 0x55330000) {
194 if ((rev & REVISION_MASK) < 0x190a)
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c282 OCSP_REVOKEDINFO *rev = cst->value.revoked; local
284 *revtime = rev->revocationTime;
286 if (rev->revocationReason)
287 *reason = ASN1_ENUMERATED_get(rev->revocationReason);
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_client_private.h108 svn_revnum_t rev; member in struct:svn_client__pathrev_t
112 /* Return a new path-rev structure, allocated in RESULT_POOL,
117 svn_revnum_t rev,
121 /* Return a new path-rev structure, allocated in RESULT_POOL,
127 svn_revnum_t rev,
131 /* Set *PATHREV_P to a new path-rev structure, allocated in RESULT_POOL,
137 svn_revnum_t rev,
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c219 SVN_ERR(svn_ra_check_path(ra_session, "", loc->rev, &kind, pool));
236 SVN_ERR(svn_ra_get_file(ra_session, "", loc->rev,
270 loc->rev,
278 SVN_ERR(reporter->set_path(report_baton, "", loc->rev,
/freebsd-11-stable/gnu/usr.bin/rcs/co/
H A Dco.c197 "\nco usage: co -{fIlMpqru}[rev] -ddate -jjoins -ksubst -sstate -T -w[who] -Vn -xsuff -zzone file ...";
200 char const *author, *date, *rev, *state; variable
212 author = date = rev = state = 0;
228 if (rev) warn("redefinition of revision number");
229 rev = a;
393 if (rev) {
395 if (!expandsym(rev, &numericrev))
450 targetdelta->name = namedrev(rev, targetdelta);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dlist.c116 svn_revnum_t rev,
147 dir, rev, dirent_fields, scratch_pool);
210 SVN_ERR(get_dir_contents(dirent_fields, path, rev, ra_session,
376 err = svn_ra_list(ra_session, "", loc->rev, patterns, depth,
386 SVN_ERR(svn_ra_stat(ra_session, "", loc->rev, &dirent, pool));
390 loc->url, loc->rev);
408 SVN_ERR(get_dir_contents(dirent_fields, "", loc->rev, ra_session, locks,
114 get_dir_contents(apr_uint32_t dirent_fields, const char *dir, svn_revnum_t rev, svn_ra_session_t *ra_session, apr_hash_t *locks, const char *fs_path, const apr_array_header_t *patterns, svn_depth_t depth, svn_client_ctx_t *ctx, apr_hash_t *externals, const char *external_parent_url, const char *external_target, svn_client_list_func2_t list_func, void *baton, svn_membuf_t *scratch_buffer, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlog.c135 "?copyfrom-path", "?copyfrom-rev", NULL }, TRUE },
139 "?copyfrom-path", "?copyfrom-rev", NULL }, TRUE },
210 copyfrom_rev = svn_hash_gets(attrs, "copyfrom-rev");
213 apr_int64_t rev; local
215 SVN_ERR(svn_cstring_atoi64(&rev, copyfrom_rev));
217 if (SVN_IS_VALID_REVNUM((svn_revnum_t)rev))
220 lcp->copyfrom_rev = (svn_revnum_t)rev;
305 apr_int64_t rev; local
307 SVN_ERR(svn_cstring_atoi64(&rev, rev_str));
308 log_entry->revision = (svn_revnum_t)rev;
[all...]
/freebsd-11-stable/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp729 block *rev = 0;
733 tem->next = rev;
734 rev = tem;
736 while (rev) {
737 fwrite_or_die(rev->v, sizeof(int), rev->used, indxfp);
738 li += rev->used;
739 block *tem = rev;
740 rev = rev
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c192 svn_revnum_t rev;
305 SVN_ERR(pb->callbacks->revstart(rb->rev,
336 rb->rev = SVN_STR_TO_REV(rev_str);
345 rb->rev_offset = (apr_int32_t) ((rb->rev) - (rb->head_rev_before_commit + 1));
348 if ((rb->rev > 0) && (!SVN_IS_VALID_REVNUM(pb->oldest_dumpstream_rev)))
349 pb->oldest_dumpstream_rev = rb->rev;
577 if (rb->rev > 0)
820 if (rb->rev == 0)
854 if (rb->rev > 0)
856 committed_rev = get_revision_mapping(rb->pb->rev_map, rb->rev);
191 svn_revnum_t rev; member in struct:revision_baton
889 svn_revnum_t rev; member in struct:commit_baton_t
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c189 /* no tree changes -> paths are the same as in the previous rev. */
738 path, SVN_INVALID_REVNUM for the rev), just compare this directory
1188 /* Validate the comparison path/rev. */
1641 /* If the parent directory has explicit comparison path and rev,
1748 /* If the parent directory has explicit comparison path and rev,
1975 svn_revnum_t rev,
1985 SVN_ERR(svn_repos_fs_revision_proplist(&props, repos, rev,
1995 SVN_ERR(svn_repos__dump_revision_record(stream, rev, NULL, props,
2049 svn_revnum_t rev;
2122 for (rev
1968 write_revision_record(svn_stream_t *stream, svn_repos_t *repos, svn_revnum_t rev, svn_boolean_t include_revprops, svn_repos_authz_func_t authz_func, void *authz_baton, apr_pool_t *pool) argument
2044 svn_revnum_t rev; local
2361 verify_one_revision(svn_fs_t *fs, svn_revnum_t rev, svn_repos_notify_func_t notify_func, void *notify_baton, svn_revnum_t start_rev, svn_boolean_t check_normalization, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
2478 svn_revnum_t rev; local
[all...]
/freebsd-11-stable/contrib/ldns/
H A Drdata.c408 ldns_rdf *rev; local
439 rev = ldns_rdf_new_frm_data( LDNS_RDF_TYPE_A,
441 if (!rev) {
446 /* convert rev to a string */
447 char_dname = ldns_rdf2str(rev);
450 ldns_rdf_deep_free(rev);
457 ldns_rdf_deep_free(rev);
462 ldns_rdf_deep_free(rev);
502 /* convert rev to a string */
514 rev
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-tcp.c173 register int rev; local
251 rev = 0;
262 rev = 1;
265 rev = 1;
267 if (rev) {
293 if (rev)
298 if (rev)
313 rev = 1;
316 rev = 1;
318 if (rev) {
[all...]

Completed in 371 milliseconds

1234567891011>>