Lines Matching refs:mlp
380 struct mctlr_list *mlp; in find_ctlr_type() local
386 mlp = controlp; in find_ctlr_type()
388 while (mlp != NULL) { in find_ctlr_type()
389 if (mlp->ctlr_type->ctype_ctype == type) { in find_ctlr_type()
390 return (mlp->ctlr_type); in find_ctlr_type()
392 mlp = mlp->next; in find_ctlr_type()
1753 struct mctlr_list *mlp; local
1755 mlp = controlp;
1757 while (mlp != NULL) {
1758 if (mlp->ctlr_type->ctype_ctype == DKC_SCSI_CCS) {
1759 return (mlp->ctlr_type);
1761 mlp = mlp->next;