Lines Matching refs:mlp

541 	struct	mctlr_list	*mlp;  in sup_setdtype()  local
638 mlp = controlp; in sup_setdtype()
640 while (mlp != NULL) { in sup_setdtype()
641 if (strcmp(mlp->ctlr_type->ctype_name, in sup_setdtype()
644 mlp = mlp->next; in sup_setdtype()
649 if (mlp == NULL) { in sup_setdtype()
669 ctype = mlp->ctlr_type; in sup_setdtype()
946 struct mctlr_list *mlp; in sup_setpart() local
1063 mlp = controlp; in sup_setpart()
1065 while (mlp != NULL) { in sup_setpart()
1066 if (strcmp(mlp->ctlr_type->ctype_name, in sup_setpart()
1069 mlp = mlp->next; in sup_setpart()
1074 if (mlp == NULL) { in sup_setpart()
1087 ctype = mlp->ctlr_type; in sup_setpart()
1594 struct mctlr_list *mlp; in add_device_to_disklist() local
1648 mlp = controlp; in add_device_to_disklist()
1650 while (mlp != NULL) { in add_device_to_disklist()
1651 if (mlp->ctlr_type->ctype_ctype == dkinfo.dki_ctype) { in add_device_to_disklist()
1654 mlp = mlp->next; in add_device_to_disklist()
1657 if (mlp == NULL) { in add_device_to_disklist()
1707 mlp = controlp; in add_device_to_disklist()
1709 while (mlp->next != NULL) { in add_device_to_disklist()
1710 mlp = mlp->next; in add_device_to_disklist()
1713 mlp->next = zalloc(sizeof (struct mctlr_list)); in add_device_to_disklist()
1714 mlp->next->ctlr_type = tctlr; in add_device_to_disklist()
1818 mlp = controlp; in add_device_to_disklist()
1820 while (mlp != NULL) { in add_device_to_disklist()
1821 if (mlp->ctlr_type->ctype_ctype == dkinfo.dki_ctype) in add_device_to_disklist()
1823 mlp = mlp->next; in add_device_to_disklist()
1829 if (mlp == NULL) { in add_device_to_disklist()
1842 search_ctlr->ctlr_ctype = mlp->ctlr_type; in add_device_to_disklist()
2397 struct mctlr_list *mlp; in search_duplicate_dtypes() local
2399 mlp = controlp; in search_duplicate_dtypes()
2401 while (mlp != NULL) { in search_duplicate_dtypes()
2402 dp1 = mlp->ctlr_type->ctype_dlist; in search_duplicate_dtypes()
2411 mlp = mlp->next; in search_duplicate_dtypes()
2431 struct mctlr_list *mlp; in search_duplicate_pinfo() local
2433 mlp = controlp; in search_duplicate_pinfo()
2435 while (mlp != NULL) { in search_duplicate_pinfo()
2436 dp = mlp->ctlr_type->ctype_dlist; in search_duplicate_pinfo()
2449 mlp = mlp->next; in search_duplicate_pinfo()