Searched refs:revision (Results 276 - 300 of 383) sorted by relevance

<<111213141516

/freebsd-12-stable/sys/dev/ata/
H A Data-sata.c161 sata_rev = ch->user[port < 0 ? 0 : port].revision;
300 /* get PM revision data */
302 device_printf(dev, "error getting PM revision data\n");
/freebsd-12-stable/sys/arm/nvidia/
H A Dtegra_efuse.c256 printf(" revision: %s\n", tegra_rev_name[tegra_sku_info.revision]);
/freebsd-12-stable/sbin/nvmecontrol/
H A Dfirmware.c110 if (fw.revision[slot-1] != 0LLU)
/freebsd-12-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk67 # Maximum revision
546 # mapping SROM revision to corresponding SROM layout
563 # Sort in ascending order, by SROM revision
640 # Write a top-level bhnd_sprom_layout entry for the given revision
642 function write_data_srom_layout(layout, revision, _flags, _size,
651 _sromcrc = srom_layout_find_entry(layout, "<sromcrc>", revision)
653 errorx("missing '<sromcrc>' entry for '"revision"' layout, " \
663 _sromsig = srom_layout_find_entry(layout, "<sromsig>", revision)
676 _sromrev = srom_layout_find_entry(layout, "sromrev", revision)
678 errorx("missing 'sromrev' entry for '"revision"' layou
[all...]
/freebsd-12-stable/usr.bin/patch/
H A Dpatch.c88 char *revision = NULL; /* prerequisite revision, if any */ variable
508 free(revision);
509 revision = NULL;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c102 svn_revnum_t revision; member in struct:delete_context_t
133 /* The base revision of the dir. */
166 /* The base revision of the file. */
169 /* Copy path and revision */
1081 apr_ltoa(pool, del->revision));
1418 svn_revnum_t revision,
1446 delete_ctx->revision = revision;
1415 delete_entry(const char *path, svn_revnum_t revision, void *parent_baton, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c81 if (kwstruct->revision)
83 svn_hash_sets(kwhash, SVN_KEYWORD_REVISION_LONG, kwstruct->revision);
84 svn_hash_sets(kwhash, SVN_KEYWORD_REVISION_MEDIUM, kwstruct->revision);
85 svn_hash_sets(kwhash, SVN_KEYWORD_REVISION_SHORT, kwstruct->revision);
319 /* Same as print_command_info2(), but with deprecated struct revision. */
1878 kw->revision = val;
/freebsd-12-stable/sys/geom/raid/
H A Dmd_nvidia.c62 uint8_t revision[4]; member in struct:nvidia_raid_conf
171 printf("revision 0x%02x%02x%02x%02x\n",
172 meta->revision[0], meta->revision[1],
173 meta->revision[2], meta->revision[3]);
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c983 * If from_rev is not NULL, set *from_rev to the revision number from
1106 /* Hardcode the values for the committed revision, date, and author. */
1344 *ccb->new_rev = commit_info->revision;
1538 the authentication via the revision props. */
1653 /* Send successful command response with revision and props. */
1823 /* Fetch the root of the appropriate revision. */
2359 if (log_entry->revision == SVN_INVALID_REVNUM)
2361 /* If the stack depth is zero, we've seen the last revision, so don't
2368 log_entry->revision = 0;
2405 log_entry->revision,
2633 svn_revnum_t revision; local
4084 get_revision_root(svn_fs_root_t **fs_root, void *baton, svn_revnum_t revision, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/sys/dev/siis/
H A Dsiis.c476 ch->user[i].revision = sata_rev;
1630 sata_rev = ch->user[ch->pm_present ? 15 : 0].revision;
1857 d->revision = cts->xport_specific.sata.revision;
1902 cts->xport_specific.sata.revision =
1915 cts->xport_specific.sata.revision = d->revision;
H A Dsiis.h358 int revision; member in struct:siis_device
/freebsd-12-stable/sys/powerpc/mpc85xx/
H A Dfsl_sata.c245 int revision; member in struct:fsl_sata_device
370 ch->user[i].revision = sata_rev;
1785 d->revision = cts->xport_specific.sata.revision;
1823 cts->xport_specific.sata.revision =
1837 cts->xport_specific.sata.revision = d->revision;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql310 revision INTEGER,
337 revision in which the node does not exist. In the 'WORKING'
369 revision is implicit, being in effect (new head - 1) at commit time.
553 /* The operational (peg) and node revision if this is a revision fixed
/freebsd-12-stable/contrib/subversion/
H A DMakefile.in429 install: local-install revision-install
496 revision-install:
502 ) > $(DESTDIR)$(includedir)/subversion-1/svn-revision.txt
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload-fs-vtable.c69 /* Start and end (inclusive) of revision range we'll pay attention
83 /* The most recent (youngest) revision from the dump stream mapped in
88 /* The oldest revision loaded from the dump stream. If no revisions
106 /* Array of svn_prop_t with revision properties. */
147 /* Return the revision to which FROM_REV maps in REV_MAP, or
159 /* Change revision property NAME to VALUE for REVISION in REPOS.
166 svn_revnum_t revision,
177 return svn_repos_fs_change_rev_prop4(repos, revision, NULL, name,
181 return svn_fs_change_rev_prop2(svn_repos_fs(repos), revision, name,
268 Remove mergeinfo older than the oldest revision i
164 change_rev_prop(svn_repos_t *repos, svn_revnum_t revision, const char *name, const svn_string_t *value, svn_boolean_t validate_props, svn_boolean_t normalize_props, apr_pool_t *pool) argument
[all...]
H A Dlog.c117 svn_revnum_t revision,
138 SVN_ERR(svn_fs_revision_root(&rev_root, fs, revision, pool));
245 * to distinguish a revision which truly has no changed paths
246 * from a revision in which all paths are unreadable.)
267 /* No paths changed in this revision? Uh, sure, I guess the
268 revision is readable, then. */
300 /* Pre-1.6 revision files don't store the change path kind, so fetch
307 /* Deleted items don't exist so check earlier revision. We
321 revision as the deleted child means it is 'interesting' */
440 * If no more history is available or the history revision i
114 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...]
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_ioctl.c768 if (!strncmp(ocs->fw_version, fw_image->revision,
769 strnlen(fw_image->revision, 16))) {
777 ocs->fw_version, fw_image->revision);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_compat.c53 /** A location in a committed revision.
186 * provide the "base revision" of the root directory, even if it is not
188 * pass in the appropriate base revision at that time.) If null
191 * revision parameter.
282 /* We may need to specify the revision we are altering or the revision
285 /* CHANGING_REV is the base revision of the change if ACTION is 'none',
290 meaning the base is the youngest revision. This is probably not
296 DELETING is TRUE and DELETING_REV is the revision to delete. */
298 meaning the base is the youngest revision
1914 wrap_fetch_func(svn_node_kind_t *kind, apr_hash_t **props, svn_stringbuf_t **file_text, apr_hash_t **children_names, void *baton, const char *repos_relpath, svn_revnum_t revision, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c1651 svn_diff__source_create(svn_revnum_t revision, argument
1656 src->revision = revision;
/freebsd-12-stable/sys/cam/scsi/
H A Dsmp_all.h232 uint8_t revision[4]; member in struct:smp_report_manuf_info_response
/freebsd-12-stable/sys/dev/pst/
H A Dpst-raid.c142 printf("pst: description=<%.16s> revision=<%.8s>\n",
143 ident->description, ident->revision);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dshelf2.c455 s->revision = SVN_INVALID_REVNUM;
545 status->revision));
565 sscanf(string + 6, "%ld", &status->revision);
1796 left_source = svn_diff__source_create(s->revision, scratch_pool);
H A Dwc_editor.c239 svn_revnum_t revision,
238 delete_entry(const char *path, svn_revnum_t revision, void *parent_baton, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/contrib/ntp/libparse/
H A Dparsesolaris.c80 "PARSE - NTP reference", /* name this baby - keep room for revision number */
102 static char revision[] = "4.6"; local
111 * copy RCS revision into Drv_name
115 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;

Completed in 339 milliseconds

<<111213141516