Lines Matching defs:pmech
183 mechlist_t *pmech = NULL;
213 if ((pmech = create_mech(next_token)) == NULL) {
223 pent->suplist = phead = pmech;
231 pent->dislist = phead = pmech;
238 if ((pmech = create_mech(next_token)) == NULL) {
243 phead->next = pmech;
763 mechlist_t *pmech = NULL;
784 pmech = NULL;
785 if (get_dev_info(devname, inst_num, mcount, &pmech) !=
795 free_mechlist(pmech);
798 pent_dev->suplist = pmech;
826 pmech = NULL;
827 if (get_soft_info(psoftname, &pmech, phardlist, psoftlist) !=
837 free_mechlist(pmech);
840 pent_soft->suplist = pmech;
841 pent_soft->sup_count = get_mech_count(pmech);
1165 mechlist_t *pmech = NULL;
1198 if ((pmech = create_mech(plist->name)) == NULL) {
1204 pent->dislist = pmech;
1207 pent->dislist = pmech;
1208 pmech->next = phead;