HomeSort by: relevance | last modified time | path
    Searched refs:patches (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/sparc/stand/boot/
prompatch.c 52 * PROM patches to apply to machine matching name/promvers.
58 const struct patch_entry *patches; /* The patches themselves */ member in struct:prom_patch
63 * Patches for JavaStation 1 with OBP 2.30.
103 * Patches for JavaStation 1 with OpenFirmware.
181 * Patches for Cycle 5 IP.
199 * Patches for JavaStation NC, aka Krups.
304 for (e = p->patches; e->message != NULL; ++e) {
  /src/sys/dev/microcode/aic7xxx/
aicasm.c 78 STAILQ_HEAD(patch_list, patch) patches;
130 STAILQ_INIT(&patches);
289 * patches as appropriate. We perform a depth first
427 "} patches[] = {\n", prefix);
429 for (cur_patch = STAILQ_FIRST(&patches);
433 cur_patch == STAILQ_FIRST(&patches) ? "" : ",\n",
500 pinfo = &scope->patches[patch];
522 STAILQ_INSERT_TAIL(&patches, new_patch, links);
605 cur_patch = STAILQ_FIRST(&patches);
809 cur_scope->patches[1].skip_patch
    [all...]
aicasm_symbol.h 178 patch_info_t patches[2]; member in struct:scope
aic79xx_seq.h 986 } patches[] = { variable in typeref:typename:const struct patch[]
aic7xxx_seq.h 1098 } patches[] = { variable in typeref:typename:const struct patch[]
  /src/
README.md 35 - Send bugs and patches [via web form](https://www.NetBSD.org/cgi-bin/sendpr.cgi?gndb=netbsd).
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
intel-ixp42x-linksys-wrv54g.dts 5 * Based on a board file by George T. Joseph and other patches.
  /src/sys/dev/microcode/siop/
ncr53cxxx.c 113 } *patches; variable in typeref:struct:patchlist *
457 fprintf (outfp, "u_int32_t PATCHES = 0x%08x;\n", npatches);
459 p = patches;
532 /* patches ? */
668 h = &patches;
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 356 sljit_uw patches; member in struct:sljit_compiler
sljitNativeARM_32.c 312 /* In some rare ocasions we may need future patches. The probability is close to 0 in practice. */
596 size = compiler->size + (compiler->patches << 1);
2153 compiler->patches++;
2275 compiler->patches++;
  /src/lib/librumpuser/build-aux/
config.guess 32 # Please send patches to <config-patches@gnu.org>.
47 Report bugs and patches to <config-patches@gnu.org>."
1430 information you think might be pertinent to config-patches@gnu.org to
  /src/sys/external/isc/libsodium/dist/build-aux/
config.guess 32 # Please send patches to <config-patches@gnu.org>.
47 Report bugs and patches to <config-patches@gnu.org>."
1441 information you think might be pertinent to config-patches@gnu.org to
  /src/sys/dev/ic/
aic7xxx.c 6316 cur_patch = patches;
6381 num_patches = sizeof(patches)/sizeof(struct patch);
6382 last_patch = &patches[num_patches];
6446 cur_patch = patches;
aic79xx.c 8353 cur_patch = patches;
8419 num_patches = sizeof(patches)/sizeof(struct patch);
8420 last_patch = &patches[num_patches];
8456 cur_patch = patches;

Completed in 34 milliseconds