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