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

  /src/sys/dev/pci/
mly.c 710 struct mly_btl btl, *btlp; local in function:mly_complete_rescan
733 btlp = &mly->mly_btl[bus][target];
791 if (btl.mb_flags != btlp->mb_flags ||
792 btl.mb_speed != btlp->mb_speed ||
793 btl.mb_width != btlp->mb_width)
797 *btlp = btl;
806 wakeup(btlp);
mly.c 710 struct mly_btl btl, *btlp; local in function:mly_complete_rescan
733 btlp = &mly->mly_btl[bus][target];
791 if (btl.mb_flags != btlp->mb_flags ||
792 btl.mb_speed != btlp->mb_speed ||
793 btl.mb_width != btlp->mb_width)
797 *btlp = btl;
806 wakeup(btlp);
mly.c 710 struct mly_btl btl, *btlp; local in function:mly_complete_rescan
733 btlp = &mly->mly_btl[bus][target];
791 if (btl.mb_flags != btlp->mb_flags ||
792 btl.mb_speed != btlp->mb_speed ||
793 btl.mb_width != btlp->mb_width)
797 *btlp = btl;
806 wakeup(btlp);

Completed in 36 milliseconds