Searched refs:revision (Results 151 - 175 of 410) sorted by relevance

1234567891011>>

/netbsd-current/sys/stand/efiboot/
H A Defiacpi.c40 uint8_t revision; member in struct:acpi_rdsp
152 command_printtab("ACPI", "v%02d %c%c%c%c%c%c\n", rsdp->revision,
/netbsd-current/usr.sbin/mlxctl/
H A Dutil.c167 char **revision)
198 *revision = &dcdb_cmd.inq.revision[0];
209 char *device, *vendor, *revision; local
259 if (!mlx_scsi_inquiry(chn, targ, &vendor, &device, &revision))
260 printf("'%8.8s' '%16.16s' '%4.4s'", vendor, device, revision);
166 mlx_scsi_inquiry(int chan, int targ, char **vendor, char **device, char **revision) argument
/netbsd-current/sys/arch/ia64/ia64/
H A Dcpu.c117 int revision, model, family; local
130 revision = (tmp >> 8) & 0xff;
192 (char *)vendor, revision);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/docker/
H A Dbuild_docker_image.sh33 -r|--revision svn revision to checkout
34 -c|--cherrypick revision to cherry-pick. Can be specified multiple times.
102 -r|--revision|-c|-cherrypick|-b|--branch)
/netbsd-current/sys/dev/pci/
H A Demuxki_boards.c160 uint32_t subsystem, uint8_t revision)
170 subsystem == sb->sb_subsystem && revision == sb->sb_revision)
173 /* generic fallback (same subsystem, any revision) */
178 /* generic fallback (any subsystem, specific revision) */
180 sb->sb_subsystem == 0 && revision == sb->sb_revision)
159 emuxki_board_lookup(pci_vendor_id_t vendor, pci_product_id_t product, uint32_t subsystem, uint8_t revision) argument
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dl10nflist.c190 sponsor, revision, filename, do_allocate)
202 const char *revision;
238 ? strlen (revision) + 1 : 0)) : 0)
291 cp = stpcpy (cp, revision);
378 sponsor, revision, filename, 1);
385 sponsor, revision, filename, 1);
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dl10nflist.c190 sponsor, revision, filename, do_allocate)
202 const char *revision;
238 ? strlen (revision) + 1 : 0)) : 0)
291 cp = stpcpy (cp, revision);
378 sponsor, revision, filename, 1);
385 sponsor, revision, filename, 1);
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dl10nflist.c190 sponsor, revision, filename, do_allocate)
202 const char *revision;
238 ? strlen (revision) + 1 : 0)) : 0)
291 cp = stpcpy (cp, revision);
378 sponsor, revision, filename, 1);
385 sponsor, revision, filename, 1);
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dl10nflist.c190 sponsor, revision, filename, do_allocate)
202 const char *revision;
238 ? strlen (revision) + 1 : 0)) : 0)
291 cp = stpcpy (cp, revision);
378 sponsor, revision, filename, 1);
385 sponsor, revision, filename, 1);
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dl10nflist.c190 sponsor, revision, filename, do_allocate)
202 const char *revision;
238 ? strlen (revision) + 1 : 0)) : 0)
291 cp = stpcpy (cp, revision);
378 sponsor, revision, filename, 1);
385 sponsor, revision, filename, 1);
/netbsd-current/sys/arch/usermode/dev/
H A Dvatapi.c201 char vendor[33], product[65], revision[17]; local
235 scsipi_strvis(revision, 17, inqbuf.revision, 4);
246 sa.sa_inqbuf.revision = revision;
252 aprint_verbose(": probedev on vendor '%s' product '%s' revision '%s'\n",
253 vendor, product, revision);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/
H A Dmerge.sh69 echo Current upstream revision: $CUR_REV
88 The first line of this file holds the svn revision number of the
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmu_v11_0_pptable.h107 uint8_t revision; //Revision = SMU_11_0_PP_OVERDRIVE_VERSION member in struct:smu_11_0_overdrive_table
133 uint8_t revision; //Revision = SMU_11_0_PP_POWERSAVINGCLOCK_VERSION member in struct:smu_11_0_power_saving_clock_table
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/
H A Dmerge.sh66 echo Current upstream revision: $CUR_REV
86 The first line of this file holds the git revision number of the
/netbsd-current/sys/arch/pmax/tc/
H A Ddtreg.h125 uint8_t revision[8]; /* ascii, blank padded */ member in struct:dt_ident
/netbsd-current/usr.bin/patch/
H A Dcommon.h119 extern char *revision; /* prerequisite revision, if any */
/netbsd-current/external/apache2/llvm/dist/llvm/utils/release/
H A Dbuild_llvm_package.bat7 REM Usage: build_llvm_package.bat <revision>
29 set revision=%1 variable
30 set package_version=13.0.0-%revision:~0,8%
32 set build_dir=llvm_package_%revision:~0,8%
34 echo Revision: %revision%
44 echo Checking out %revision%
45 curl -L https://github.com/llvm/llvm-project/archive/%revision%.zip -o src.zip || exit /b
111 copy ..\llvm-project\llvm\tools\clang\tools\clang-format-vs\ClangFormat\bin\Release\ClangFormat.vsix ClangFormat-r%revision%.vsix
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dplugin.h63 const char *revision; member in struct:plugin_gcc_version
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Ddriver-msp430.c44 switch (extracted_mcu_data.revision)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dplugin.h63 const char *revision; member in struct:plugin_gcc_version
/netbsd-current/external/gpl3/gcc/dist/gcc/config/msp430/
H A Ddriver-msp430.cc44 switch (extracted_mcu_data.revision)
/netbsd-current/external/gpl2/grep/dist/intl/
H A Dl10nflist.c165 sponsor, revision, filename, do_allocate)
177 const char *revision;
207 ? strlen (revision) + 1 : 0)) : 0)
258 cp = stpcpy (cp, revision);
334 sponsor, revision, filename, 1);
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dl10nflist.c177 const char *sponsor, const char *revision,
212 ? strlen (revision) + 1 : 0)) : 0)
265 cp = stpcpy (cp, revision);
352 sponsor, revision, filename, 1);
359 sponsor, revision, filename, 1);
171 _nl_make_l10nflist(struct loaded_l10nfile **l10nfile_list, const char *dirlist, size_t dirlist_len, int mask, const char *language, const char *territory, const char *codeset, const char *normalized_codeset, const char *modifier, const char *special, const char *sponsor, const char *revision, const char *filename, int do_allocate) argument
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dgit-clang-format121 help='revision from which to compute the diff')
162 revision=commits[1],
249 """Returns True if `value` is a revision, False if it is a file, or dies."""
362 def run_clang_format_and_save_to_tree(changed_lines, revision=None,
374 if revision:
376 '%s:%s' % (revision, os.path.dirname(filename)),
388 revision=revision,
415 def clang_format_to_blob(filename, line_ranges, revision=None,
419 Runs on the file in `revision` i
[all...]
/netbsd-current/external/gpl2/groff/dist/
H A DMakefile.in38 # No additional number if revision is zero.
39 revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' $(top_srcdir)/REVISION`
138 docdir=$(datadir)/doc/groff/$(version)$(revision)
491 "revision=$(revision)" \
686 rm -f groff-$(version)$(revision).tar.gz
713 mv tmp groff-$(version)$(revision)
714 tar cfh - groff-$(version)$(revision) | \
715 gzip -c >groff-$(version)$(revision).tar.gz
716 rm -fr groff-$(version)$(revision)
[all...]

Completed in 1167 milliseconds

1234567891011>>