HomeSort by: relevance | last modified time | path
    Searched defs:patch (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.bin/make/unit-tests/
dir.mk 57 all: {pre-,}{patch,configure}
59 pre-patch patch pre-configure configure: target
93 .PHONY: pre-patch patch pre-configure configure
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
bios.h 24 u8 patch; member in struct:nvkm_bios::__anonbf1541f90108
  /src/sys/arch/sparc/stand/boot/
prompatch.c 42 * Each patch entry is processed by:
43 * printf(message); prom_interpret(patch); printf("\n");
47 const char *patch; member in struct:patch_entry
306 prom_interpret(e->patch);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux_s390.cc 125 unsigned int major, minor, patch = 0; local in function:__sanitizer::FixedCVE_2016_2143
137 patch = internal_simple_strtoll(ptr+1, &ptr, 10);
139 if (major == 2 && minor == 6 && patch == 32 && ptr[0] == '-' &&
155 if (minor == 2 && patch >= 79)
158 if (minor == 12 && patch >= 58)
160 if (minor == 10 && patch == 0 && ptr[0] == '-' &&
176 if (minor == 1 && patch >= 21)
179 if (minor == 4 && patch >= 6)
181 if (minor == 4 && patch == 0 && ptr[0] == '-' &&
sanitizer_linux_libcdep.cc 169 int *patch) {
182 *patch = (*p == '.') ? internal_simple_strtoll(p + 1, &p, 10) : 0;
226 bool CmpLibcVersion(int major, int minor, int patch) {
240 return pa >= patch;
283 int patch; local in function:__sanitizer::ThreadDescriptorSize
284 if (GetLibcVersion(&major, &minor, &patch) && major == 2) {
301 else if (minor == 11 || (minor == 12 && patch == 1))
  /src/sys/dev/microcode/aic7xxx/
aic79xx_seq.h 981 static const struct patch { struct
aic7xxx_seq.h 1093 static const struct patch { struct
aicasm.c 70 typedef struct patch { struct
71 STAILQ_ENTRY(patch) links;
78 STAILQ_HEAD(patch_list, patch) patches;
85 static void emit_patch(scope_t *scope, int patch);
295 /* Patch up forward jump addresses */
392 stop("Patch argument list not defined",
396 * Output patch information. Patch functions first.
422 "static const struct patch {\n"
472 * Emit the first patch for this scop
    [all...]
  /src/sys/dev/ic/
oplvar.h 39 const struct opl_operators *patch; member in struct:opl_voice
  /src/sys/dev/usb/
if_atureg.h 373 uint8_t patch; member in struct:atu_fw
  /src/sys/sys/
cdio.h 211 u_char patch[4]; /* one for each channel */ member in struct:ioc_patch
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ci_dpm.c 2506 bool patch; local in function:ci_register_patching_mc_arb
2510 patch = ((tmp & 0x0000f00) == 0x300) ? true : false;
2512 if (patch &&
4545 bool patch; local in function:ci_register_patching_mc_seq
4548 patch = ((tmp & 0x0000f00) == 0x300) ? true : false;
4550 if (patch &&
5513 /* patch up boot state */
  /src/sys/dev/pci/
if_wm.c 15245 uint16_t major, minor, build, patch; local in function:wm_nvm_version
15377 patch = oid1 & 0x00ff;
15379 major, build, patch);

Completed in 137 milliseconds