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

  /src/sys/dev/ic/
aic79xx.c 8416 const struct patch *last_patch; local in function:ahd_check_patch
8420 last_patch = &patches[num_patches];
8423 while (cur_patch < last_patch && start_instr == cur_patch->begin) {
aic7xxx.c 6378 const struct patch *last_patch; local in function:ahc_check_patch
6382 last_patch = &patches[num_patches];
6385 while (cur_patch < last_patch && start_instr == cur_patch->begin) {

Completed in 34 milliseconds