Home
last modified time | relevance | path

Searched refs:hdls (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/intel/io/
H A Ddevfm_machdep.c51 cmi_hdl_t *hdls; /* allocated array to save the handles */ member
98 wp->hdls = kmem_alloc(sizeof (cmi_hdl_t) * INIT_HDLS, KM_SLEEP); in walk_init()
108 kmem_free(wp->hdls, sizeof (cmi_hdl_t) * wp->nhdl_max); in walk_fini()
136 bcopy(wp->hdls, newarray, sz); in select_cmi_hdl()
137 kmem_free(wp->hdls, sz); in select_cmi_hdl()
138 wp->hdls = newarray; in select_cmi_hdl()
143 wp->hdls[wp->nhdl++] = hdl; in select_cmi_hdl()
229 populate_cpu(cpus + i, wk.hdls[i]); in fm_ioctl_physcpu_info()
230 cmi_hdl_rele(wk.hdls[i]); in fm_ioctl_physcpu_info()
/titanic_41/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c450 frup_info_t hdls; in sgfru_getchildhandles() local
456 if (sgfru_copyin_frup(iargp, &hdls) != 0) { in sgfru_getchildhandles()
459 PR_HANDLE("sgfru:%s: handle %lx\n", f, hdls.fru_hdl); in sgfru_getchildhandles()
462 max_cnt = hdls.fru_cnt; in sgfru_getchildhandles()
472 ret = sgfru_mbox(iargp->cmd, datap, size, &hdls.fru_info); in sgfru_getchildhandles()
489 if (sgfru_copyout_handles(iargp, &hdls, (fru_hdl_t *)tdatap) != 0) { in sgfru_getchildhandles()
1160 fru_hdl_t hdls[2] = {0, 0}; in sgfru_mbox() local
1259 resp->msg_len = sizeof (hdls); in sgfru_mbox()
1260 resp->msg_buf = (caddr_t)&hdls; in sgfru_mbox()
1268 resp->msg_len = sizeof (hdls); in sgfru_mbox()
[all …]
/titanic_41/usr/src/cmd/th_tools/
H A Dth_define.c1754 struct handle_info *hdls, *hdl; in test_driver() local
1800 if (get_hinfo(fd, name, &hdls, &cnt, in test_driver()
1841 for (i = 0, inst = -1, hdl = hdls; i < cnt; in test_driver()
1858 for (i = 0, cdp = cdefs, hdl = hdls, nchildren = 0; in test_driver()
2274 struct handle_info *hdls, *hp; in main() local
2281 if ((err = get_hinfo(fd, errdef.name, &hdls, &cnt, in main()
2297 instance = hdls->instance; in main()
2298 for (i = 0, hp = hdls; i < cnt; i++, hp++) { in main()
2309 for (i = 0, hp = hdls; i < cnt; i++, hp++) in main()
2383 free(hdls); in main()