Searched defs:hdls (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/
H A Ddevfm_machdep.c51 cmi_hdl_t *hdls; /* allocated array to save the handles */ member in struct:fm_cmi_walk_t
98 wp->hdls = kmem_alloc(sizeof (cmi_hdl_t) * INIT_HDLS, KM_SLEEP);
108 kmem_free(wp->hdls, sizeof (cmi_hdl_t) * wp->nhdl_max);
136 bcopy(wp->hdls, newarray, sz);
137 kmem_free(wp->hdls, sz);
138 wp->hdls = newarray;
143 wp->hdls[wp->nhdl++] = hdl;
229 populate_cpu(cpus + i, wk.hdls[i]);
230 cmi_hdl_rele(wk.hdls[i]);
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c450 frup_info_t hdls; local
456 if (sgfru_copyin_frup(iargp, &hdls) != 0) {
459 PR_HANDLE("sgfru:%s: handle %lx\n", f, hdls.fru_hdl);
462 max_cnt = hdls.fru_cnt;
472 ret = sgfru_mbox(iargp->cmd, datap, size, &hdls.fru_info);
489 if (sgfru_copyout_handles(iargp, &hdls, (fru_hdl_t *)tdatap) != 0) {
1160 fru_hdl_t hdls[2] = {0, 0}; local
1259 resp->msg_len = sizeof (hdls);
1260 resp->msg_buf = (caddr_t)&hdls;
1268 resp->msg_len = sizeof (hdls);
[all...]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1754 struct handle_info *hdls, *hdl; local
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; local
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;
[all...]

Completed in 582 milliseconds