Symbol: patch
sys/arch/sparc/stand/boot/prompatch.c
306
prom_interpret(e->patch);
sys/arch/sparc/stand/boot/prompatch.c
47
const char *patch;
sys/dev/ic/aic79xx.c
225
const struct patch **start_patch,
sys/dev/ic/aic79xx.c
8261
const struct patch *cur_patch;
sys/dev/ic/aic79xx.c
8412
ahd_check_patch(struct ahd_softc *ahd, const struct patch **start_patch,
sys/dev/ic/aic79xx.c
8415
const struct patch *cur_patch;
sys/dev/ic/aic79xx.c
8416
const struct patch *last_patch;
sys/dev/ic/aic79xx.c
8419
num_patches = sizeof(patches)/sizeof(struct patch);
sys/dev/ic/aic79xx.c
8450
const struct patch *cur_patch;
sys/dev/ic/aic7xxx.c
235
const struct patch **start_patch,
sys/dev/ic/aic7xxx.c
6284
const struct patch *cur_patch;
sys/dev/ic/aic7xxx.c
6374
ahc_check_patch(struct ahc_softc *ahc, const struct patch **start_patch,
sys/dev/ic/aic7xxx.c
6377
const struct patch *cur_patch;
sys/dev/ic/aic7xxx.c
6378
const struct patch *last_patch;
sys/dev/ic/aic7xxx.c
6381
num_patches = sizeof(patches)/sizeof(struct patch);
sys/dev/ic/aic7xxx.c
6437
const struct patch *cur_patch;
sys/dev/ic/opl.c
323
const struct opl_operators *p = sc->voices[v].patch;
sys/dev/ic/opl.c
544
v->patch = p;
sys/dev/ic/opl.c
554
p = v->patch;
sys/dev/ic/oplvar.h
39
const struct opl_operators *patch;
sys/dev/microcode/aic7xxx/aicasm.c
495
emit_patch(scope_t *scope, int patch)
sys/dev/microcode/aic7xxx/aicasm.c
500
pinfo = &scope->patches[patch];
sys/dev/microcode/aic7xxx/aicasm.c
513
if (patch == 0) {
sys/dev/microcode/aic7xxx/aicasm.c
71
STAILQ_ENTRY(patch) links;
sys/dev/microcode/aic7xxx/aicasm.c
78
STAILQ_HEAD(patch_list, patch) patches;
sys/dev/microcode/aic7xxx/aicasm.c
85
static void emit_patch(scope_t *scope, int patch);
sys/dev/pci/if_wm.c
15245
uint16_t major, minor, build, patch;
sys/dev/pci/if_wm.c
15377
patch = oid1 & 0x00ff;
sys/dev/pci/if_wm.c
15379
major, build, patch);
sys/dev/scsipi/cd.c
1328
return (cd_setchan(cd, arg->patch[0], arg->patch[1],
sys/dev/scsipi/cd.c
1329
arg->patch[2], arg->patch[3], 0));
sys/dev/usb/if_atu.c
1394
fw.minor, fw.patch, fw.build));
sys/dev/usb/if_atureg.h
370
uint8_t patch;
sys/sys/cdio.h
212
u_char patch[4]; /* one for each channel */