Lines Matching refs:mlp
383 struct mctlr_list *mlp; in find_direct_ctlr_type() local
385 mlp = controlp; in find_direct_ctlr_type()
387 while (mlp != NULL) { in find_direct_ctlr_type()
388 if (mlp->ctlr_type->ctype_ctype == DKC_DIRECT) { in find_direct_ctlr_type()
389 return (mlp->ctlr_type); in find_direct_ctlr_type()
391 mlp = mlp->next; in find_direct_ctlr_type()
402 struct mctlr_list *mlp; in find_vbd_ctlr_type() local
404 mlp = controlp; in find_vbd_ctlr_type()
406 while (mlp != NULL) { in find_vbd_ctlr_type()
407 if (mlp->ctlr_type->ctype_ctype == DKC_VBD) { in find_vbd_ctlr_type()
408 return (mlp->ctlr_type); in find_vbd_ctlr_type()
410 mlp = mlp->next; in find_vbd_ctlr_type()
1810 struct mctlr_list *mlp; local
1812 mlp = controlp;
1814 while (mlp != NULL) {
1815 if (mlp->ctlr_type->ctype_ctype == DKC_SCSI_CCS) {
1816 return (mlp->ctlr_type);
1818 mlp = mlp->next;