Lines Matching defs:portid
80 int portid;
118 if (int_val = (int *)get_prop_val(find_prop(pnode, "portid")))
119 portid = *int_val;
121 (int_val = (int *)get_prop_val(find_prop(pnode->parent, "portid"))))
122 portid = *int_val;
124 portid = -1;
133 printf("portid=%d\n", portid);
143 "portid =%d\n", name, type, model, portid);
168 D_PRINTF("node not added: type=%s portid =%d\n", type, portid);