Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
mly.c | 504 * Clear any previous BTL information. For each bus that scsipi 506 * all BTL info at that point. 710 struct mly_btl btl, *btlp; local in function:mly_complete_rescan 736 memset(&btl, 0, sizeof(btl)); 737 btl.mb_flags = MLY_BTL_PROTECTED; 739 /* If the rescan completed OK, we have possibly-new BTL data. */ 750 printf("%s: WARNING: BTL rescan (logical) for %d:%d " 759 btl.mb_flags = MLY_BTL_LOGICAL | MLY_BTL_TQING; 760 btl.mb_type = ldi->raid_level 1256 struct mly_btl *btl; local in function:mly_thread 1814 struct mly_btl *btl; local in function:mly_scsipi_request 1944 struct mly_btl *btl; local in function:mly_scsipi_complete 2020 struct mly_btl *btl; local in function:mly_get_xfer_mode [all...] |
/src/sys/arch/arc/dti/ | |
btl.c | 1 /* $NetBSD: btl.c,v 1.31 2023/12/20 06:36:02 thorpej Exp $ */ 54 __KERNEL_RCSID(0, "$NetBSD: btl.c,v 1.31 2023/12/20 06:36:02 thorpej Exp $"); 170 CFATTACH_DECL_NEW(btl, sizeof(struct bt_softc), |