Lines Matching defs:hdls
1754 struct handle_info *hdls, *hdl;
1800 if (get_hinfo(fd, name, &hdls, &cnt,
1802 msg(0, "driver_test: bad get_info for %d hdls\n", cnt);
1841 for (i = 0, inst = -1, hdl = hdls; i < cnt;
1858 for (i = 0, cdp = cdefs, hdl = hdls, nchildren = 0;
2274 struct handle_info *hdls, *hp;
2281 if ((err = get_hinfo(fd, errdef.name, &hdls, &cnt,
2297 instance = hdls->instance;
2298 for (i = 0, hp = hdls; i < cnt; i++, hp++) {
2309 for (i = 0, hp = hdls; i < cnt; i++, hp++)
2383 free(hdls);