Searched refs:rev (Results 201 - 225 of 382) sorted by relevance

1234567891011>>

/freebsd-11.0-release/crypto/openssl/apps/
H A Dpkeyutl.c96 char badarg = 0, rev = 0; local
194 else if (!strcmp(*argv, "-rev"))
195 rev = 1;
308 if (rev) {
/freebsd-11.0-release/contrib/libstdc++/
H A DMakefile.in463 rev=''; for subdir in $$list; do \
465 rev="$$subdir $$rev"; \
468 rev="$$rev ."; \
470 for subdir in $$rev; do \
/freebsd-11.0-release/sys/mips/nlm/
H A Dboard.c327 int prid, rev; local
332 rev = procid & 0xff;
349 switch (rev) {
/freebsd-11.0-release/sys/dev/quicc/
H A Dquicc_core.c221 uint16_t rev; local
249 rev = quicc_read2(sc->sc_rres, QUICC_PRAM_REV_NUM);
252 return ((rev == 0x00e8) ? BUS_PROBE_DEFAULT : ENXIO);
/freebsd-11.0-release/usr.sbin/jail/
H A Dstate.c157 int reset, depfrom, depto, ndeps, rev; local
166 if ((rev = JF_DO_STOP(j->flags))) {
219 (rev ? dj->jid < 0 : dj->jid > 0)))
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c572 is currently writing to this transaction's proto-rev file. */
582 /* We know that no thread in this process is writing to the proto-rev
594 /* Open the proto-rev lockfile, creating it if necessary, as it may
637 Trim any crash / failure related extra data from the proto-rev file.
651 corresponds to the last addition in the rev file. */
668 "rev file size %s for TXN %s"),
1164 /* Copy a revision node-rev SRC into the current transaction TXN_ID in
1272 svn_revnum_t rev,
1284 SVN_ERR(svn_fs_x__ensure_revision_exists(rev, fs, scratch_pool));
1291 txn->base_rev = rev;
1269 create_txn(svn_fs_txn_t **txn_p, svn_fs_t *fs, svn_revnum_t rev, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2762 validate_root_noderev(svn_fs_t *fs, svn_fs_x__noderev_t *root_noderev, svn_revnum_t rev, apr_pool_t *scratch_pool) argument
2852 write_final_rev(svn_fs_x__id_t *new_id_p, apr_file_t *file, svn_revnum_t rev, svn_fs_t *fs, const svn_fs_x__id_t *id, apr_off_t initial_offset, apr_array_header_t *reps_to_cache, apr_hash_t *reps_hash, apr_pool_t *reps_pool, svn_boolean_t at_root, apr_pool_t *scratch_pool) argument
3739 svn_fs_x__begin_txn(svn_fs_txn_t **txn_p, svn_fs_t *fs, svn_revnum_t rev, apr_uint32_t flags, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dtransaction.h311 svn_revnum_t rev,
H A Drep-cache-db.sql27 /* A table mapping representation hashes to locations in a rev file. */
H A Ddag.c59 respective txn's base rev. Otherwise, this is SVN_INVALID_REVNUM
273 Untouched txn roots report the base rev as theirs. */
671 svn_revnum_t rev,
677 svn_fs_x__init_rev_root(&root_id, rev);
1310 svn_fs_x__dag_get_copyroot(svn_revnum_t *rev,
1319 *rev = noderev->copyroot_rev;
1326 svn_fs_x__dag_get_copyfrom_rev(svn_revnum_t *rev,
1334 *rev = noderev->copyfrom_rev;
664 svn_fs_x__dag_revision_root(dag_node_t **node_p, svn_fs_t *fs, svn_revnum_t rev, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1304 svn_fs_x__dag_get_copyroot(svn_revnum_t *rev, const char **path, dag_node_t *node) argument
1320 svn_fs_x__dag_get_copyfrom_rev(svn_revnum_t *rev, dag_node_t *node) argument
/freebsd-11.0-release/sys/dev/ahci/
H A Dahci_pci.c53 uint8_t rev; member in struct:__anon9047
345 ahci_ids[i].rev <= revid &&
377 ahci_ids[i].rev <= revid) {
426 ahci_ids[i].rev > revid))
/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c891 if (adapter->params.rev == 0 && !vpd.port0_data[0]) {
1150 if (adapter->params.rev == T3_REV_A)
1573 if (adapter->params.rev >= T3_REV_C)
1604 if (adapter->params.rev > 0 && uses_xaui(adapter)) {
1606 if (adapter->params.rev >= T3_REV_C)
1628 if (adapter->params.rev > 0 && uses_xaui(adapter)) {
1916 adapter->params.rev < T3_REV_C ?
2134 if (adapter->params.rev > 0)
2339 adapter->params.rev >= T3_REV_C ? 0x2bfffff : 0x3bfffff);
2342 if (adapter->params.rev >
[all...]
/freebsd-11.0-release/sys/dev/bhnd/bcma/
H A Dbcma_erom.c380 core->rev = BCMA_EROM_GET_ATTR(entry, COREB_REV);
562 buffer[i].hwrev = core.rev;
779 core.device, core.rev);
792 "core%u: %s %s (cid=%hx, rev=%hu, unit=%d)\n",
796 core.device, core.rev, core_unit);
884 * (cid=82e, rev=1, unit=0, d/mw/sw = 2/0/1 ) ->
888 * (cid=135, rev=0, unit=0, d/mw/sw = 1/0/1 ) ->
/freebsd-11.0-release/sys/dev/bwi/
H A Dif_bwivar.h338 #define BWI_CREATE_REGWIN(rw, id, type, rev) \
343 (rw)->rw_rev = (rev); \
485 #define BWI_CREATE_MAC(mac, sc, id, rev) \
490 (rev)); \
/freebsd-11.0-release/sys/arm/mv/
H A Dmvvar.h35 * from: FreeBSD: //depot/projects/arm/src/sys/arm/xscale/pxa2x0/pxa2x0var.h, rev 1
86 void soc_id(uint32_t *dev, uint32_t *rev);
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dmtcc.c219 svn_revnum_t *rev,
234 *rev = op->src_rev;
265 SVN_ERR(get_origin(done, origin_relpath, rev,
284 *rev = op->src_rev;
296 svn_revnum_t *rev,
306 *rev = SVN_INVALID_REVNUM;
308 SVN_ERR(get_origin(&done, origin_relpath, rev, mtcc->root_op, relpath,
314 *rev = mtcc->base_revision;
217 get_origin(svn_boolean_t *done, const char **origin_relpath, svn_revnum_t *rev, mtcc_op_t *op, const char *relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
295 mtcc_get_origin(const char **origin_relpath, svn_revnum_t *rev, const char *relpath, svn_boolean_t ignore_enoent, svn_client__mtcc_t *mtcc, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Ddag.c37 #include "node-rev.h"
46 #include "bdb/rev-table.h"
161 svn_fs_base__dag_get_revision(svn_revnum_t *rev,
169 (rev, svn_fs_base__dag_get_fs(node),
211 svn_revnum_t rev = SVN_INVALID_REVNUM;
244 SVN_ERR(svn_fs_bdb__put_rev(&rev, fs, &revision, trail, trail->pool));
245 if (rev != 0)
251 SVN_ERR(svn_fs_base__txn_make_committed(fs, txn_id, rev,
683 svn_revnum_t rev,
689 SVN_ERR(svn_fs_base__rev_get_root(&root_id, fs, rev, trai
159 svn_fs_base__dag_get_revision(svn_revnum_t *rev, dag_node_t *node, trail_t *trail, apr_pool_t *pool) argument
209 svn_revnum_t rev = SVN_INVALID_REVNUM; local
676 svn_fs_base__dag_revision_root(dag_node_t **node_p, svn_fs_t *fs, svn_revnum_t rev, trail_t *trail, apr_pool_t *pool) argument
[all...]
H A Dtree.c53 #include "node-rev.h"
61 #include "bdb/rev-table.h"
136 static svn_fs_root_t *make_revision_root(svn_fs_t *fs, svn_revnum_t rev,
349 svn_revnum_t rev;
361 SVN_ERR(svn_fs_base__dag_revision_root(&root_dir, trail->fs, args->rev,
363 root = make_revision_root(trail->fs, args->rev, root_dir, trail->pool);
373 svn_revnum_t rev,
382 args.rev = rev;
437 return SVN_FS__ERR_NOT_MUTABLE(root->fs, root->rev, error_pat
346 svn_revnum_t rev; member in struct:revision_root_args
368 svn_fs_base__revision_root(svn_fs_root_t **root_p, svn_fs_t *fs, svn_revnum_t rev, apr_pool_t *pool) argument
1649 svn_revnum_t rev; /* revision just committed */ member in struct:deltify_committed_args
4787 svn_fs_base__get_path_created_rev(svn_revnum_t *rev, const char *path, trail_t *trail, apr_pool_t *pool) argument
5554 make_revision_root(svn_fs_t *fs, svn_revnum_t rev, dag_node_t *root_dir, apr_pool_t *pool) argument
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql25 /* A table mapping representation hashes to locations in a rev file. */
H A Dpack.c857 * (3) Remaining reps in path, rev order
859 * We simply pick & chose from the existing path, rev order.
950 /* (3) All remaining nodes in path, rev order. Linear deltification
1289 /* Get the rev file dimensions (mainly index locations). */
1297 /* read the phys-to-log index file until we covered the whole rev file.
1324 /* process entry while inside the rev file */
1422 /* Copy all the bits from the rev file to the end of the pack file. */
1433 /* read the phys-to-log index file until we covered the whole rev file.
1457 /* process entry while inside the rev file */
1500 * during rev fil
1581 svn_fs_fs__get_packed_offset(apr_off_t *rev_offset, svn_fs_t *fs, svn_revnum_t rev, apr_pool_t *pool) argument
1664 svn_revnum_t end_rev, rev; local
[all...]
/freebsd-11.0-release/sys/dev/cx/
H A Dcxddk.h386 int chain, int rev, int osc, int mod, int rev2, int osc2, int mod2);
388 int rev, int osc);
/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.h179 void cxio_dump_tpt(struct cxio_rdev *rev, u32 stag);
180 void cxio_dump_pbl(struct cxio_rdev *rev, u32 pbl_addr, uint32_t len, u8 shift);
/freebsd-11.0-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c281 "\nrcs usage: rcs -{ae}logins -Afile -{blu}[rev] -cstring -{iILqTU} -ksubst -mrev:msg -{nN}name[:[rev]] -orange -sstate[:rev] -t[text] -Vn -xsuff -zzone file ...";
844 if (c == separator) { /* -o:rev */
859 if ( c == '\0' ) { /* -o rev or branch */
1180 if (delrev.code == 0) { /* -o rev or -o branch */
1203 if (delrev.code == 1) { /* -o -rev */
1222 if (delrev.code == 2) { /* -o rev- */
1421 setlock(rev)
1422 char const *rev;
[all...]
/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi_hpet.c440 uint16_t vendor, rev; local
477 rev = sc->caps & HPET_CAP_REV_ID;
485 if (vendor == HPET_VENDID_AMD && rev < 0x10 && num_timers > 0)
490 "vendor 0x%x, rev 0x%x, %jdHz%s, %d timers,%s\n",
491 vendor, rev, sc->freq,
574 if (vendor == HPET_VENDID_NVIDIA && rev <= 0x01)
581 if (vendor == HPET_VENDID_SW && rev <= 0x01)
/freebsd-11.0-release/sys/dev/bwn/
H A Dif_bwnvar.h48 (((phy)->rev >= 2) && ((phy)->rf_ver == 0x2050) && \
51 (((phy)->rev > 1) || ((phy)->gmode))
58 #define BWN_ISOLDFMT(mac) ((mac)->mac_fw.rev <= 351)
86 #define BWN_SEC_NEWAPI(mac) (mac->mac_fw.rev >= 351)
463 uint8_t rev; member in struct:bwn_phy
868 uint16_t rev; member in struct:bwn_fw
/freebsd-11.0-release/sys/dev/siba/
H A Dsiba_core.c338 "core %d (%s) found (cc %#x rev %#x vendor %#x)\n",
935 scc->scc_pmu.rev = (pmucap & SIBA_CC_PMUCAPS_REV);
938 scc->scc_pmu.rev, pmucap);
941 if (scc->scc_pmu.rev >= 1) {
950 if (scc->scc_pmu.rev == 1) {
963 if (scc->scc_pmu.rev == 2) {
1425 sprom->rev = buf[siba->siba_spromsize - 1] & 0x00FF;
1426 DPRINTF(siba, SIBA_DEBUG_SPROM, "SPROM rev %d\n",
1427 sprom->rev);
1431 sprom->rev
2012 uint32_t rev = siba_read_4_sub(sd, SIBA_IDLOW) & SIBA_IDLOW_SSBREV; local
[all...]

Completed in 325 milliseconds

1234567891011>>